From a5d5c6e9876f0f6066aa22cd48a9462c91514d43 Mon Sep 17 00:00:00 2001 From: Rydmike <39990307+rydmike@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:26:10 +0300 Subject: [PATCH] Bump: Versions to 8.0.0-dev.2 for QualityAssurance phase --- CHANGELOG.md | 2 +- example/lib/shared/const/app.dart | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c17c175..a49056134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All changes to the **FlexColorScheme** (FCS) package are documented here. -## 8.0.0-dev.1 +## 8.0.0-dev.2 **Oct 14, 2024** diff --git a/example/lib/shared/const/app.dart b/example/lib/shared/const/app.dart index af3aa161d..a7179b109 100644 --- a/example/lib/shared/const/app.dart +++ b/example/lib/shared/const/app.dart @@ -36,7 +36,7 @@ sealed class App { // build numbers. static const String versionMajor = '8'; static const String versionMinor = '0'; - static const String versionPatch = '0-dev.1'; + static const String versionPatch = '0-dev.2'; static const String versionBuild = '01'; static const String versionFull = '$versionMajor.$versionMinor.$versionPatch' '\nBuild-$versionBuild'; diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 17169c68b..a96f9eb07 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flex_color_scheme_example description: Examples that demonstrate how to use the FlexColorScheme package. -version: 8.0.0-dev.1 +version: 8.0.0-dev.2 publish_to: 'none' environment: sdk: '>=3.0.0 <4.0.0' diff --git a/pubspec.yaml b/pubspec.yaml index 0e369cb54..83c4d01e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flex_color_scheme description: A Flutter package to use and make beautiful Material design based themes. -version: 8.0.0-dev.1 +version: 8.0.0-dev.2 homepage: https://docs.flexcolorscheme.com repository: https://github.com/rydmike/flex_color_scheme issue_tracker: https://github.com/rydmike/flex_color_scheme/issues