Skip to content

Commit

Permalink
chore(release): 2.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.4](v2.1.3...v2.1.4) (2024-07-21)

### Bug Fixes

* **deps:** update firebase dependencies ([#1296](#1296)) ([a0da13b](a0da13b))
* **sdk:** update dependency flutter to v3.22.3 ([#1297](#1297)) ([aac4f9b](aac4f9b))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1293](#1293)) ([a22666c](a22666c))
* **deps:** update dependency semantic-release-pub to v0.8.20 ([#1295](#1295)) ([f5cb227](f5cb227))
  • Loading branch information
semantic-release-bot committed Jul 21, 2024
1 parent aac4f9b commit be5ddf2
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.4](https://github.com/zeshuaro/appainter/compare/v2.1.3...v2.1.4) (2024-07-21)

### Bug Fixes

* **deps:** update firebase dependencies ([#1296](https://github.com/zeshuaro/appainter/issues/1296)) ([a0da13b](https://github.com/zeshuaro/appainter/commit/a0da13bb79a88fb26efdc04a07334850d78fff56))
* **sdk:** update dependency flutter to v3.22.3 ([#1297](https://github.com/zeshuaro/appainter/issues/1297)) ([aac4f9b](https://github.com/zeshuaro/appainter/commit/aac4f9b281c5f1ad58c7c410fee3cf3c6b075376))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1293](https://github.com/zeshuaro/appainter/issues/1293)) ([a22666c](https://github.com/zeshuaro/appainter/commit/a22666ce3c2776338dea976a16f3354973c4a710))
* **deps:** update dependency semantic-release-pub to v0.8.20 ([#1295](https://github.com/zeshuaro/appainter/issues/1295)) ([f5cb227](https://github.com/zeshuaro/appainter/commit/f5cb227156c7f1eab39a1705a0879b9cea2cbbd4))

## [2.1.3](https://github.com/zeshuaro/appainter/compare/v2.1.2...v2.1.3) (2024-07-14)

### 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.3",
"version": "2.1.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: 2.1.3
version: 2.1.4

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

0 comments on commit be5ddf2

Please sign in to comment.