Skip to content

Commit 1fb1534

Browse files
committed
v1.8.0
1 parent 8e3ed18 commit 1fb1534

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.8.0
2+
3+
- feat(linux): Added support for Flutter 3.27 template in [434e774](https://github.com/OutdatedGuy/package_rename/commit/434e774da0dd7746e8251ba6987a8a8e01f99bb1)
4+
- chore: update example app to Flutter template 3.27 in [9f67bb3](https://github.com/OutdatedGuy/package_rename/commit/9f67bb3a835e63b02e4dec452a27dba1e752c2cb)
5+
- docs: updated changed fields and files list in [19c20d5](https://github.com/OutdatedGuy/package_rename/commit/19c20d536e9c26a7e9bdbb8822cc5bfd2ba30546)
6+
17
## 1.7.1
28

39
- refactor: lowered sdk constraints to support dart 2.12 and above in [71f839f](https://github.com/OutdatedGuy/package_rename/commit/71f839fade56b753c61a14b6251e679ae188614a)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more info see [list of changed fields](CHANGED_FIELDS.md)
2020

2121
```yaml
2222
dev_dependencies:
23-
package_rename: ^1.7.1
23+
package_rename: ^1.8.0
2424
```
2525
2626
#### Create configuration

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "1.7.1"
95+
version: "1.8.0"
9696
path:
9797
dependency: transitive
9898
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: package_rename
22
description: "A Blazingly Fast way to configure your awesome flutter project to be production ready."
3-
version: 1.7.1
3+
version: 1.8.0
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/package_rename
66

0 commit comments

Comments
 (0)