Skip to content

Commit 9da80c1

Browse files
committed
🔧 Change repository & home page urls of package/box_transform pubspec.yaml to specific package directory.
1 parent 462447c commit 9da80c1

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

packages/box_transform/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.4.4-dev.3
2+
3+
- Revert root pubspec.yaml.
4+
5+
## 0.4.4-dev.2
6+
7+
- Update root pubspec.yaml name from box_transform to melos_box_transform
8+
9+
## 0.4.4-dev.1
10+
11+
- Fix pubspec.yaml repository url.
12+
113
## 0.4.3
214

315
- Update dependencies & resolve deprecation warnings.
@@ -35,7 +47,7 @@
3547

3648
## 0.1.1
3749

38-
- Add example.
50+
- Add example.
3951

4052
## 0.1.0
4153

packages/box_transform/pubspec.yaml

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

4-
version: 0.4.3
4+
version: 0.4.4-dev.3
55

6-
repository: https://github.com/hyper-designed/box_transform
7-
homepage: https://github.com/hyper-designed/box_transform
6+
repository: https://github.com/hyper-designed/box_transform/tree/main/packages/box_transform
7+
homepage: https://github.com/hyper-designed/box_transform/tree/main/packages/box_transform
88
issue_tracker: https://github.com/hyper-designed/box_transform/issues
99
documentation: https://docs.page/hyper-designed/box_transform
1010

0 commit comments

Comments
 (0)