Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Nov 19, 2024
1 parent f584aba commit d8d6073
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 6.1.0

- Added a new `DragTargetKind` settings to control the appearance of the drag
target.
- Detects if the drag is triggered with a mouse or a touch event, and adjust the
drag settings accordingly to provide a better experience.

## 6.0.0

### Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: ".."
relative: true
source: path
version: "6.0.0"
version: "6.1.0"
clock:
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: chessground
description: Chess board UI developed for lichess.org. It has no chess logic inside so it can be used for chess variants.
version: 6.0.0
version: 6.1.0
repository: https://github.com/lichess-org/flutter-chessground
funding:
- https://lichess.org/patron
Expand Down

0 comments on commit d8d6073

Please sign in to comment.