Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Milad-Akarie committed Mar 12, 2024
1 parent 16e5f03 commit bcfb7c3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-12

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`auto_route` - `v7.9.0`](#auto_route---v790)
- [`auto_route_generator` - `v7.3.3`](#auto_route_generator---v733)

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` - `v7.3.3`

---

#### `auto_route` - `v7.9.0`

- **REFACTOR**(example): remove unnecessary pageTransitionsTheme parameter.
- **FIX**: unable to get the label for back button(previous route title) and current route title on CupertinoNavigationBar and CupertinoSliverNavigationBar #1795.
- **FIX**: CupertinoNavigationBar and CupertinoSliverNavigationBar unable to get route title and previous route title.
- **FIX**: docstring typo(RouteData.mete -> RouteData.meta).
- **FIX**: keep TabsRouter.homeIndex in sync with AutoTabsRouter.homeIndex.
- **FEAT**: add back mixin to AutoRouteAware.


## 2023-10-05

### Changes
Expand Down
9 changes: 9 additions & 0 deletions auto_route/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 7.9.0

- **REFACTOR**(example): remove unnecessary pageTransitionsTheme parameter.
- **FIX**: unable to get the label for back button(previous route title) and current route title on CupertinoNavigationBar and CupertinoSliverNavigationBar #1795.
- **FIX**: CupertinoNavigationBar and CupertinoSliverNavigationBar unable to get route title and previous route title.
- **FIX**: docstring typo(RouteData.mete -> RouteData.meta).
- **FIX**: keep TabsRouter.homeIndex in sync with AutoTabsRouter.homeIndex.
- **FEAT**: add back mixin to AutoRouteAware.

## 7.8.5

- **FEAT**: add back mixin to AutoRouteAware
Expand Down
2 changes: 1 addition & 1 deletion auto_route/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 7.8.5
version: 7.9.0
homepage: https://github.com/Milad-Akarie/auto_route_library

environment:
Expand Down

0 comments on commit bcfb7c3

Please sign in to comment.