diff --git a/CHANGELOG.md b/CHANGELOG.md index 6069c7f4..6318af51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.1.8](https://github.com/zeshuaro/appainter/compare/v2.1.7...v2.1.8) (2024-08-18) + +### Bug Fixes + +* **deps:** update dependency file_picker to v8.0.7 ([#1321](https://github.com/zeshuaro/appainter/issues/1321)) ([9311b70](https://github.com/zeshuaro/appainter/commit/9311b70655dce892e7c6474a43d78e5628bf1ba0)) +* **deps:** update dependency firebase_auth to v5.1.4 ([#1322](https://github.com/zeshuaro/appainter/issues/1322)) ([68a24b8](https://github.com/zeshuaro/appainter/commit/68a24b82dcbaf452af1f63ad08dcef88440a7d04)) +* **deps:** update dependency window_manager to v0.4.0 ([#1323](https://github.com/zeshuaro/appainter/issues/1323)) ([24981c0](https://github.com/zeshuaro/appainter/commit/24981c05072b618674ca7a30d96e0068c35bbd56)) + +### Miscellaneous Chores + +* **deps:** lock file maintenance ([#1320](https://github.com/zeshuaro/appainter/issues/1320)) ([86b70a5](https://github.com/zeshuaro/appainter/commit/86b70a5be09432a110cdeedca799e534a8a34f3d)) + ## [2.1.7](https://github.com/zeshuaro/appainter/compare/v2.1.6...v2.1.7) (2024-08-11) ### Bug Fixes diff --git a/package.json b/package.json index 3fa1d226..bcb3b320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appainter", - "version": "2.1.7", + "version": "2.1.8", "description": "A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app", "main": "index.js", "repository": "https://github.com/zeshuaro/appainter.git", diff --git a/pubspec.yaml b/pubspec.yaml index 57af34de..b8107f11 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: appainter description: A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app publish_to: "none" -version: 2.1.7 +version: 2.1.8 environment: sdk: ">=3.0.0 <4.0.0"