Skip to content

Commit 9ab564a

Browse files
chore(release): 2.4.5 [skip ci]
## [2.4.5](v2.4.4...v2.4.5) (2025-04-13) ### Bug Fixes * **deps:** update dependency file_picker to v10 ([#1556](#1556)) ([39eb4e2](39eb4e2)) * **deps:** update dependency flutter_markdown to v0.7.7 ([#1559](#1559)) ([983fc18](983fc18)) * **deps:** update firebase dependencies ([#1557](#1557)) ([63f11db](63f11db)) ### Miscellaneous Chores * **deps:** lock file maintenance ([#1555](#1555)) ([23dd4f6](23dd4f6)) * **deps:** update dependency semantic-release-pub to v0.10.3 ([#1558](#1558)) ([43fab0f](43fab0f))
1 parent 983fc18 commit 9ab564a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.4.5](https://github.com/zeshuaro/appainter/compare/v2.4.4...v2.4.5) (2025-04-13)
2+
3+
### Bug Fixes
4+
5+
* **deps:** update dependency file_picker to v10 ([#1556](https://github.com/zeshuaro/appainter/issues/1556)) ([39eb4e2](https://github.com/zeshuaro/appainter/commit/39eb4e272d90a7be3ebaf81689f4380c668627ce))
6+
* **deps:** update dependency flutter_markdown to v0.7.7 ([#1559](https://github.com/zeshuaro/appainter/issues/1559)) ([983fc18](https://github.com/zeshuaro/appainter/commit/983fc189bb74d65445a3da89004d7bc89eed24c8))
7+
* **deps:** update firebase dependencies ([#1557](https://github.com/zeshuaro/appainter/issues/1557)) ([63f11db](https://github.com/zeshuaro/appainter/commit/63f11dbbd1fc691183ff3e33c012579ead299ee4))
8+
9+
### Miscellaneous Chores
10+
11+
* **deps:** lock file maintenance ([#1555](https://github.com/zeshuaro/appainter/issues/1555)) ([23dd4f6](https://github.com/zeshuaro/appainter/commit/23dd4f6fc96b33c46fbb69dfaab3f1904ff5e624))
12+
* **deps:** update dependency semantic-release-pub to v0.10.3 ([#1558](https://github.com/zeshuaro/appainter/issues/1558)) ([43fab0f](https://github.com/zeshuaro/appainter/commit/43fab0ffbdaaecded1405b4891428e29325d5e7e))
13+
114
## [2.4.4](https://github.com/zeshuaro/appainter/compare/v2.4.3...v2.4.4) (2025-04-06)
215

316
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appainter",
3-
"version": "2.4.4",
3+
"version": "2.4.5",
44
"description": "A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app",
55
"main": "index.js",
66
"repository": "https://github.com/zeshuaro/appainter.git",

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: appainter
22
description: A material theme editor and generator for Flutter to configure and
33
preview the overall visual theme of your material app
44
publish_to: "none"
5-
version: 2.4.4
5+
version: 2.4.5
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)