From c36f689c682b9e5d609ae912c61399ae0a2d0785 Mon Sep 17 00:00:00 2001 From: leoafarias Date: Tue, 30 Mar 2021 10:09:06 -0400 Subject: [PATCH] Changed order of CI build --- .github/workflows/cli_release.yml | 8 ++++---- CHANGELOG.md | 4 ++-- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cli_release.yml b/.github/workflows/cli_release.yml index 724237eb..a9c19f2c 100644 --- a/.github/workflows/cli_release.yml +++ b/.github/workflows/cli_release.yml @@ -56,8 +56,8 @@ jobs: - name: Build Version Number run: pub run build_runner build --delete-conflicting-outputs - - name: Deploy to Pub - run: pub run grinder pkg-pub-deploy - - name: Deploy Github - run: pub run grinder pkg-github-all \ No newline at end of file + run: pub run grinder pkg-github-all + + - name: Deploy to Pub + run: pub run grinder pkg-pub-deploy \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d60122..9ee311ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.0.0-dev.2 +## 2.0.0-dev.3 - Feature: Environemnts - Set Flutter sdk versions per project environment. - Feature: Which - Easily view the Flutter version configure for the project and it's state @@ -8,7 +8,7 @@ - Improvements: Better error messaging, notifications and logging - Improvements: Many quality of life improvements -# 1.3.8 +## 1.3.8 - Issue on install [#242](https://github.com/leoafarias/fvm/issues/242) - Auto linking[#207](https://github.com/leoafarias/fvm/issues/207) diff --git a/lib/src/version.dart b/lib/src/version.dart index 25b52017..a3330267 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.0-dev.2'; +const packageVersion = '2.0.0-dev.3'; diff --git a/pubspec.yaml b/pubspec.yaml index be82e24c..e8a7ea19 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fvm description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions. -version: 2.0.0-dev.2 +version: 2.0.0-dev.3 homepage: https://github.com/leoafarias/fvm environment: