diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b24ed6..5407774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.0 + +- feat(linux): Added support for Flutter 3.27 template in [434e774](https://github.com/OutdatedGuy/package_rename/commit/434e774da0dd7746e8251ba6987a8a8e01f99bb1) +- chore: update example app to Flutter template 3.27 in [9f67bb3](https://github.com/OutdatedGuy/package_rename/commit/9f67bb3a835e63b02e4dec452a27dba1e752c2cb) +- docs: updated changed fields and files list in [19c20d5](https://github.com/OutdatedGuy/package_rename/commit/19c20d536e9c26a7e9bdbb8822cc5bfd2ba30546) + ## 1.7.1 - refactor: lowered sdk constraints to support dart 2.12 and above in [71f839f](https://github.com/OutdatedGuy/package_rename/commit/71f839fade56b753c61a14b6251e679ae188614a) diff --git a/README.md b/README.md index f80789f..47db538 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.7.1 + package_rename: ^1.8.0 ``` #### Create configuration diff --git a/example/pubspec.lock b/example/pubspec.lock index 61c5a4b..8f59642 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "1.7.1" + version: "1.8.0" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1af1a19..a04c33f 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.7.1 +version: 1.8.0 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/package_rename