From ae7c4536b69a6c1aa6631dec5b77604e594d4b60 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Wed, 3 Jan 2024 14:31:34 +0530 Subject: [PATCH] v1.5.3 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d75f5b..1817864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 0351b6f..e315f34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 46ef130..2da38d0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "1.5.2" + version: "1.5.3" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 44777bd..a002348 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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