Skip to content

Commit 54ed088

Browse files
chore(release): 1.12.0 [skip ci]
## [1.12.0](v1.11.2...v1.12.0) (2023-12-10) ### Features * **sdk:** update dependency flutter to v3.16.3 ([#981](#981)) ([095e416](095e416)) ### Bug Fixes * **deps:** update dependency dio to v5.4.0 ([#982](#982)) ([34762a1](34762a1)) ### Miscellaneous Chores * **deps:** update dependency build_runner to v2.4.7 ([#980](#980)) ([44ce79b](44ce79b)) * **deps:** update dependency semantic-release to v22.0.10 ([#989](#989)) ([feedb72](feedb72)) * **deps:** update dependency semantic-release to v22.0.9 ([#986](#986)) ([50b352e](50b352e)) ### Tests * add basic integration test ([#979](#979)) ([63575ac](63575ac)) * add to run integration test for web ([#985](#985)) ([2279de1](2279de1)) ### Continuous Integration * **deps:** update zeshuaro/github-actions-workflows digest to 3fc2038 ([#984](#984)) ([670f29c](670f29c)) * **deps:** update zeshuaro/github-actions-workflows digest to 4d58104 ([#987](#987)) ([9d7db1f](9d7db1f)) * **deps:** update zeshuaro/github-actions-workflows digest to 6be9096 ([#988](#988)) ([27c86d4](27c86d4)) * fix release github pages step to only add files ([#978](#978)) ([f2963e8](f2963e8))
1 parent 27c86d4 commit 54ed088

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## [1.12.0](https://github.com/zeshuaro/appainter/compare/v1.11.2...v1.12.0) (2023-12-10)
2+
3+
4+
### Features
5+
6+
* **sdk:** update dependency flutter to v3.16.3 ([#981](https://github.com/zeshuaro/appainter/issues/981)) ([095e416](https://github.com/zeshuaro/appainter/commit/095e416e153e59005936624ac3e74fd5260a8c2b))
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency dio to v5.4.0 ([#982](https://github.com/zeshuaro/appainter/issues/982)) ([34762a1](https://github.com/zeshuaro/appainter/commit/34762a1bc84cf2febc201a3fbc499c1bffd55441))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* **deps:** update dependency build_runner to v2.4.7 ([#980](https://github.com/zeshuaro/appainter/issues/980)) ([44ce79b](https://github.com/zeshuaro/appainter/commit/44ce79b1eb072e6350260334ffcd551d4bf2fdfa))
17+
* **deps:** update dependency semantic-release to v22.0.10 ([#989](https://github.com/zeshuaro/appainter/issues/989)) ([feedb72](https://github.com/zeshuaro/appainter/commit/feedb72d117967959045a1b9d66f73252f8db1ef))
18+
* **deps:** update dependency semantic-release to v22.0.9 ([#986](https://github.com/zeshuaro/appainter/issues/986)) ([50b352e](https://github.com/zeshuaro/appainter/commit/50b352e854c49e4710b3cb2902177aa4e22a02b2))
19+
20+
21+
### Tests
22+
23+
* add basic integration test ([#979](https://github.com/zeshuaro/appainter/issues/979)) ([63575ac](https://github.com/zeshuaro/appainter/commit/63575ac772bdf2093112f209f488757a3f7f3690))
24+
* add to run integration test for web ([#985](https://github.com/zeshuaro/appainter/issues/985)) ([2279de1](https://github.com/zeshuaro/appainter/commit/2279de1be0e68f52b90c02b2069e4105440230f2))
25+
26+
27+
### Continuous Integration
28+
29+
* **deps:** update zeshuaro/github-actions-workflows digest to 3fc2038 ([#984](https://github.com/zeshuaro/appainter/issues/984)) ([670f29c](https://github.com/zeshuaro/appainter/commit/670f29cc07543a14522cf124828ac96a4b398bf9))
30+
* **deps:** update zeshuaro/github-actions-workflows digest to 4d58104 ([#987](https://github.com/zeshuaro/appainter/issues/987)) ([9d7db1f](https://github.com/zeshuaro/appainter/commit/9d7db1f35fb9ac937b53be38a39f0fd2b1e9f4f5))
31+
* **deps:** update zeshuaro/github-actions-workflows digest to 6be9096 ([#988](https://github.com/zeshuaro/appainter/issues/988)) ([27c86d4](https://github.com/zeshuaro/appainter/commit/27c86d4b78a67d1c7c3e461188eb9c247f0d2454))
32+
* fix release github pages step to only add files ([#978](https://github.com/zeshuaro/appainter/issues/978)) ([f2963e8](https://github.com/zeshuaro/appainter/commit/f2963e845e72a92a833256a391deb4fd8d499e7c))
33+
134
## [1.11.2](https://github.com/zeshuaro/appainter/compare/v1.11.1...v1.11.2) (2023-12-04)
235

336

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appainter",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"description": "A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app",
55
"main": "index.js",
66
"repository": "https://github.com/zeshuaro/appainter.git",

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: appainter
22
description: A material theme editor and generator for Flutter to configure and
33
preview the overall visual theme of your material app
44
publish_to: "none"
5-
version: 1.11.2
5+
version: 1.12.0
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)