Skip to content

Commit 4c889fa

Browse files
authored
[go_router] Batch release (#11613)
This PR was created automatically to batch release the `go_router`.
2 parents 3b8c4cb + 51f3512 commit 4c889fa

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

packages/go_router/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 17.2.3
2+
3+
- Fixes an assertion failure when navigating to URLs with hash fragments missing a leading slash.
4+
15
## 17.2.2
26

37
- Fixes `pop()` restoring stale configuration when route has `onExit`, which could cause the popped route to reappear with async redirects.

packages/go_router/pending_changelogs/fix_assertion_missing_slash.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/go_router/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: go_router
22
description: A declarative router for Flutter based on Navigation 2 supporting
33
deep linking, data-driven routes and more
4-
version: 17.2.2
4+
version: 17.2.3
55
repository: https://github.com/flutter/packages/tree/main/packages/go_router
66
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
77

0 commit comments

Comments
 (0)