Skip to content

Commit

Permalink
chore(release): 2.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.8](v2.1.7...v2.1.8) (2024-08-18)

### Bug Fixes

* **deps:** update dependency file_picker to v8.0.7 ([#1321](#1321)) ([9311b70](9311b70))
* **deps:** update dependency firebase_auth to v5.1.4 ([#1322](#1322)) ([68a24b8](68a24b8))
* **deps:** update dependency window_manager to v0.4.0 ([#1323](#1323)) ([24981c0](24981c0))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1320](#1320)) ([86b70a5](86b70a5))
  • Loading branch information
semantic-release-bot committed Aug 18, 2024
1 parent 24981c0 commit b4e91e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.1.8](https://github.com/zeshuaro/appainter/compare/v2.1.7...v2.1.8) (2024-08-18)

### Bug Fixes

* **deps:** update dependency file_picker to v8.0.7 ([#1321](https://github.com/zeshuaro/appainter/issues/1321)) ([9311b70](https://github.com/zeshuaro/appainter/commit/9311b70655dce892e7c6474a43d78e5628bf1ba0))
* **deps:** update dependency firebase_auth to v5.1.4 ([#1322](https://github.com/zeshuaro/appainter/issues/1322)) ([68a24b8](https://github.com/zeshuaro/appainter/commit/68a24b82dcbaf452af1f63ad08dcef88440a7d04))
* **deps:** update dependency window_manager to v0.4.0 ([#1323](https://github.com/zeshuaro/appainter/issues/1323)) ([24981c0](https://github.com/zeshuaro/appainter/commit/24981c05072b618674ca7a30d96e0068c35bbd56))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1320](https://github.com/zeshuaro/appainter/issues/1320)) ([86b70a5](https://github.com/zeshuaro/appainter/commit/86b70a5be09432a110cdeedca799e534a8a34f3d))

## [2.1.7](https://github.com/zeshuaro/appainter/compare/v2.1.6...v2.1.7) (2024-08-11)

### Bug Fixes
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": "2.1.7",
"version": "2.1.8",
"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: 2.1.7
version: 2.1.8

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

0 comments on commit b4e91e1

Please sign in to comment.