File tree Expand file tree Collapse file tree 5 files changed +37
-3
lines changed Expand file tree Collapse file tree 5 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2023-04-04
7+
8+ ### Changes
9+
10+ ---
11+
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.1.1 ` ] ( #box_transform---v011 )
19+ - [ ` flutter_box_transform ` - ` v0.1.1 ` ] ( #flutter_box_transform---v011 )
20+
21+ ---
22+
23+ #### ` box_transform ` - ` v0.1.1 `
24+
25+ - Add example.
26+
27+ #### ` flutter_box_transform ` - ` v0.1.1 `
28+
29+ - Bump "flutter_box_transform" to ` 0.1.1 ` .
30+
31+
632## 2023-04-03
733
834### Changes
Original file line number Diff line number Diff line change 1+ ## 0.1.1
2+
3+ - Add example.
4+
15## 0.1.0
26
37- Initial release.
Original file line number Diff line number Diff line change 11name : box_transform
22description : A pure dart implementation of advanced 2D box transformation with easy and simple API.
33
4- version : 0.1.0
4+ version : 0.1.1
55
66repository : https://github.com/hyper-designed/box_transform
77homepage : https://github.com/hyper-designed/box_transform
Original file line number Diff line number Diff line change 1+ ## 0.1.1
2+
3+ - Bump "flutter_box_transform" to ` 0.1.1 ` .
4+
15## 0.1.0
26
37- Initial release.
Original file line number Diff line number Diff line change 11name : flutter_box_transform
22description : 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.1.0
4+ version : 0.1.1
55
66repository : https://github.com/hyper-designed/box_transform
77homepage : https://github.com/hyper-designed/box_transform
@@ -15,7 +15,7 @@ environment:
1515dependencies :
1616 flutter :
1717 sdk : flutter
18- box_transform : ^0.1.0
18+ box_transform : ^0.1.1
1919 vector_math : ^2.1.4
2020
2121dev_dependencies :
You can’t perform that action at this time.
0 commit comments