Skip to content

Commit

Permalink
v1.5.3 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy authored Jan 3, 2024
1 parent 8dfe5ac commit 9d57c9b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 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)
- refactor: updated project template and documentations in [daf18d3](https://github.com/OutdatedGuy/package_rename/commit/daf18d3c7a7814a016ef61a835233cd4834519c8)
- fix(macos): `PRODUCT_BUNDLE_IDENTIFIER` not updating if it contains underscore (`_`) for extension targets in [8dfe5ac](https://github.com/OutdatedGuy/package_rename/commit/8dfe5ac8771d508de43a880eb88b08d030ff80c4)

## 1.5.2

- refactor: use new `part of` syntax in [86e0605](https://github.com/OutdatedGuy/package_rename/commit/86e060551522abaf4581f1dddf65f6f0b6dfc59b)
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.2
package_rename: ^1.5.3
```
#### 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.2"
version: "1.5.3"
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.2
version: 1.5.3
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/package_rename

Expand Down

0 comments on commit 9d57c9b

Please sign in to comment.