Skip to content

Commit 05dc5e3

Browse files
committed
🔖 release v0.3.1
1 parent 7ae93bf commit 05dc5e3

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111

1212
Packages with breaking changes:
1313

14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`flutter_box_transform` - `v0.3.1`](#flutter_box_transform---v030)
19+
20+
---
21+
22+
#### `flutter_box_transform` - `v0.3.1`
23+
24+
- Bump up box_transform version to `0.3.0`.
25+
26+
## 2023-06-01
27+
28+
### Changes
29+
30+
---
31+
32+
Packages with breaking changes:
33+
1434
- [`box_transform` - `v0.3.0`](#box_transform---v030)
1535
- [`flutter_box_transform` - `v0.3.0`](#flutter_box_transform---v030)
1636

@@ -48,7 +68,6 @@ Packages with other changes:
4868
- Add `onDragStart` and `onDragEnd` callbacks for move operation.
4969
- Add simple example alongside an advanced playground example.
5070

51-
5271
## 2023-04-07
5372

5473
### Changes

packages/flutter_box_transform/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
## 0.3.1
2+
3+
- Bump up box_transform version to 0.3.0.
4+
15
## 0.3.0
26

37
- Bump up Dart sdk constraints to `3.0.0`.
4-
- Bump up box_transform version to `0.3.0`.
58
- [BREAKING]: Replace `onResized` with `onResizeUpdate`.
69
- [BREAKING]: Replace `flipWhileResizing` with `allowFlippingWhileResizing`.
710
- [BREAKING]: Replace `onMoved` with `onDragUpdate`.

packages/flutter_box_transform/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_box_transform
22
description: A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.
33

4-
version: 0.3.0
4+
version: 0.3.1
55

66
repository: https://github.com/hyper-designed/box_transform
77
homepage: https://github.com/hyper-designed/box_transform
@@ -15,7 +15,7 @@ environment:
1515
dependencies:
1616
flutter:
1717
sdk: flutter
18-
box_transform: ^0.2.1
18+
box_transform: ^0.3.0
1919
vector_math: ^2.1.4
2020

2121
dev_dependencies:

0 commit comments

Comments
 (0)