Skip to content

Commit

Permalink
v1.5.2 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy authored Dec 7, 2023
1 parent 86e0605 commit af9511d
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.5.2

- refactor: use new `part of` syntax in [86e0605](https://github.com/OutdatedGuy/package_rename/commit/86e060551522abaf4581f1dddf65f6f0b6dfc59b)
- chore: updated dependencies to latest in [ec48689](https://github.com/OutdatedGuy/package_rename/commit/ec48689324b6c63ae9d47c5ce7586f45749ac027)

## 1.5.1

- fix(windows): `Runner.rc` file not updating at all in [ea576e2](https://github.com/OutdatedGuy/package_rename/commit/ea576e27ba1187dec087e2d631417a8b76a43550)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more info see [list of changed fields](CHANGED_FIELDS.md)

```yaml
dev_dependencies:
package_rename: ^1.5.1
package_rename: ^1.5.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 @@ -137,7 +137,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.5.1"
version: "1.5.2"
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.1
version: 1.5.2
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/package_rename/tree/main

Expand Down

0 comments on commit af9511d

Please sign in to comment.