Skip to content

Commit 30461ff

Browse files
committed
Bump version
1 parent 70ad2ba commit 30461ff

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.1.0
2+
3+
- Expose 'ShapeWidget' class.
4+
15
## 7.0.0
26

37
- Make the `hue` setting apply only to the board background to avoid changing

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63
8+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.12.0"
11+
version: "2.13.0"
1212
boolean_selector:
1313
dependency: transitive
1414
description:
@@ -31,7 +31,7 @@ packages:
3131
path: ".."
3232
relative: true
3333
source: path
34-
version: "7.0.0"
34+
version: "7.1.0"
3535
clock:
3636
dependency: transitive
3737
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: chessground
22
description: Chess board UI developed for lichess.org. It has no chess logic inside so it can be used for chess variants.
3-
version: 7.0.0
3+
version: 7.1.0
44
repository: https://github.com/lichess-org/flutter-chessground
55
funding:
66
- https://lichess.org/patron

0 commit comments

Comments
 (0)