Skip to content

Commit

Permalink
chore(release): 2.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.4](v2.2.3...v2.2.4) (2024-09-22)

### Bug Fixes

* **deps:** update dependency device_preview_plus to v2.1.2 ([#1364](#1364)) ([1193040](1193040))
* **deps:** update dependency json_theme_plus to v6.6.2 ([#1365](#1365)) ([d580cc9](d580cc9))
* **deps:** update dependency sentry_flutter to v8.9.0 ([#1368](#1368)) ([8981c95](8981c95))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1366](#1366)) ([2f67022](2f67022))

### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to b17179f ([#1367](#1367)) ([7afd450](7afd450))
  • Loading branch information
semantic-release-bot committed Sep 22, 2024
1 parent 8981c95 commit 039078e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.2.4](https://github.com/zeshuaro/appainter/compare/v2.2.3...v2.2.4) (2024-09-22)

### Bug Fixes

* **deps:** update dependency device_preview_plus to v2.1.2 ([#1364](https://github.com/zeshuaro/appainter/issues/1364)) ([1193040](https://github.com/zeshuaro/appainter/commit/11930402dd89a40388a1ecdaf4fc3fdaae92f786))
* **deps:** update dependency json_theme_plus to v6.6.2 ([#1365](https://github.com/zeshuaro/appainter/issues/1365)) ([d580cc9](https://github.com/zeshuaro/appainter/commit/d580cc9bc075757b5621898ce41f72e5c67608ec))
* **deps:** update dependency sentry_flutter to v8.9.0 ([#1368](https://github.com/zeshuaro/appainter/issues/1368)) ([8981c95](https://github.com/zeshuaro/appainter/commit/8981c950fda103c84443d75d080279d786a2af7b))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1366](https://github.com/zeshuaro/appainter/issues/1366)) ([2f67022](https://github.com/zeshuaro/appainter/commit/2f670223f761a0f09d8bdfa232b39427cf19b459))

### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to b17179f ([#1367](https://github.com/zeshuaro/appainter/issues/1367)) ([7afd450](https://github.com/zeshuaro/appainter/commit/7afd4502c82525ff69a1cf23d90620809bce0e83))

## [2.2.3](https://github.com/zeshuaro/appainter/compare/v2.2.2...v2.2.3) (2024-09-15)

### 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.2.3",
"version": "2.2.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.2.3
version: 2.2.4

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

0 comments on commit 039078e

Please sign in to comment.