Skip to content

Commit 0b654f9

Browse files
committed
πŸ”– release v0.4.7
1 parent 30bf209 commit 0b654f9

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-03-26
7+
8+
---
9+
10+
Packages with changes:
11+
12+
- [`flutter_box_transform` - `v0.4.7`](#flutter_box_transform---v047)
13+
14+
#### `flutter_box_transform` - `v0.4.7`
15+
16+
- Fix taps should pass through when onTap is not set. [Issue#31](https://github.com/hyper-designed/box_transform/issues/31)
17+
618
## 2024-09-14
719

820
---

β€Žpackages/flutter_box_transform/CHANGELOG.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.4.7
2+
- Fix taps should pass through when onTap is not set. [Issue#31](https://github.com/hyper-designed/box_transform/issues/31)
3+
14
## 0.4.6
25

36
- Fix child positioning offset bug. [Issue#27](https://github.com/hyper-designed/box_transform/issues/27)

β€Žpackages/flutter_box_transform/pubspec.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
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.4.6
4+
version: 0.4.7
55

66
repository: https://github.com/hyper-designed/box_transform/tree/main/packages/flutter_box_transform
77
homepage: https://github.com/hyper-designed/box_transform/tree/main/packages/flutter_box_transform

0 commit comments

Comments
Β (0)