Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2025-02-02)

### Bug Fixes

* **deps:** update dependency enum_to_string to v2.2.0 ([#1463](#1463)) ([645fc1e](645fc1e))
* **deps:** update dependency sentry_flutter to v8.12.0 ([#1452](#1452)) ([39fbdab](39fbdab))
* **deps:** update dependency shared_preferences to v2.4.0 ([#1464](#1464)) ([ac35861](ac35861))
* **deps:** update firebase dependencies ([#1460](#1460)) ([00f3507](00f3507))
* **sdk:** update dependency flutter to v3.27.3 ([#1457](#1457)) ([c27fa13](c27fa13))

### Miscellaneous Chores

* **deps:** update dependency semantic-release-pub to v0.9.6 ([#1459](#1459)) ([07ba1b3](07ba1b3))
* **deps:** update dependency sentry_dart_plugin to v2.3.0 ([#1458](#1458)) ([a0e02b8](a0e02b8))

### Continuous Integration

* **deps:** update codecov/codecov-action action to v5.3.1 ([#1462](#1462)) ([04ab0aa](04ab0aa))
* **deps:** update zeshuaro/github-actions-workflows digest to bf22f76 ([#1465](#1465)) ([050cdb1](050cdb1))
* **deps:** update zeshuaro/github-actions-workflows digest to dbd5e86 ([#1461](#1461)) ([0b61be1](0b61be1))
  • Loading branch information
semantic-release-bot committed Feb 2, 2025
1 parent ac35861 commit 1bc5c92
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [2.3.1](https://github.com/zeshuaro/appainter/compare/v2.3.0...v2.3.1) (2025-02-02)

### Bug Fixes

* **deps:** update dependency enum_to_string to v2.2.0 ([#1463](https://github.com/zeshuaro/appainter/issues/1463)) ([645fc1e](https://github.com/zeshuaro/appainter/commit/645fc1e3446199cb945b42927b11ed9a67a1cca2))
* **deps:** update dependency sentry_flutter to v8.12.0 ([#1452](https://github.com/zeshuaro/appainter/issues/1452)) ([39fbdab](https://github.com/zeshuaro/appainter/commit/39fbdab3afa1a8afbed55a1f4d8ff8917d105368))
* **deps:** update dependency shared_preferences to v2.4.0 ([#1464](https://github.com/zeshuaro/appainter/issues/1464)) ([ac35861](https://github.com/zeshuaro/appainter/commit/ac358614e2cbd954ff365688561976a9781b08d9))
* **deps:** update firebase dependencies ([#1460](https://github.com/zeshuaro/appainter/issues/1460)) ([00f3507](https://github.com/zeshuaro/appainter/commit/00f3507898863ec2454b8dfb6024f81d7975f82f))
* **sdk:** update dependency flutter to v3.27.3 ([#1457](https://github.com/zeshuaro/appainter/issues/1457)) ([c27fa13](https://github.com/zeshuaro/appainter/commit/c27fa1359f3e54dbcb9d18cf8c6f1c9cd2c0dea8))

### Miscellaneous Chores

* **deps:** update dependency semantic-release-pub to v0.9.6 ([#1459](https://github.com/zeshuaro/appainter/issues/1459)) ([07ba1b3](https://github.com/zeshuaro/appainter/commit/07ba1b368b4e045fbb5a19acfd5243cccd92e3dd))
* **deps:** update dependency sentry_dart_plugin to v2.3.0 ([#1458](https://github.com/zeshuaro/appainter/issues/1458)) ([a0e02b8](https://github.com/zeshuaro/appainter/commit/a0e02b8eaa52a7b066e814677b4466ee1dbbaf66))

### Continuous Integration

* **deps:** update codecov/codecov-action action to v5.3.1 ([#1462](https://github.com/zeshuaro/appainter/issues/1462)) ([04ab0aa](https://github.com/zeshuaro/appainter/commit/04ab0aaa62ee24878245098ba1e9e4d0f1b4694f))
* **deps:** update zeshuaro/github-actions-workflows digest to bf22f76 ([#1465](https://github.com/zeshuaro/appainter/issues/1465)) ([050cdb1](https://github.com/zeshuaro/appainter/commit/050cdb152fba9de875931ff67f3ba1552b71de56))
* **deps:** update zeshuaro/github-actions-workflows digest to dbd5e86 ([#1461](https://github.com/zeshuaro/appainter/issues/1461)) ([0b61be1](https://github.com/zeshuaro/appainter/commit/0b61be1acf4a13c22f882d847d6d1656a3502527))

## [2.3.0](https://github.com/zeshuaro/appainter/compare/v2.2.11...v2.3.0) (2025-01-28)

### Features
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.3.0",
"version": "2.3.1",
"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.3.0
version: 2.3.1

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

0 comments on commit 1bc5c92

Please sign in to comment.