Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed May 14, 2024
1 parent 448f65f commit 1cd116e
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.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)
- chore: updated dependencies to latest in [6016aae](https://github.com/OutdatedGuy/package_rename/commit/6016aaedabdb4cc4f6d9572c5b3b04fcb3766cea)

## 1.5.3

- fix(ios): `PRODUCT_BUNDLE_IDENTIFIER` not updating if it contains underscore (`_`). Thanks [@imranspahic](https://github.com/imranspahic) for [d8d8395](https://github.com/OutdatedGuy/package_rename/commit/d8d83950b5456d806d8b6e807bd2c2bddc490b3a)
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.5.3
package_rename: ^1.6.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.5.3"
version: "1.6.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.5.3
version: 1.6.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/package_rename

Expand Down

0 comments on commit 1cd116e

Please sign in to comment.