Skip to content

Commit 5b8ce36

Browse files
chore(release): 2.5.10 [skip ci]
## [2.5.10](v2.5.9...v2.5.10) (2025-10-05) ### Bug Fixes * **deps:** update dependency bloc to v9.0.1 ([#1713](#1713)) ([feddb6d](feddb6d)) * **deps:** update dependency google_fonts to v6.3.2 ([#1711](#1711)) ([ced853d](ced853d)) ### Miscellaneous Chores * **deps:** update dependency semantic-release to v24.2.9 ([#1706](#1706)) ([1679bb1](1679bb1)) * **deps:** update dependency semantic-release-pub to v0.10.21 ([#1707](#1707)) ([a588ab6](a588ab6)) * **deps:** update dependency semantic-release-pub to v0.10.22 ([#1710](#1710)) ([08f0bc8](08f0bc8)) * **node:** update node.js to v22.20.0 ([#1708](#1708)) ([f014573](f014573)) ### Continuous Integration * **deps:** update zeshuaro/github-actions-workflows digest to 82ff499 ([#1712](#1712)) ([b51858a](b51858a)) * **deps:** update zeshuaro/github-actions-workflows digest to 9786936 ([#1715](#1715)) ([8a77633](8a77633)) * **deps:** update zeshuaro/github-actions-workflows digest to eaa9651 ([#1709](#1709)) ([bdae698](bdae698))
1 parent 8a77633 commit 5b8ce36

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [2.5.10](https://github.com/zeshuaro/appainter/compare/v2.5.9...v2.5.10) (2025-10-05)
2+
3+
### Bug Fixes
4+
5+
* **deps:** update dependency bloc to v9.0.1 ([#1713](https://github.com/zeshuaro/appainter/issues/1713)) ([feddb6d](https://github.com/zeshuaro/appainter/commit/feddb6dabf5551aabd2fc4fdcb8de904bf121fd4))
6+
* **deps:** update dependency google_fonts to v6.3.2 ([#1711](https://github.com/zeshuaro/appainter/issues/1711)) ([ced853d](https://github.com/zeshuaro/appainter/commit/ced853dab997b31d92411bdf2bfc899e93b31bd0))
7+
8+
### Miscellaneous Chores
9+
10+
* **deps:** update dependency semantic-release to v24.2.9 ([#1706](https://github.com/zeshuaro/appainter/issues/1706)) ([1679bb1](https://github.com/zeshuaro/appainter/commit/1679bb17d1097ff620c21b6f9e33d823197cfa85))
11+
* **deps:** update dependency semantic-release-pub to v0.10.21 ([#1707](https://github.com/zeshuaro/appainter/issues/1707)) ([a588ab6](https://github.com/zeshuaro/appainter/commit/a588ab69effaba14fe05c654aefaa0749c8535cb))
12+
* **deps:** update dependency semantic-release-pub to v0.10.22 ([#1710](https://github.com/zeshuaro/appainter/issues/1710)) ([08f0bc8](https://github.com/zeshuaro/appainter/commit/08f0bc8590b0131991ae0ab29d8393c55911791b))
13+
* **node:** update node.js to v22.20.0 ([#1708](https://github.com/zeshuaro/appainter/issues/1708)) ([f014573](https://github.com/zeshuaro/appainter/commit/f01457396f281cd9c692481ff956d4dd5d1bb229))
14+
15+
### Continuous Integration
16+
17+
* **deps:** update zeshuaro/github-actions-workflows digest to 82ff499 ([#1712](https://github.com/zeshuaro/appainter/issues/1712)) ([b51858a](https://github.com/zeshuaro/appainter/commit/b51858a600fbadf17269e3a6cae0447d5d57d24c))
18+
* **deps:** update zeshuaro/github-actions-workflows digest to 9786936 ([#1715](https://github.com/zeshuaro/appainter/issues/1715)) ([8a77633](https://github.com/zeshuaro/appainter/commit/8a776339210207a199f1d8cac6b40254350d5e1f))
19+
* **deps:** update zeshuaro/github-actions-workflows digest to eaa9651 ([#1709](https://github.com/zeshuaro/appainter/issues/1709)) ([bdae698](https://github.com/zeshuaro/appainter/commit/bdae698a8626ce84b84fc5e31a8a22f80fe6ddd1))
20+
121
## [2.5.9](https://github.com/zeshuaro/appainter/compare/v2.5.8...v2.5.9) (2025-09-21)
222

323
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appainter",
3-
"version": "2.5.9",
3+
"version": "2.5.10",
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

Lines changed: 1 addition & 1 deletion
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.5.9
5+
version: 2.5.10
66

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

0 commit comments

Comments
 (0)