Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenenyu committed Apr 23, 2023
1 parent 82340aa commit 87703eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.7.0] - 2023/04/23.

* Added: `iterateRoutes()`, `removeRoute()`.
* Deprecated: `findRoute()`, `removeNamed()`.

## [0.6.0] - 2022/07/01.

* Fix issue #23.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: lifecycle
description: Lifecycle support for Flutter widgets.
version: 0.6.0
version: 0.7.0
homepage: https://github.com/chenenyu/lifecycle

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down

0 comments on commit 87703eb

Please sign in to comment.