Skip to content

Commit

Permalink
chore(release): 1.15.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.4](v1.15.3...v1.15.4) (2024-03-31)

### Bug Fixes

* **deps:** update dependency file_picker to v6.2.1 ([#1137](#1137)) ([ea9cf25](ea9cf25))
* **deps:** update dependency flex_color_picker to v3.4.1 ([#1133](#1133)) ([21f2c5d](21f2c5d))
* **deps:** update dependency flutter_markdown to v0.6.22 ([#1138](#1138)) ([03d6228](03d6228))
* **sdk:** update dependency flutter to v3.19.4 ([#1131](#1131)) ([e7e8fc5](e7e8fc5))
* **sdk:** update dependency flutter to v3.19.5 ([#1143](#1143)) ([6c24552](6c24552))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1134](#1134)) ([5613907](5613907))
* **deps:** update dependency semantic-release to v23.0.6 ([#1141](#1141)) ([4811110](4811110))
* **node:** update dependency node to v20.12.0 ([#1139](#1139)) ([186abb5](186abb5))

### Continuous Integration

* **deps:** update codecov/codecov-action action to v4.1.1 ([#1136](#1136)) ([54bd9ea](54bd9ea))
* **deps:** update zeshuaro/github-actions-workflows digest to 62153fd ([#1135](#1135)) ([3f449af](3f449af))
  • Loading branch information
semantic-release-bot committed Mar 31, 2024
1 parent 6c24552 commit 2ee8919
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [1.15.4](https://github.com/zeshuaro/appainter/compare/v1.15.3...v1.15.4) (2024-03-31)


### Bug Fixes

* **deps:** update dependency file_picker to v6.2.1 ([#1137](https://github.com/zeshuaro/appainter/issues/1137)) ([ea9cf25](https://github.com/zeshuaro/appainter/commit/ea9cf2530e1a35bd8b43f3e5f4b26a317821d1e4))
* **deps:** update dependency flex_color_picker to v3.4.1 ([#1133](https://github.com/zeshuaro/appainter/issues/1133)) ([21f2c5d](https://github.com/zeshuaro/appainter/commit/21f2c5d809caf31afce99c5f8d772aaa3738eaf9))
* **deps:** update dependency flutter_markdown to v0.6.22 ([#1138](https://github.com/zeshuaro/appainter/issues/1138)) ([03d6228](https://github.com/zeshuaro/appainter/commit/03d6228c3167fe10b01dd924588bffab1051e69a))
* **sdk:** update dependency flutter to v3.19.4 ([#1131](https://github.com/zeshuaro/appainter/issues/1131)) ([e7e8fc5](https://github.com/zeshuaro/appainter/commit/e7e8fc50772e28f777a2f9df662291c6029d23d2))
* **sdk:** update dependency flutter to v3.19.5 ([#1143](https://github.com/zeshuaro/appainter/issues/1143)) ([6c24552](https://github.com/zeshuaro/appainter/commit/6c245522624a604e60d9765b5d2ba25ff72d4dd3))


### Miscellaneous Chores

* **deps:** lock file maintenance ([#1134](https://github.com/zeshuaro/appainter/issues/1134)) ([5613907](https://github.com/zeshuaro/appainter/commit/561390701c3d6b731c947fd215ffaeb779d29476))
* **deps:** update dependency semantic-release to v23.0.6 ([#1141](https://github.com/zeshuaro/appainter/issues/1141)) ([4811110](https://github.com/zeshuaro/appainter/commit/4811110e893794aebc29c34b8e1a52ef05eee939))
* **node:** update dependency node to v20.12.0 ([#1139](https://github.com/zeshuaro/appainter/issues/1139)) ([186abb5](https://github.com/zeshuaro/appainter/commit/186abb5b117262796603a244b8b17e9b1986c5e9))


### Continuous Integration

* **deps:** update codecov/codecov-action action to v4.1.1 ([#1136](https://github.com/zeshuaro/appainter/issues/1136)) ([54bd9ea](https://github.com/zeshuaro/appainter/commit/54bd9eaa370d1732cc05f672189b3e707fb98b6b))
* **deps:** update zeshuaro/github-actions-workflows digest to 62153fd ([#1135](https://github.com/zeshuaro/appainter/issues/1135)) ([3f449af](https://github.com/zeshuaro/appainter/commit/3f449afca9d897a15f051a26cc4fa3c50741c4b1))

## [1.15.3](https://github.com/zeshuaro/appainter/compare/v1.15.2...v1.15.3) (2024-03-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.15.3",
"version": "1.15.4",
"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.15.3
version: 1.15.4

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

0 comments on commit 2ee8919

Please sign in to comment.