From 6cbf378cb052492a4df8a4394d2296df03ad420c Mon Sep 17 00:00:00 2001 From: milad Date: Sat, 3 Aug 2024 12:29:44 +0300 Subject: [PATCH] chore(release): publish packages - auto_route@9.2.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ auto_route/CHANGELOG.md | 7 +++++++ auto_route/pubspec.yaml | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8e7a5d..ef9ae1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-08-03 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`auto_route` - `v9.2.0`](#auto_route---v920) + - [`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.2.0` + + - **FIX**: revert web package back to version ^0.5.1 because it's pinned in a lot of other packages. + - **FIX**: revert web package back to version ^0.5.1 because it's pinned in a lot of other packages. + - **FEAT**: Add query params options to redirectTo in RedirectRoute #1721. + - **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 f4ff47ed..ef9b83a8 100644 --- a/auto_route/CHANGELOG.md +++ b/auto_route/CHANGELOG.md @@ -1,3 +1,10 @@ +## 9.2.0 + + - **FIX**: revert web package back to version ^0.5.1 because it's pinned in a lot of other packages. + - **FIX**: revert web package back to version ^0.5.1 because it's pinned in a lot of other packages. + - **FEAT**: Add query params options to redirectTo in RedirectRoute #1721. + - **FEAT**: Add query params options to redirectTo in RedirectRoute #1721. + ## 9.1.0 - **FEAT**: Add query params options to redirectTo in RedirectRoute #1721. diff --git a/auto_route/pubspec.yaml b/auto_route/pubspec.yaml index 9cfbdf75..ce10bc96 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.1.0 +version: 9.2.0 homepage: https://github.com/Milad-Akarie/auto_route_library screenshots: - description: 'Auto Route Logo'