From fe38ed40705f1f8f91a9ec76772b721198f51a39 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Sep 2024 01:51:04 +0000 Subject: [PATCH] chore(release): 2.2.5 [skip ci] ## [2.2.5](https://github.com/zeshuaro/appainter/compare/v2.2.4...v2.2.5) (2024-09-29) ### Bug Fixes * **deps:** update dependency device_preview_plus to v2.1.3 ([#1370](https://github.com/zeshuaro/appainter/issues/1370)) ([dfbe947](https://github.com/zeshuaro/appainter/commit/dfbe947ea1ec21c10fe600a0b080f4a91b30830f)) * **deps:** update dependency json_theme_plus to v6.6.3 ([#1371](https://github.com/zeshuaro/appainter/issues/1371)) ([45a47ce](https://github.com/zeshuaro/appainter/commit/45a47ce1bf802d7dbd31048a394c15763d70d722)) * **deps:** update firebase dependencies and file_picker ([#1351](https://github.com/zeshuaro/appainter/issues/1351)) ([230e634](https://github.com/zeshuaro/appainter/commit/230e634194888926d3ed9ef4a1c092456b3cda40)) ### Miscellaneous Chores * **deps:** lock file maintenance ([#1372](https://github.com/zeshuaro/appainter/issues/1372)) ([55c26c2](https://github.com/zeshuaro/appainter/commit/55c26c2e8e1378bc6111230930301d52d2acb3b2)) * **deps:** update dependency semantic-release-pub to v0.8.27 ([#1374](https://github.com/zeshuaro/appainter/issues/1374)) ([4dbf487](https://github.com/zeshuaro/appainter/commit/4dbf487539042396aaa8772b13d69032d07634ff)) ### Continuous Integration * **deps:** update zeshuaro/github-actions-workflows digest to c5bb137 ([#1375](https://github.com/zeshuaro/appainter/issues/1375)) ([783ce61](https://github.com/zeshuaro/appainter/commit/783ce61a03851f8cfe4ad71d1dd909b639d928e0)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- pubspec.yaml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e22a761..42db5bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [2.2.5](https://github.com/zeshuaro/appainter/compare/v2.2.4...v2.2.5) (2024-09-29) + +### Bug Fixes + +* **deps:** update dependency device_preview_plus to v2.1.3 ([#1370](https://github.com/zeshuaro/appainter/issues/1370)) ([dfbe947](https://github.com/zeshuaro/appainter/commit/dfbe947ea1ec21c10fe600a0b080f4a91b30830f)) +* **deps:** update dependency json_theme_plus to v6.6.3 ([#1371](https://github.com/zeshuaro/appainter/issues/1371)) ([45a47ce](https://github.com/zeshuaro/appainter/commit/45a47ce1bf802d7dbd31048a394c15763d70d722)) +* **deps:** update firebase dependencies and file_picker ([#1351](https://github.com/zeshuaro/appainter/issues/1351)) ([230e634](https://github.com/zeshuaro/appainter/commit/230e634194888926d3ed9ef4a1c092456b3cda40)) + +### Miscellaneous Chores + +* **deps:** lock file maintenance ([#1372](https://github.com/zeshuaro/appainter/issues/1372)) ([55c26c2](https://github.com/zeshuaro/appainter/commit/55c26c2e8e1378bc6111230930301d52d2acb3b2)) +* **deps:** update dependency semantic-release-pub to v0.8.27 ([#1374](https://github.com/zeshuaro/appainter/issues/1374)) ([4dbf487](https://github.com/zeshuaro/appainter/commit/4dbf487539042396aaa8772b13d69032d07634ff)) + +### Continuous Integration + +* **deps:** update zeshuaro/github-actions-workflows digest to c5bb137 ([#1375](https://github.com/zeshuaro/appainter/issues/1375)) ([783ce61](https://github.com/zeshuaro/appainter/commit/783ce61a03851f8cfe4ad71d1dd909b639d928e0)) + ## [2.2.4](https://github.com/zeshuaro/appainter/compare/v2.2.3...v2.2.4) (2024-09-22) ### Bug Fixes diff --git a/package.json b/package.json index b2b3a630..7d504350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appainter", - "version": "2.2.4", + "version": "2.2.5", "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 b5ce0fe8..b68192ca 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.2.4 +version: 2.2.5 environment: sdk: ">=3.0.0 <4.0.0"