Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgilder committed Oct 6, 2021
1 parent 09668b8 commit f011110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.10.0-dev4
# 0.10.0-dev3

**Important:** this release has some major breaking changes with how Routemaster
interacts with the system back button on Android and web.
Expand All @@ -16,9 +16,8 @@ interacts with the system back button on Android and web.
* Added: `history` property on `Routemaster` for chronological history navigation,
for example `Routemaster.of(context).history.back()`.

# 0.10.0-dev3

* Added: `popUntil` to pop multiple times with a predicate.

* Fixed: when navigating to a relative route, use the current context's path as
the base, instead of the router's current path.

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: routemaster
description: Easy-to-use Navigator 2.0 router for web, mobile and desktop. URL-based routing, simple navigation of tabs and nested routes.
version: 0.10.0-dev4
version: 0.10.0-dev3
homepage: https://github.com/tomgilder/routemaster

environment:
Expand Down

0 comments on commit f011110

Please sign in to comment.