Skip to content

Commit

Permalink
🔖 Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Apr 7, 2023
1 parent c196235 commit dc176ca
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`box_transform` - `v0.2.1`](#box_transform---v021)
- [`flutter_box_transform` - `v0.2.1`](#flutter_box_transform---v021)

---

#### `box_transform` - `v0.2.1`

- Update license to Apache 2.0.
- Update docs and fix broken links.


#### `flutter_box_transform` - `v0.2.1`

- Update license to Apache 2.0.
- Update playground to use unified clamping rect.
- Update docs and fix broken links.

## 2023-04-07

### Changes

---

Packages with breaking changes:

- [`flutter_box_transform` - `v0.2.0`](#flutter_box_transform---v020)
Expand Down
5 changes: 5 additions & 0 deletions packages/box_transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.1

- Update license to Apache 2.0.
- Update docs and fix broken links.

## 0.2.0

- Fix scaling of rect not matching cursor position.
Expand Down
2 changes: 1 addition & 1 deletion packages/box_transform/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: box_transform
description: A pure dart implementation of advanced 2D box transformation with easy and simple API.

version: 0.2.0
version: 0.2.1

repository: https://github.com/hyper-designed/box_transform
homepage: https://github.com/hyper-designed/box_transform
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_box_transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.1

- Update license to Apache 2.0.
- Update playground to use unified clamping rect.
- Update docs and fix broken links.

## 0.2.0

- Add `hideHandlesWhenNotResizable` flag to hide handles when the box is not
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_box_transform/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_box_transform
description: A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.

version: 0.2.0
version: 0.2.1

repository: https://github.com/hyper-designed/box_transform
homepage: https://github.com/hyper-designed/box_transform
Expand All @@ -15,7 +15,7 @@ environment:
dependencies:
flutter:
sdk: flutter
box_transform: ^0.2.0
box_transform: ^0.2.1
vector_math: ^2.1.4

dev_dependencies:
Expand Down

0 comments on commit dc176ca

Please sign in to comment.