Skip to content

Commit dc176ca

Browse files
committed
🔖 Release v0.2.1
1 parent c196235 commit dc176ca

File tree

5 files changed

+43
-3
lines changed

5 files changed

+43
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
99

1010
---
1111

12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`box_transform` - `v0.2.1`](#box_transform---v021)
19+
- [`flutter_box_transform` - `v0.2.1`](#flutter_box_transform---v021)
20+
21+
---
22+
23+
#### `box_transform` - `v0.2.1`
24+
25+
- Update license to Apache 2.0.
26+
- Update docs and fix broken links.
27+
28+
29+
#### `flutter_box_transform` - `v0.2.1`
30+
31+
- Update license to Apache 2.0.
32+
- Update playground to use unified clamping rect.
33+
- Update docs and fix broken links.
34+
35+
## 2023-04-07
36+
37+
### Changes
38+
39+
---
40+
1241
Packages with breaking changes:
1342

1443
- [`flutter_box_transform` - `v0.2.0`](#flutter_box_transform---v020)

packages/box_transform/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.1
2+
3+
- Update license to Apache 2.0.
4+
- Update docs and fix broken links.
5+
16
## 0.2.0
27

38
- Fix scaling of rect not matching cursor position.

packages/box_transform/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: box_transform
22
description: A pure dart implementation of advanced 2D box transformation with easy and simple API.
33

4-
version: 0.2.0
4+
version: 0.2.1
55

66
repository: https://github.com/hyper-designed/box_transform
77
homepage: https://github.com/hyper-designed/box_transform

packages/flutter_box_transform/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.1
2+
3+
- Update license to Apache 2.0.
4+
- Update playground to use unified clamping rect.
5+
- Update docs and fix broken links.
6+
17
## 0.2.0
28

39
- Add `hideHandlesWhenNotResizable` flag to hide handles when the box is not

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.2.0
4+
version: 0.2.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.0
18+
box_transform: ^0.2.1
1919
vector_math: ^2.1.4
2020

2121
dev_dependencies:

0 commit comments

Comments
 (0)