Skip to content

Commit 20506e8

Browse files
authored
chore(main): release 0.6.3 (#14)
1 parent 50fb792 commit 20506e8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.2"
2+
".": "0.6.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.6.3](https://github.com/rIIh/draggable_route_flutter/compare/v0.6.2...v0.6.3) (2025-02-06)
2+
3+
4+
### Bug Fixes
5+
6+
* fix possible null exception when source render object becomes detached ([bdab5dd](https://github.com/rIIh/draggable_route_flutter/commit/bdab5dd8576679f0dcf04b3be24d58ebd96e29c3))
7+
8+
19
## [0.6.2](https://github.com/rIIh/draggable_route_flutter/compare/v0.6.1...v0.6.2) (2025-01-22)
210

311

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/rIIh/draggable_route_flutter
44
issue_tracker: https://github.com/rIIh/draggable_route_flutter/issues
55

66
description: "Draggable Hero route. Inspired by Instagram route transitions. Open route from source widget and closes to source widget. Can be closed by drag"
7-
version: 0.6.2
7+
version: 0.6.3
88

99
environment:
1010
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)