diff --git a/.changes/autoprefixer-10.3.7.md b/.changes/autoprefixer-10.3.7.md deleted file mode 100644 index 13fd0ed2..00000000 --- a/.changes/autoprefixer-10.3.7.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -web: patch ---- - -Update autoprefixer to 10.3.7. diff --git a/.changes/d3-array-3.1.1.md b/.changes/d3-array-3.1.1.md deleted file mode 100644 index ebd8ef5e..00000000 --- a/.changes/d3-array-3.1.1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -web: patch ---- - -Update d3-array to 3.1.1. diff --git a/.changes/d3-scale-4.0.2.md b/.changes/d3-scale-4.0.2.md deleted file mode 100644 index 1720c33c..00000000 --- a/.changes/d3-scale-4.0.2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -web: patch ---- - -Update d3-scale to 4.0.2. diff --git a/.changes/extraneous-footer-items.md b/.changes/extraneous-footer-items.md deleted file mode 100644 index de9ce44d..00000000 --- a/.changes/extraneous-footer-items.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -web: patch ---- - -A handful of footer items came in with the component that weren't used. Remove and/or replace them. diff --git a/.changes/tailwindcss-2.2.16.md b/.changes/tailwindcss-2.2.16.md deleted file mode 100644 index 3c4e90ce..00000000 --- a/.changes/tailwindcss-2.2.16.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -web: patch ---- - -Update tailwindcss to 2.2.16. diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ea4ce4..63a49c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 1e7d5e91..c39eb022 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "finatr", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "finatr", - "version": "0.4.0", + "version": "0.4.1", "license": "AGPL-3.0-or-later", "dependencies": { "@headlessui/react": "^1.4.1", diff --git a/package.json b/package.json index 19c336c8..bf927856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "finatr", - "version": "0.4.0", + "version": "0.4.1", "description": "", "keywords": [], "license": "AGPL-3.0-or-later", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 0a24babd..6a20bfee 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -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`. diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4f222c89..b48eccba 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -31,7 +31,7 @@ checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" [[package]] name = "app" -version = "0.1.0" +version = "0.2.1" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8b69a2e9..cb31b695 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.2.0" +version = "0.2.1" description = "A Tauri App" authors = [ "you" ] license = ""