From 646693e67b2dd34c94650ebf16dd22b23c73cdff Mon Sep 17 00:00:00 2001 From: Tim Lehmann Date: Mon, 27 May 2024 18:03:30 +0200 Subject: [PATCH 1/2] ci: fixed setup in version action --- .github/workflows/version.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index ad4f8f7..a53788c 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -14,10 +14,11 @@ jobs: - name: 📚 Checkout uses: actions/checkout@v4 - - name: 🎯 Setup Dart - uses: dart-lang/setup-dart@v1.6.4 + - name: 🐦 Setup Flutter + uses: subosito/flutter-action@v2 with: - sdk: "stable" + channel: 'stable' + cache: true - name: Ⓜ️ Set up Melos uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230 From 2386a382b33a77aef18faea44b971e17a1f21024 Mon Sep 17 00:00:00 2001 From: Tim Lehmann Date: Mon, 27 May 2024 18:07:27 +0200 Subject: [PATCH 2/2] chore(release): publish packages - body_part_selector@0.2.0 - rotation_stage@0.3.0 --- CHANGELOG.md | 7 +++++++ packages/rotation_stage/CHANGELOG.md | 7 +++++++ packages/rotation_stage/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83a6ca..5074727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0 + +> Note: This release has breaking changes. + + - **FEAT**: added `animateToSide` method to `RotationStageController`. + - **BREAKING** **FEAT**: rotation stage handle are not uppercase by default anymore. + ## 0.1.0 > Note: This release has breaking changes. diff --git a/packages/rotation_stage/CHANGELOG.md b/packages/rotation_stage/CHANGELOG.md index 78c7e45..44aaa05 100644 --- a/packages/rotation_stage/CHANGELOG.md +++ b/packages/rotation_stage/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.3.0 + +> Note: This release has breaking changes. + + - **FEAT**: added `animateToSide` method to `RotationStageController`. + - **BREAKING** **FEAT**: rotation stage handle are not uppercase by default anymore. + ## 0.2.0 > Note: This release has breaking changes. diff --git a/packages/rotation_stage/pubspec.yaml b/packages/rotation_stage/pubspec.yaml index fa76e26..e2116b6 100644 --- a/packages/rotation_stage/pubspec.yaml +++ b/packages/rotation_stage/pubspec.yaml @@ -1,6 +1,6 @@ name: rotation_stage description: A four-sided stage for representing 3D objects with four widgets -version: 0.2.0 +version: 0.3.0 homepage: https://www.whynotmake.it repository: https://github.com/timcreatedit/body_part_selector/tree/main/packages/rotation_stage diff --git a/pubspec.yaml b/pubspec.yaml index fda7cd3..96e901e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: body_part_selector description: A beautiful selector for different body parts -version: 0.1.0 +version: 0.2.0 homepage: https://www.whynotmake.it repository: https://github.com/timcreatedit/body_part_selector @@ -13,7 +13,7 @@ dependencies: sdk: flutter flutter_svg: ">=1.1.0 <2.0.0" # https://github.com/dnfield/flutter_svg/issues/969 freezed_annotation: ">=2.4.0 <3.0.0" - rotation_stage: ^0.2.0 + rotation_stage: ^0.3.0 touchable: ^1.0.2 dev_dependencies: