Skip to content

Commit

Permalink
chore(release): 1.15.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.2](v1.15.1...v1.15.2) (2024-03-17)

### Bug Fixes

* **deps:** update dependency file_picker to v6.2.0 ([#1117](#1117)) ([59d52dd](59d52dd))
* **deps:** update dependency flex_color_picker to v3.4.0 ([#1115](#1115)) ([abf186b](abf186b))
* **deps:** update dependency flutter_markdown to v0.6.21 ([#1116](#1116)) ([7afb1c0](7afb1c0))
* **deps:** update dependency google_fonts to v6.2.1 ([#1114](#1114)) ([74183c3](74183c3))
* **deps:** update dependency sentry_flutter to v7.17.0 ([#1119](#1119)) ([b90b11b](b90b11b))
* **deps:** update firebase dependencies ([#1120](#1120)) ([0bac28b](0bac28b))

### Miscellaneous Chores

* **deps:** update dependency semantic-release-pub to v0.8.5 ([#1118](#1118)) ([338e0d4](338e0d4))
  • Loading branch information
semantic-release-bot committed Mar 17, 2024
1 parent 0bac28b commit 5807f53
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.15.2](https://github.com/zeshuaro/appainter/compare/v1.15.1...v1.15.2) (2024-03-17)


### Bug Fixes

* **deps:** update dependency file_picker to v6.2.0 ([#1117](https://github.com/zeshuaro/appainter/issues/1117)) ([59d52dd](https://github.com/zeshuaro/appainter/commit/59d52ddb48a363d301ec40a50b348cfaeaaa6b7f))
* **deps:** update dependency flex_color_picker to v3.4.0 ([#1115](https://github.com/zeshuaro/appainter/issues/1115)) ([abf186b](https://github.com/zeshuaro/appainter/commit/abf186b7d8353348e91fefddf9173234b35b592c))
* **deps:** update dependency flutter_markdown to v0.6.21 ([#1116](https://github.com/zeshuaro/appainter/issues/1116)) ([7afb1c0](https://github.com/zeshuaro/appainter/commit/7afb1c0e57f5c243e60a9d2749c06a929f74b63b))
* **deps:** update dependency google_fonts to v6.2.1 ([#1114](https://github.com/zeshuaro/appainter/issues/1114)) ([74183c3](https://github.com/zeshuaro/appainter/commit/74183c3f83c072d3790bedabd5258af6942eb2d4))
* **deps:** update dependency sentry_flutter to v7.17.0 ([#1119](https://github.com/zeshuaro/appainter/issues/1119)) ([b90b11b](https://github.com/zeshuaro/appainter/commit/b90b11b546119667cfc4493a6ee0c1a88f1c7bbe))
* **deps:** update firebase dependencies ([#1120](https://github.com/zeshuaro/appainter/issues/1120)) ([0bac28b](https://github.com/zeshuaro/appainter/commit/0bac28b5cfabf14159b145dc8147debcd8e8759b))


### Miscellaneous Chores

* **deps:** update dependency semantic-release-pub to v0.8.5 ([#1118](https://github.com/zeshuaro/appainter/issues/1118)) ([338e0d4](https://github.com/zeshuaro/appainter/commit/338e0d463e75f87c5d5d46e41df459b33182ac4f))

## [1.15.1](https://github.com/zeshuaro/appainter/compare/v1.15.0...v1.15.1) (2024-03-10)


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.1",
"version": "1.15.2",
"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.1
version: 1.15.2

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

0 comments on commit 5807f53

Please sign in to comment.