Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Milad-Akarie/auto_route_library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: auto_route-v7.8.2
Choose a base ref
...
head repository: Milad-Akarie/auto_route_library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: auto_route-v7.8.3
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 23, 2023

  1. Unverified

    The signing certificate or its chain could not be verified.
    Copy the full SHA
    540a6de View commit details

Commits on Aug 26, 2023

  1. Unverified

    The signing certificate or its chain could not be verified.
    Copy the full SHA
    e8425b0 View commit details
  2. chore(release): publish packages

     - auto_route@7.8.3
    Milad-Akarie committed Aug 26, 2023
    Copy the full SHA
    b8bcafe View commit details
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 2023-08-26

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`auto_route` - `v7.8.3`](#auto_route---v783)
- [`auto_route_generator` - `v7.3.2`](#auto_route_generator---v732)

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.2`

---

#### `auto_route` - `v7.8.3`

- **FIX**: issue related to parsing deep-links after flutter 3.13.0.


## 2023-08-23

### Changes
6 changes: 5 additions & 1 deletion auto_route/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 7.8.3

- **FIX**: issue related to parsing deep-links after flutter 3.13.0.

## 7.8.2

- **DOCS**: Fix typos and a broken links.
- **HOTFIX**: update sdk constrains to flutter: >=3.13.0 and dart: >=3.0.0 <4.0.0

## 7.8.1

2 changes: 1 addition & 1 deletion auto_route/example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Loading