Skip to content

Commit

Permalink
chore(release): 1.15.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.7](v1.15.6...v1.15.7) (2024-04-21)

### Bug Fixes

* **deps:** update dependency path_provider to v2.1.3 ([#1173](#1173)) ([fa5116d](fa5116d))
* **deps:** update dependency shared_preferences to v2.2.3 ([#1174](#1174)) ([42a34ed](42a34ed))
* **deps:** update dependency url_launcher to v6.2.6 ([#1175](#1175)) ([aad9d6e](aad9d6e))
* **deps:** update firebase dependencies ([#1165](#1165)) ([660342e](660342e))
* **sdk:** update dependency flutter to v3.19.6 ([#1172](#1172)) ([38acae6](38acae6))

### Miscellaneous Chores

* **deps:** update dependency semantic-release to v23.0.8 ([#1168](#1168)) ([15de1fc](15de1fc))
* **deps:** update dependency semantic-release-pub to v0.8.8 ([#1161](#1161)) ([3695447](3695447))
* **deps:** update dependency semantic-release-pub to v0.8.9 ([#1170](#1170)) ([acc3a4a](acc3a4a))

### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to 4dbef80 ([#1169](#1169)) ([d43089f](d43089f))
  • Loading branch information
semantic-release-bot committed Apr 21, 2024
1 parent aad9d6e commit 1c498d2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
## [1.15.7](https://github.com/zeshuaro/appainter/compare/v1.15.6...v1.15.7) (2024-04-21)


### Bug Fixes

* **deps:** update dependency path_provider to v2.1.3 ([#1173](https://github.com/zeshuaro/appainter/issues/1173)) ([fa5116d](https://github.com/zeshuaro/appainter/commit/fa5116d35c6998f12ccef3ed9356a49b472ebf3c))
* **deps:** update dependency shared_preferences to v2.2.3 ([#1174](https://github.com/zeshuaro/appainter/issues/1174)) ([42a34ed](https://github.com/zeshuaro/appainter/commit/42a34ed16a6954172e824105cae94a179be9bce8))
* **deps:** update dependency url_launcher to v6.2.6 ([#1175](https://github.com/zeshuaro/appainter/issues/1175)) ([aad9d6e](https://github.com/zeshuaro/appainter/commit/aad9d6ed697f0d373324b1abb88149bea105cad9))
* **deps:** update firebase dependencies ([#1165](https://github.com/zeshuaro/appainter/issues/1165)) ([660342e](https://github.com/zeshuaro/appainter/commit/660342e76e1e6da7b009e8ce13f0f33f637ac533))
* **sdk:** update dependency flutter to v3.19.6 ([#1172](https://github.com/zeshuaro/appainter/issues/1172)) ([38acae6](https://github.com/zeshuaro/appainter/commit/38acae6f1aa9e2ba0d033b16b35439b06d36af61))


### Miscellaneous Chores

* **deps:** update dependency semantic-release to v23.0.8 ([#1168](https://github.com/zeshuaro/appainter/issues/1168)) ([15de1fc](https://github.com/zeshuaro/appainter/commit/15de1fc6c8b72a4609b1f4d8d44481e4f3700bff))
* **deps:** update dependency semantic-release-pub to v0.8.8 ([#1161](https://github.com/zeshuaro/appainter/issues/1161)) ([3695447](https://github.com/zeshuaro/appainter/commit/3695447c4524078c832da061a94febfef8a2724f))
* **deps:** update dependency semantic-release-pub to v0.8.9 ([#1170](https://github.com/zeshuaro/appainter/issues/1170)) ([acc3a4a](https://github.com/zeshuaro/appainter/commit/acc3a4a47deba93bee80c41779194fdde0565dff))


### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to 4dbef80 ([#1169](https://github.com/zeshuaro/appainter/issues/1169)) ([d43089f](https://github.com/zeshuaro/appainter/commit/d43089fa57e0dc2fc2ae69e944299d49783e8052))

## [1.15.6](https://github.com/zeshuaro/appainter/compare/v1.15.5...v1.15.6) (2024-04-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "appainter",
"version": "1.15.6",
"version": "1.15.7",
"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
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.6
version: 1.15.7

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

0 comments on commit 1c498d2

Please sign in to comment.