Skip to content

Commit 474f145

Browse files
authored
v1.7.0 (#60)
1 parent b566af2 commit 474f145

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.7.0
2+
3+
- feat(android): Added support for Flutter 3.22 template in [b566af2](https://github.com/OutdatedGuy/package_rename/commit/b566af2b86b267757917556b61720c64405e5fad)
4+
- chore: update example app to Flutter template 3.22 in [151d217](https://github.com/OutdatedGuy/package_rename/commit/151d217ef954ecbba1b740e34d9611d67c08ae25)
5+
16
## 1.6.0
27

38
- feat(web): Ability to set PWA `short_name` separately. Thanks [@albemala](https://github.com/albemala) for [448f65f](https://github.com/OutdatedGuy/package_rename/commit/448f65f8f154194a391e3ad4d2808f6af31cdcb8)

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.6.0
23+
package_rename: ^1.7.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.6.0"
95+
version: "1.7.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.6.0
3+
version: 1.7.0
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/package_rename
66

0 commit comments

Comments
 (0)