From 51f351235c4b73c01eca3a626a59709bca357b77 Mon Sep 17 00:00:00 2001 From: flutteractionsbot Date: Wed, 29 Apr 2026 22:30:09 +0000 Subject: [PATCH] [packages/packages/go_router] Prepare for batch release --- packages/go_router/CHANGELOG.md | 4 ++++ .../pending_changelogs/fix_assertion_missing_slash.yaml | 3 --- packages/go_router/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 packages/go_router/pending_changelogs/fix_assertion_missing_slash.yaml diff --git a/packages/go_router/CHANGELOG.md b/packages/go_router/CHANGELOG.md index 7411866f1966..9aad45c2da0c 100644 --- a/packages/go_router/CHANGELOG.md +++ b/packages/go_router/CHANGELOG.md @@ -1,3 +1,7 @@ +## 17.2.3 + +- Fixes an assertion failure when navigating to URLs with hash fragments missing a leading slash. + ## 17.2.2 - Fixes `pop()` restoring stale configuration when route has `onExit`, which could cause the popped route to reappear with async redirects. diff --git a/packages/go_router/pending_changelogs/fix_assertion_missing_slash.yaml b/packages/go_router/pending_changelogs/fix_assertion_missing_slash.yaml deleted file mode 100644 index 378fbfff1ce0..000000000000 --- a/packages/go_router/pending_changelogs/fix_assertion_missing_slash.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Fixes an assertion failure when navigating to URLs with hash fragments missing a leading slash. -version: patch diff --git a/packages/go_router/pubspec.yaml b/packages/go_router/pubspec.yaml index 95fe8002ca3d..761bc944e570 100644 --- a/packages/go_router/pubspec.yaml +++ b/packages/go_router/pubspec.yaml @@ -1,7 +1,7 @@ name: go_router description: A declarative router for Flutter based on Navigation 2 supporting deep linking, data-driven routes and more -version: 17.2.2 +version: 17.2.3 repository: https://github.com/flutter/packages/tree/main/packages/go_router issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22