Skip to content

Commit 054728d

Browse files
chore(release): 1.14.1 [skip ci]
## [1.14.1](v1.14.0...v1.14.1) (2023-12-31) ### Bug Fixes * **deps:** update dependency sentry_flutter to v7.14.0 ([#1009](#1009)) ([f5b3cc4](f5b3cc4)) ### Miscellaneous Chores * **deps:** lock file maintenance ([#1006](#1006)) ([58d308c](58d308c)) * **deps:** update dependency @qiwi/semantic-release-gh-pages-plugin to v5.2.11 ([#1008](#1008)) ([b97e9fa](b97e9fa)) * **example/deps:** lock file maintenance ([#1007](#1007)) ([960469f](960469f)) ### Continuous Integration * **deps:** update zeshuaro/github-actions-workflows digest to 6f3f4e9 ([#1012](#1012)) ([d3efd28](d3efd28))
1 parent d3efd28 commit 054728d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
## [1.14.0](https://github.com/zeshuaro/appainter/compare/v1.13.0...v1.14.0) (2023-12-24)
221

322

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appainter",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
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: 1.14.0
5+
version: 1.14.1
66

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

0 commit comments

Comments
 (0)