Skip to content

Commit

Permalink
Release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 18, 2024
1 parent 0b50afa commit f3d47ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.4"
version: "0.4.5"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f3d47ee

Please sign in to comment.