From 8954c0481543fc49e2493ce81f6e4422e9d1d001 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:36:53 +0000 Subject: [PATCH] chore(master): release 0.0.9-alpha --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a37e475f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.9-alpha](https://github.com/ubuntu-flutter-community/settings/compare/v0.0.8-alpha...v0.0.9-alpha) (2024-10-24) + + +### Bug Fixes + +* move tabs back to the page, add release bot ([#447](https://github.com/ubuntu-flutter-community/settings/issues/447)) ([6a92f72](https://github.com/ubuntu-flutter-community/settings/commit/6a92f728163fbbc8ba47c7e2066c4bc695825031)) diff --git a/pubspec.yaml b/pubspec.yaml index 13694d4a..94cf1013 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.0.0+1 +version: 0.0.9-alpha+2 environment: sdk: ">=3.0.0 <4.0.0"