Skip to content

Commit a29ed49

Browse files
committed
Update dartchess to 0.11.0
1 parent ba460b4 commit a29ed49

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.1.1
2+
3+
- Update dartchess to 0.11.0
4+
15
## 7.1.0
26

37
- Expose 'BoardShapeWidget' class.

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages:
3131
path: ".."
3232
relative: true
3333
source: path
34-
version: "7.1.0"
34+
version: "7.1.1"
3535
clock:
3636
dependency: transitive
3737
description:
@@ -60,10 +60,10 @@ packages:
6060
dependency: "direct main"
6161
description:
6262
name: dartchess
63-
sha256: b846ac9ddc93337f9b2cb22c8753275433f43ecf5a8ed2c7f8bea59abba96d80
63+
sha256: ebb1265721d6094d1d3107d85d57c09b68efcd07a7095b3cd036252701104514
6464
url: "https://pub.dev"
6565
source: hosted
66-
version: "0.10.0"
66+
version: "0.11.0"
6767
fake_async:
6868
dependency: transitive
6969
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
cupertino_icons: ^1.0.2
3737
chessground:
3838
path: ../
39-
dartchess: ^0.10.0
39+
dartchess: ^0.11.0
4040

4141
dev_dependencies:
4242
flutter_test:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.1.0
3+
version: 7.1.1
44
repository: https://github.com/lichess-org/flutter-chessground
55
funding:
66
- https://lichess.org/patron
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=3.29.0"
1111

1212
dependencies:
13-
dartchess: ^0.10.0
13+
dartchess: ^0.11.0
1414
fast_immutable_collections: ^11.0.0
1515
flutter:
1616
sdk: flutter

0 commit comments

Comments
 (0)