diff --git a/CHANGELOG.md b/CHANGELOG.md index 21aab23..fdcd83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.4.5 ยท 2024-12-18 + +### ๐ŸŽ‰ New Features + +- add `key` parameter to public widgets ([`53eccb1`](https://github.com/JonasWanke/swipeable_page_route/commit/53eccb10b21d00243e3e8f4fabce955ec9354a68)) + +### โšก Changes + +- remove dependency on `flutter_color_models` ([`0b50afa`](https://github.com/JonasWanke/swipeable_page_route/commit/0b50afadcd55e21d3ce1660a3e5d0ef94d38bce0)), closes: [#79](https://github.com/JonasWanke/swipeable_page_route/issues/79) + +### ๐Ÿ“ฆ Build & CI + +- upgrade to Flutter `^3.27.0-0`, Dart `^3.6.0-0` ([`c065d66`](https://github.com/JonasWanke/swipeable_page_route/commit/c065d662b86d10f150d58ca235b0dd25bf59421a)) + ## 0.4.4 ยท 2024-08-13 ### ๐ŸŽ‰ New Features diff --git a/example/pubspec.lock b/example/pubspec.lock index 2e2d259..49a9ca0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -677,7 +677,7 @@ packages: path: ".." relative: true source: path - version: "0.4.4" + version: "0.4.5" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5069c55..b9fda27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: swipeable_page_route description: Swipe to navigate back and admire beautifully morphing widgets -version: 0.4.4 +version: 0.4.5 repository: https://github.com/JonasWanke/swipeable_page_route screenshots: - description: Users can swipe to navigate back anywhere on the page and the app bar transitions beautifully