Skip to content

Commit a522d15

Browse files
committed
Bump version & update changelog
1 parent 091ad84 commit a522d15

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/go_router_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0
2+
3+
- Route classes now required to use a mixin `with _$RouteName`.
4+
15
## 2.9.1
26

37
- Fixes an deprecated warning for using withNullability

packages/go_router_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: go_router_builder
22
description: >-
33
A builder that supports generated strongly-typed route helpers for
44
package:go_router
5-
version: 2.9.1
5+
version: 3.0.0
66
repository: https://github.com/flutter/packages/tree/main/packages/go_router_builder
77
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22
88

0 commit comments

Comments
 (0)