diff --git a/CHANGELOG.md b/CHANGELOG.md index f1672ade..dd8e7a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-31 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`auto_route` - `v9.1.0`](#auto_route---v910) + - [`auto_route_generator` - `v9.0.1`](#auto_route_generator---v901) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `auto_route_generator` - `v9.0.1` + +--- + +#### `auto_route` - `v9.1.0` + + - **FEAT**: Add query params options to redirectTo in RedirectRoute #1721. + + ## 2024-07-31 ### Changes diff --git a/auto_route/CHANGELOG.md b/auto_route/CHANGELOG.md index de85d88d..f4ff47ed 100644 --- a/auto_route/CHANGELOG.md +++ b/auto_route/CHANGELOG.md @@ -1,3 +1,7 @@ +## 9.1.0 + + - **FEAT**: Add query params options to redirectTo in RedirectRoute #1721. + ## 9.0.1 - **FIX**: make EmptyShellRoute() a const. diff --git a/auto_route/pubspec.yaml b/auto_route/pubspec.yaml index 55df30ba..edbd610e 100644 --- a/auto_route/pubspec.yaml +++ b/auto_route/pubspec.yaml @@ -1,6 +1,6 @@ name: auto_route description: AutoRoute is a declarative routing solution, where everything needed for navigation is automatically generated for you. -version: 9.0.1 +version: 9.1.0 homepage: https://github.com/Milad-Akarie/auto_route_library screenshots: - description: 'Auto Route Logo'