Skip to content

Commit 9c58a59

Browse files
authored
v1.7.1 (#65)
1 parent 71f839f commit 9c58a59

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.1
2+
3+
- refactor: lowered sdk constraints to support dart 2.12 and above in [71f839f](https://github.com/OutdatedGuy/package_rename/commit/71f839fade56b753c61a14b6251e679ae188614a)
4+
- chore: updated dependencies to latest in [f352077](https://github.com/OutdatedGuy/package_rename/commit/f3520778985bb083972d15d985d12e87e785db50)
5+
16
## 1.7.0
27

38
- feat(android): Added support for Flutter 3.22 template in [b566af2](https://github.com/OutdatedGuy/package_rename/commit/b566af2b86b267757917556b61720c64405e5fad)

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

0 commit comments

Comments
 (0)