Skip to content

Commit

Permalink
Merge pull request #15 from timcreatedit/chore/release
Browse files Browse the repository at this point in the history
chore(release): release
  • Loading branch information
timcreatedit authored May 27, 2024
2 parents 84af14f + 2386a38 commit 06cd5e6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
- name: 📚 Checkout
uses: actions/checkout@v4

- name: 🎯 Setup Dart
uses: dart-lang/[email protected]
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
sdk: "stable"
channel: 'stable'
cache: true

- name: Ⓜ️ Set up Melos
uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions packages/rotation_stage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/rotation_stage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 06cd5e6

Please sign in to comment.