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 Oct 5, 2023
1 parent 8c75810 commit 37b53d4
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-10-05

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`auto_route` - `v7.8.4`](#auto_route---v784)
- [`auto_route_generator` - `v7.3.2`](#auto_route_generator---v732)

---

#### `auto_route` - `v7.8.4`

- **FIX**: ensure dynamic tab updates are handled in AutoTabsRouter.tabBar.
- **FIX**: issue related to parsing deep-links after flutter 3.13.0.

#### `auto_route_generator` - `v7.3.2`

- **DOCS**: Add public Api docs to auto_route_generator.


## 2023-08-23

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

- **FIX**: ensure dynamic tab updates are handled in AutoTabsRouter.tabBar.
- **FIX**: issue related to parsing deep-links after flutter 3.13.0.

## 7.8.2

- **HOTFIX**: update sdk constrains to flutter: >=3.13.0 and dart: >=3.0.0 <4.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.2
version: 7.8.4
homepage: https://github.com/Milad-Akarie/auto_route_library

environment:
Expand All @@ -19,7 +19,7 @@ dependencies:
dev_dependencies:
build_runner:
mockito: ^5.3.2
auto_route_generator: ^7.3.0
auto_route_generator: ^7.3.2
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
Expand Down
4 changes: 4 additions & 0 deletions auto_route_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.3.2

- **DOCS**: Add public Api docs to auto_route_generator.

## 7.3.1

- **DOCS**: Add public Api docs to auto_route_generator.
Expand Down
4 changes: 2 additions & 2 deletions auto_route_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auto_route_generator
description: AutoRoute is a declarative routing solution, where everything needed for navigation is automatically generated for you.
version: 7.3.1
version: 7.3.2
homepage: https://github.com/Milad-Akarie/auto_route_library
environment:
sdk: ">=2.17.0 <4.0.0"
Expand All @@ -16,7 +16,7 @@ dependencies:
xml: ^6.0.1
args: ^2.3.1
glob: ^2.0.1
auto_route: ^7.8.0
auto_route: ^7.8.4

dev_dependencies:
lints: ^2.0.1
Expand Down

0 comments on commit 37b53d4

Please sign in to comment.