Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.10.0"
version: "1.10.1"
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.10.0
version: 1.10.1
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/package_rename
topics:
Expand Down