diff --git a/packages/go_router/CHANGELOG.md b/packages/go_router/CHANGELOG.md index 20bff903ccb..61a2de2de21 100644 --- a/packages/go_router/CHANGELOG.md +++ b/packages/go_router/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.1.10 + +- Fixes link of ShellRoute in README. + ## 5.1.9 - Fixes broken links in documentation. diff --git a/packages/go_router/README.md b/packages/go_router/README.md index 9da9e4da472..b0cd9ab19ac 100644 --- a/packages/go_router/README.md +++ b/packages/go_router/README.md @@ -13,7 +13,7 @@ GoRouter has a number of features to make navigation straightforward: application state, for example to a sign-in when the user is not authenticated - Support for multiple Navigators via - [ShellRoute](https://pub.dev/documentation/go_router/ShellRoute-class.html) - + [ShellRoute](https://pub.dev/documentation/go_router/latest/go_router/ShellRoute-class.html) - you can display an inner Navigator that displays its own pages based on the matched route. For example, to display a BottomNavigationBar that stays visible at the bottom of the diff --git a/packages/go_router/pubspec.yaml b/packages/go_router/pubspec.yaml index 2d0de063db2..adb22ee40a4 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: 5.1.9 +version: 5.1.10 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