[go_router] Fix link of ShellRoute in README (#2814)
* Fix link of ShellRoute in README
* Update pubspec and CHANGELOG
* Update packages/go_router/CHANGELOG.md
Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com>
Co-authored-by: John Ryan <ryjohn@google.com>
Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com>
diff --git a/packages/go_router/CHANGELOG.md b/packages/go_router/CHANGELOG.md
index 20bff90..61a2de2 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 9da9e4d..b0cd9ab 100644
--- a/packages/go_router/README.md
+++ b/packages/go_router/README.md
@@ -13,7 +13,7 @@
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 2d0de06..adb22ee 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