Skip to content

Commit ce50ca1

Browse files
chore(release): 2.5.8 [skip ci]
## [2.5.8](v2.5.7...v2.5.8) (2025-09-07) ### Bug Fixes * **deps:** update dependency file_picker to v10.3.2 ([#1689](#1689)) ([46204cc](46204cc)) ### Miscellaneous Chores * **deps:** update dependency semantic-release-pub to v0.10.19 ([#1693](#1693)) ([0d24592](0d24592)) * **node:** update node.js to v22.19.0 ([#1695](#1695)) ([8e4f77f](8e4f77f)) ### Continuous Integration * **deps:** update codecov/codecov-action action to v5.5.1 ([#1694](#1694)) ([06f8881](06f8881)) * **example-app:** update ios simulator to iphone 16 pro max ([#1696](#1696)) ([1a98add](1a98add))
1 parent 46204cc commit ce50ca1

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.5.8](https://github.com/zeshuaro/appainter/compare/v2.5.7...v2.5.8) (2025-09-07)
2+
3+
### Bug Fixes
4+
5+
* **deps:** update dependency file_picker to v10.3.2 ([#1689](https://github.com/zeshuaro/appainter/issues/1689)) ([46204cc](https://github.com/zeshuaro/appainter/commit/46204ccddc92c7ad21b0e54e315373cada8eada8))
6+
7+
### Miscellaneous Chores
8+
9+
* **deps:** update dependency semantic-release-pub to v0.10.19 ([#1693](https://github.com/zeshuaro/appainter/issues/1693)) ([0d24592](https://github.com/zeshuaro/appainter/commit/0d245927bd24a1a09563b214323f977f278525e9))
10+
* **node:** update node.js to v22.19.0 ([#1695](https://github.com/zeshuaro/appainter/issues/1695)) ([8e4f77f](https://github.com/zeshuaro/appainter/commit/8e4f77f8cd512537029ed18d4e2b5f152e5b94ec))
11+
12+
### Continuous Integration
13+
14+
* **deps:** update codecov/codecov-action action to v5.5.1 ([#1694](https://github.com/zeshuaro/appainter/issues/1694)) ([06f8881](https://github.com/zeshuaro/appainter/commit/06f888121faab264b2157a8785a65f0458f48d7f))
15+
* **example-app:** update ios simulator to iphone 16 pro max ([#1696](https://github.com/zeshuaro/appainter/issues/1696)) ([1a98add](https://github.com/zeshuaro/appainter/commit/1a98add23fb6aa68eaf8302c86cc461b85ebcb02))
16+
117
## [2.5.7](https://github.com/zeshuaro/appainter/compare/v2.5.6...v2.5.7) (2025-08-24)
218

319
### 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.7",
3+
"version": "2.5.8",
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.7
5+
version: 2.5.8
66

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

0 commit comments

Comments
 (0)