Skip to content

Commit

Permalink
chore(release): 1.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Dec 31, 2023
1 parent d3efd28 commit 054728d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [1.14.1](https://github.com/zeshuaro/appainter/compare/v1.14.0...v1.14.1) (2023-12-31)


### Bug Fixes

* **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))


### Miscellaneous Chores

* **deps:** lock file maintenance ([#1006](https://github.com/zeshuaro/appainter/issues/1006)) ([58d308c](https://github.com/zeshuaro/appainter/commit/58d308cf92a9907462e8e8c9c89cfd16e2ec94c2))
* **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))
* **example/deps:** lock file maintenance ([#1007](https://github.com/zeshuaro/appainter/issues/1007)) ([960469f](https://github.com/zeshuaro/appainter/commit/960469fe86f9d52a7d9613c8818a48830a270db5))


### Continuous Integration

* **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))

## [1.14.0](https://github.com/zeshuaro/appainter/compare/v1.13.0...v1.14.0) (2023-12-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appainter",
"version": "1.14.0",
"version": "1.14.1",
"description": "A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app",
"main": "index.js",
"repository": "https://github.com/zeshuaro/appainter.git",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: appainter
description: A material theme editor and generator for Flutter to configure and
preview the overall visual theme of your material app
publish_to: "none"
version: 1.14.0
version: 1.14.1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 054728d

Please sign in to comment.