Skip to content

Commit

Permalink
v1.8.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy authored Dec 19, 2024
1 parent 19c20d5 commit 602e53c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7.1"
version: "1.8.0"
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.7.1
version: 1.8.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/package_rename

Expand Down

0 comments on commit 602e53c

Please sign in to comment.