diff --git a/packages/go_router/CHANGELOG.md b/packages/go_router/CHANGELOG.md index 6518a538ed0..4159cff5a06 100644 --- a/packages/go_router/CHANGELOG.md +++ b/packages/go_router/CHANGELOG.md @@ -1,3 +1,7 @@ +## 15.2.4 + +- Adds breaking change doc for 15.2.0 + ## 15.2.3 - Updates Type-safe routes topic documentation to use the mixin from `go_router_builder` 3.0.0. diff --git a/packages/go_router/README.md b/packages/go_router/README.md index 8f54d8e10e1..4f86cbf2f39 100644 --- a/packages/go_router/README.md +++ b/packages/go_router/README.md @@ -37,6 +37,7 @@ See the API documentation for details on the following topics: - [Error handling](https://pub.dev/documentation/go_router/latest/topics/Error%20handling-topic.html) ## Migration Guides +- [Migrating to 15.2.0](https://flutter.dev/go/go-router-v15-2-0-breaking-changes). - [Migrating to 15.0.0](https://flutter.dev/go/go-router-v15-breaking-changes). - [Migrating to 14.0.0](https://flutter.dev/go/go-router-v14-breaking-changes). - [Migrating to 13.0.0](https://flutter.dev/go/go-router-v13-breaking-changes). diff --git a/packages/go_router/pubspec.yaml b/packages/go_router/pubspec.yaml index c5d35eec684..6be302ef6ba 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: 15.2.3 +version: 15.2.4 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