Skip to content

Commit

Permalink
publish new versions (#452)
Browse files Browse the repository at this point in the history
Co-authored-by: jbolda <jbolda@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jbolda committed Oct 10, 2021
1 parent cda5a87 commit e1ccb2c
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changes/autoprefixer-10.3.7.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/d3-array-3.1.1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/d3-scale-4.0.2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/extraneous-footer-items.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/tailwindcss-2.2.16.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## \[0.4.1]

- Update autoprefixer to 10.3.7.
- [06d4c2b](https://github.com/jbolda/finatr/commit/06d4c2b61c908dc1737c10275c84d80d29ccbb29) Update autoprefixer: 10.3.4 → 10.3.7 (patch) ([#450](https://github.com/jbolda/finatr/pull/450)) on 2021-10-08
- Update d3-array to 3.1.1.
- [0eb5f77](https://github.com/jbolda/finatr/commit/0eb5f771b806536a883f831ab5c24dc4aeaf9e5a) Update d3-array: 3.0.2 → 3.1.1 (minor) ([#448](https://github.com/jbolda/finatr/pull/448)) on 2021-10-08
- Update d3-scale to 4.0.2.
- [e25bd09](https://github.com/jbolda/finatr/commit/e25bd09da6390262dcaeeb9135f14965f4ebbb15) Update d3-scale: 4.0.0 → 4.0.2 (patch) ([#440](https://github.com/jbolda/finatr/pull/440)) on 2021-10-08
- A handful of footer items came in with the component that weren't used. Remove and/or replace them.
- [7706a83](https://github.com/jbolda/finatr/commit/7706a83361f11159a6e28105184e7f37c1a1c892) remove extraneous footer items ([#454](https://github.com/jbolda/finatr/pull/454)) on 2021-10-08
- Update tailwindcss to 2.2.16.
- [493c6fe](https://github.com/jbolda/finatr/commit/493c6feb67488088b5a52b25cfbf891899370831) Update tailwindcss: 2.2.15 → 2.2.16 (patch) ([#444](https://github.com/jbolda/finatr/pull/444)) on 2021-10-08

## \[0.4.0]

- Bump big.js to v6 (major), and bump @reach/tabs, date-fns, formik, and papaparse minors.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finatr",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"keywords": [],
"license": "AGPL-3.0-or-later",
Expand Down
18 changes: 18 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## \[0.2.1]

- Update autoprefixer to 10.3.7.
- Bumped due to a bump in web.
- [06d4c2b](https://github.com/jbolda/finatr/commit/06d4c2b61c908dc1737c10275c84d80d29ccbb29) Update autoprefixer: 10.3.4 → 10.3.7 (patch) ([#450](https://github.com/jbolda/finatr/pull/450)) on 2021-10-08
- Update d3-array to 3.1.1.
- Bumped due to a bump in web.
- [0eb5f77](https://github.com/jbolda/finatr/commit/0eb5f771b806536a883f831ab5c24dc4aeaf9e5a) Update d3-array: 3.0.2 → 3.1.1 (minor) ([#448](https://github.com/jbolda/finatr/pull/448)) on 2021-10-08
- Update d3-scale to 4.0.2.
- Bumped due to a bump in web.
- [e25bd09](https://github.com/jbolda/finatr/commit/e25bd09da6390262dcaeeb9135f14965f4ebbb15) Update d3-scale: 4.0.0 → 4.0.2 (patch) ([#440](https://github.com/jbolda/finatr/pull/440)) on 2021-10-08
- A handful of footer items came in with the component that weren't used. Remove and/or replace them.
- Bumped due to a bump in web.
- [7706a83](https://github.com/jbolda/finatr/commit/7706a83361f11159a6e28105184e7f37c1a1c892) remove extraneous footer items ([#454](https://github.com/jbolda/finatr/pull/454)) on 2021-10-08
- Update tailwindcss to 2.2.16.
- Bumped due to a bump in web.
- [493c6fe](https://github.com/jbolda/finatr/commit/493c6feb67488088b5a52b25cfbf891899370831) Update tailwindcss: 2.2.15 → 2.2.16 (patch) ([#444](https://github.com/jbolda/finatr/pull/444)) on 2021-10-08

## \[0.2.0]

- Upgrade Tauri implementation from `tauri@alpha` to `tauri@beta`.
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.2.0"
version = "0.2.1"
description = "A Tauri App"
authors = [ "you" ]
license = ""
Expand Down

0 comments on commit e1ccb2c

Please sign in to comment.