diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bc5713..7412044 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dee9a8..0da27d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.7.2](https://github.com/melvspace/draggable_route_flutter/compare/v0.7.1...v0.7.2) (2025-09-25) + + +### Bug Fixes + +* ignore asserting errors as well due to inconsistency in widget lifecycle ([b3ebc0b](https://github.com/melvspace/draggable_route_flutter/commit/b3ebc0bd411acf36a31353b469a0f33c0c21a9a2)) + ## [0.7.1](https://github.com/melvspace/draggable_route_flutter/compare/v0.7.0...v0.7.1) (2025-09-25) diff --git a/pubspec.yaml b/pubspec.yaml index f357037..b701554 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/rIIh/draggable_route_flutter issue_tracker: https://github.com/rIIh/draggable_route_flutter/issues description: "Draggable Hero route. Inspired by Instagram route transitions. Open route from source widget and closes to source widget. Can be closed by drag" -version: 0.7.1 +version: 0.7.2 environment: sdk: ">=3.0.0 <4.0.0"