Skip to content

Commit d11e398

Browse files
chore(release): 2.6.0 [skip ci]
## [2.6.0](v2.5.12...v2.6.0) (2025-12-26) ### Features * **sdk:** update dependency flutter to v3.35.1 ([#1745](#1745)) ([a19678a](a19678a)) ### Bug Fixes * **deps:** update dependency google_fonts to v6.3.3 ([#1743](#1743)) ([c1c4da6](c1c4da6)) * **deps:** update dependency sentry_flutter to v9.9.1 ([#1721](#1721)) ([666f4e9](666f4e9)) * **deps:** update firebase dependencies ([#1691](#1691)) ([30c3500](30c3500))
1 parent 30c3500 commit d11e398

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.6.0](https://github.com/zeshuaro/appainter/compare/v2.5.12...v2.6.0) (2025-12-26)
2+
3+
### Features
4+
5+
* **sdk:** update dependency flutter to v3.35.1 ([#1745](https://github.com/zeshuaro/appainter/issues/1745)) ([a19678a](https://github.com/zeshuaro/appainter/commit/a19678aedbbd28b98d6f6561bdf125dfca3db4b6))
6+
7+
### Bug Fixes
8+
9+
* **deps:** update dependency google_fonts to v6.3.3 ([#1743](https://github.com/zeshuaro/appainter/issues/1743)) ([c1c4da6](https://github.com/zeshuaro/appainter/commit/c1c4da6b3afd696a5bde2f38d48f2e2fd8324083))
10+
* **deps:** update dependency sentry_flutter to v9.9.1 ([#1721](https://github.com/zeshuaro/appainter/issues/1721)) ([666f4e9](https://github.com/zeshuaro/appainter/commit/666f4e9a6bf55303a74da46c4a28235ad573ed54))
11+
* **deps:** update firebase dependencies ([#1691](https://github.com/zeshuaro/appainter/issues/1691)) ([30c3500](https://github.com/zeshuaro/appainter/commit/30c35002e71889a6e9ed9ba9e667d25208077d98))
12+
113
## [2.5.12](https://github.com/zeshuaro/appainter/compare/v2.5.11...v2.5.12) (2025-12-21)
214

315
### 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.12",
3+
"version": "2.6.0",
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.12
5+
version: 2.6.0
66

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

0 commit comments

Comments
 (0)