Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.7.1 #65

Merged
merged 1 commit into from
Aug 1, 2024
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.7.1

- refactor: lowered sdk constraints to support dart 2.12 and above in [71f839f](https://github.com/OutdatedGuy/package_rename/commit/71f839fade56b753c61a14b6251e679ae188614a)
- chore: updated dependencies to latest in [f352077](https://github.com/OutdatedGuy/package_rename/commit/f3520778985bb083972d15d985d12e87e785db50)

## 1.7.0

- feat(android): Added support for Flutter 3.22 template in [b566af2](https://github.com/OutdatedGuy/package_rename/commit/b566af2b86b267757917556b61720c64405e5fad)
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.0
package_rename: ^1.7.1
```

#### 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.0"
version: "1.7.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.7.0
version: 1.7.1
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/package_rename

Expand Down