From 22c9a6d47842c6db5cb9ce2218cc53abfe1e7a93 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Fri, 5 Dec 2025 00:04:37 +0530 Subject: [PATCH] v1.10.1 --- 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 c24906a..ccfea0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.10.1 + +- fix(ios): bundle identifier detection and replacement in [b7b5406](https://github.com/OutdatedGuy/package_rename/commit/b7b5406b3a6fb218080815f8995f85a57a654fd6) +- docs: update README for improved clarity and structure in [739531b](https://github.com/OutdatedGuy/package_rename/commit/739531b8863be22187aca470c5fc42baffb70edc) +- chore: updated dependencies to latest in [5b7f55d](https://github.com/OutdatedGuy/package_rename/commit/5b7f55d9c45b9ba3ff8eaef9e53af7a539c9e0eb) + ## 1.10.0 - feat(android): prefer Kotlin DSL (`.gradle.kts`) over Groovy DSL (`.gradle`) when available in [09409d6](https://github.com/OutdatedGuy/package_rename/commit/09409d61081ad9ee6a382e975e953e4281e52ccf) diff --git a/README.md b/README.md index 9437128..b41b2bf 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add `package_rename` to your `pubspec.yaml` under `dev_dependencies`: ```yaml dev_dependencies: - package_rename: ^1.10.0 + package_rename: ^1.10.1 ``` ### 2. Create Configuration diff --git a/example/pubspec.lock b/example/pubspec.lock index 7a06366..ebbb0e1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "1.10.0" + version: "1.10.1" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9bc60aa..7b4e62b 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.10.0 +version: 1.10.1 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/package_rename topics: