Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed May 30, 2024
1 parent 2ea17da commit 0d43549
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/migration-guide-0.7.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Migration guide to 0.7.x from 0.6.x

Here is the summary of the breaking changes included in version 0.7.0.

- `SheetDragStartDetails` no longer implements `DragStartDetails`
- `SheetDragUpdateDetails` no longer implements `DragUpdateDetails`
- `SheetDragEndDetails` no longer implements `DragEndDetails`
6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.0 May 30, 2024

This version contains some breaking changes. See the [migration guide](https://github.com/fujidaiti/smooth_sheets/blob/main/docs/migration-guide-0.7.x.md) for more details.

- Fix: Unable to build with Flutter versions `< 3.22.0` (#141)

## 0.6.0 May 26, 2024

This version contains some breaking changes. See the [migration guide](https://github.com/fujidaiti/smooth_sheets/blob/main/docs/migration-guide-0.6.x.md) for more details.
Expand Down
2 changes: 1 addition & 1 deletion package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: smooth_sheets
description: Sheet widgets with smooth motion and great flexibility. Also supports nested navigation in both imperative and declarative ways.
version: 0.6.0
version: 0.7.0
repository: https://github.com/fujidaiti/smooth_sheets
screenshots:
- description: Practical examples of smooth_sheets.
Expand Down

0 comments on commit 0d43549

Please sign in to comment.