diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aae16b..07d9841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.0 ยท 2023-01-24 + +### โš ๏ธ BREAKING CHANGES +* remove deprecated `appBar.`/`sliverAppBar.textTheme` ([`c0cb638`](https://github.com/JonasWanke/swipeable_page_route/commit/c0cb638b85025d3d9b30fac6c43bd547e8bb2614)) + +### ๐Ÿ› Bug Fixes +* use Flutter's update logic/fields for `AnimatedTitle`'s title style ([`341dc68`](https://github.com/JonasWanke/swipeable_page_route/commit/341dc687b56380fabe94143f3f99843c4f285673)), closes: [#21](https://github.com/JonasWanke/swipeable_page_route/issues/21) + +### ๐Ÿ“ฆ Build & CI +* upgrade to Flutter: `>=3.3.0`, Dart `>=2.18.0 <3.0.0` ([`0ad5c9e`](https://github.com/JonasWanke/swipeable_page_route/commit/0ad5c9e7cd29a0b4c85df16219978f7eeaad9c95)) +* update `black_hole_flutter` to `^1.0.0` ([`9a43d1b`](https://github.com/JonasWanke/swipeable_page_route/commit/9a43d1bc7a19d338950eba2d789953523418d20d)) + ## 0.2.6 ยท 2022-01-14 ### ๐Ÿ“œ Documentation updates diff --git a/example/pubspec.lock b/example/pubspec.lock index 9d9150c..5f82e27 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: name: black_hole_flutter url: "https://pub.dartlang.org" source: hosted - version: "0.3.5" + version: "1.0.0" characters: dependency: transitive description: @@ -80,7 +80,7 @@ packages: path: ".." relative: true source: path - version: "0.2.6" + version: "0.3.0" vector_math: dependency: transitive description: @@ -90,4 +90,4 @@ packages: version: "2.1.2" sdks: dart: ">=2.18.0 <3.0.0" - flutter: ">=1.24.0-7.0.pre" + flutter: ">=3.3.0" diff --git a/pubspec.yaml b/pubspec.yaml index 9b732f7..d10a531 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.2.6 +version: 0.3.0 repository: https://github.com/JonasWanke/swipeable_page_route environment: