From 42b522775f2cd45e833995af642f5229a89fc976 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:34:41 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef885c..78213c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.0](https://github.com/ubuntu-flutter-community/phoenix_theme/compare/v1.0.1...v1.1.0) (2024-11-18) + + +### Features + +* add bottom sheet theme ([e357331](https://github.com/ubuntu-flutter-community/phoenix_theme/commit/e357331e9acffc5c82627df8107e47a452ee16b9)) +* chipzzz ([2a144f1](https://github.com/ubuntu-flutter-community/phoenix_theme/commit/2a144f1deab75a05770dcd68000baaa67ec6e3ca)) + + +### Bug Fixes + +* chip height ([57d1af5](https://github.com/ubuntu-flutter-community/phoenix_theme/commit/57d1af53ff48300b2cb059d5da2a8b0978db6402)) +* darker dark theme ([#4](https://github.com/ubuntu-flutter-community/phoenix_theme/issues/4)) ([a34d30b](https://github.com/ubuntu-flutter-community/phoenix_theme/commit/a34d30b3376cfdb161e2cbf40631941766136239)) +* different dark themes for mobile and desktop ([fe7b369](https://github.com/ubuntu-flutter-community/phoenix_theme/commit/fe7b369cdf03a15c735c866584a251da68f3a716)) +* listtile theme ([adbc04c](https://github.com/ubuntu-flutter-community/phoenix_theme/commit/adbc04c8571a560ae0bae8afd10f95d4734c1ec5)) +* remove surface tints in inverse colors, remove uis and windows builds ([#6](https://github.com/ubuntu-flutter-community/phoenix_theme/issues/6)) ([0a122e7](https://github.com/ubuntu-flutter-community/phoenix_theme/commit/0a122e798c87366d74a08bc1f1104e8aa0910ee3)) + ## [1.0.1](https://github.com/ubuntu-flutter-community/phoenix_theme/compare/v1.0.0...v1.0.1) (2024-08-31) diff --git a/pubspec.yaml b/pubspec.yaml index 96e900e..0b018a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: phoenix_theme description: "A clean flutter theme for Material" -version: 1.0.1 +version: 1.1.0 environment: sdk: ">=3.0.0 <4.0.0"