Skip to content

Commit

Permalink
v1.7.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed Jun 11, 2024
1 parent b566af2 commit 474f145
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.7.0

- feat(android): Added support for Flutter 3.22 template in [b566af2](https://github.com/OutdatedGuy/package_rename/commit/b566af2b86b267757917556b61720c64405e5fad)
- chore: update example app to Flutter template 3.22 in [151d217](https://github.com/OutdatedGuy/package_rename/commit/151d217ef954ecbba1b740e34d9611d67c08ae25)

## 1.6.0

- 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For more info see [list of changed fields](CHANGED_FIELDS.md)

```yaml
dev_dependencies:
package_rename: ^1.6.0
package_rename: ^1.7.0
```
#### Create configuration
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.6.0"
version: "1.7.0"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: package_rename
description: "A Blazingly Fast way to configure your awesome flutter project to be production ready."
version: 1.6.0
version: 1.7.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/package_rename

Expand Down

0 comments on commit 474f145

Please sign in to comment.