Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dukex committed Jun 22, 2024
1 parent 61e2dbf commit 6db763c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.2.0

### Fixes

- Remove deprecated method

### Internal

- Test package at many dart and flutter versions to avoid break changes
- Fix documentation typo

## 2.1.0

### Features
Expand All @@ -12,7 +23,7 @@ Before this version the routes was:
```
final Map<String, WidgetBuilder> routes;
```

Now the routes are:
```
final Map<String, PageRouteBuilder> routes;
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: better_router
description: the better router is a powerful, but for humans, flutter router.
version: 2.1.0
version: 2.2.0
repository: https://github.com/dukex/better_router
environment:
sdk: ">=2.17.5 <4.0.0"
Expand Down

0 comments on commit 6db763c

Please sign in to comment.