Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Nov 9, 2024
1 parent 6e29f8d commit 46c1f2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 5.4.0
## 6.0.0

### Breaking changes:
- Removed `ChessboardEditorSettings`. The `ChessboardEditor` widget now takes a
`ChessboardSettings` object as a parameter.

- Add a new `border` settings to show a border around the board.
- Fixed a timer not properly canceled when the board is disposed.
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: "5.4.0"
version: "6.0.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: 5.4.0
version: 6.0.0
repository: https://github.com/lichess-org/flutter-chessground
funding:
- https://lichess.org/patron
Expand Down

0 comments on commit 46c1f2b

Please sign in to comment.