From 13a926a526ad6e789d604a6171330f360f9cc878 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Dec 2023 12:32:22 +0000 Subject: [PATCH] chore(release): 1.11.2 [skip ci] ## [1.11.2](https://github.com/zeshuaro/appainter/compare/v1.11.1...v1.11.2) (2023-12-04) ### Bug Fixes * web artifacts for github pages ([#977](https://github.com/zeshuaro/appainter/issues/977)) ([18c1597](https://github.com/zeshuaro/appainter/commit/18c159739b70792accf9667cf85ac3857fee8e76)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e238d27e..a4e44ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.2](https://github.com/zeshuaro/appainter/compare/v1.11.1...v1.11.2) (2023-12-04) + + +### Bug Fixes + +* web artifacts for github pages ([#977](https://github.com/zeshuaro/appainter/issues/977)) ([18c1597](https://github.com/zeshuaro/appainter/commit/18c159739b70792accf9667cf85ac3857fee8e76)) + ## [1.11.1](https://github.com/zeshuaro/appainter/compare/v1.11.0...v1.11.1) (2023-12-04) diff --git a/package.json b/package.json index 69ba329d..e967347c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appainter", - "version": "1.11.1", + "version": "1.11.2", "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", diff --git a/pubspec.yaml b/pubspec.yaml index 9bda7cf5..9927b8f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 1.11.1 +version: 1.11.2 environment: sdk: ">=3.0.0 <4.0.0"