diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 4ac4a80..8e79694 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.5.6 + +- **Fixed:** copying of route state when relative beaming is used ([Panz99](https://github.com/Panz99), [#624](https://github.com/slovnicki/beamer/pull/624), [#623](https://github.com/slovnicki/beamer/issues/623)) + # 1.5.5 - Increase SDK upper bound to `<4.0.0` diff --git a/package/pubspec.yaml b/package/pubspec.yaml index bb62d11..35aee4b 100644 --- a/package/pubspec.yaml +++ b/package/pubspec.yaml @@ -1,6 +1,6 @@ name: beamer description: A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more. -version: 1.5.5 +version: 1.5.6 homepage: https://beamer.dev repository: https://github.com/slovnicki/beamer