File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.14.1] ( https://github.com/zeshuaro/appainter/compare/v1.14.0...v1.14.1 ) (2023-12-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** deps:** update dependency sentry_flutter to v7.14.0 ([ #1009 ] ( https://github.com/zeshuaro/appainter/issues/1009 ) ) ([ f5b3cc4] ( https://github.com/zeshuaro/appainter/commit/f5b3cc409b7516b7604b662491720191da8e8782 ) )
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * ** deps:** lock file maintenance ([ #1006 ] ( https://github.com/zeshuaro/appainter/issues/1006 ) ) ([ 58d308c] ( https://github.com/zeshuaro/appainter/commit/58d308cf92a9907462e8e8c9c89cfd16e2ec94c2 ) )
12
+ * ** deps:** update dependency @qiwi/semantic-release-gh-pages-plugin to v5.2.11 ([ #1008 ] ( https://github.com/zeshuaro/appainter/issues/1008 ) ) ([ b97e9fa] ( https://github.com/zeshuaro/appainter/commit/b97e9fa66ce06559e6dabd363850384a4ad08dbf ) )
13
+ * ** example/deps:** lock file maintenance ([ #1007 ] ( https://github.com/zeshuaro/appainter/issues/1007 ) ) ([ 960469f] ( https://github.com/zeshuaro/appainter/commit/960469fe86f9d52a7d9613c8818a48830a270db5 ) )
14
+
15
+
16
+ ### Continuous Integration
17
+
18
+ * ** deps:** update zeshuaro/github-actions-workflows digest to 6f3f4e9 ([ #1012 ] ( https://github.com/zeshuaro/appainter/issues/1012 ) ) ([ d3efd28] ( https://github.com/zeshuaro/appainter/commit/d3efd28c6a4fcc66dcd52245c88c7549764067ef ) )
19
+
1
20
## [ 1.14.0] ( https://github.com/zeshuaro/appainter/compare/v1.13.0...v1.14.0 ) (2023-12-24)
2
21
3
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " appainter" ,
3
- "version" : " 1.14.0 " ,
3
+ "version" : " 1.14.1 " ,
4
4
"description" : " A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " https://github.com/zeshuaro/appainter.git" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: appainter
2
2
description : A material theme editor and generator for Flutter to configure and
3
3
preview the overall visual theme of your material app
4
4
publish_to : " none"
5
- version : 1.14.0
5
+ version : 1.14.1
6
6
7
7
environment :
8
8
sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments