File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.1.1
2
+
3
+ - Update dartchess to 0.11.0
4
+
1
5
## 7.1.0
2
6
3
7
- Expose 'BoardShapeWidget' class.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ packages:
31
31
path: ".."
32
32
relative: true
33
33
source: path
34
- version: "7.1.0 "
34
+ version: "7.1.1 "
35
35
clock:
36
36
dependency: transitive
37
37
description:
@@ -60,10 +60,10 @@ packages:
60
60
dependency: "direct main"
61
61
description:
62
62
name: dartchess
63
- sha256: b846ac9ddc93337f9b2cb22c8753275433f43ecf5a8ed2c7f8bea59abba96d80
63
+ sha256: ebb1265721d6094d1d3107d85d57c09b68efcd07a7095b3cd036252701104514
64
64
url: "https://pub.dev"
65
65
source: hosted
66
- version: "0.10 .0"
66
+ version: "0.11 .0"
67
67
fake_async:
68
68
dependency: transitive
69
69
description:
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies:
36
36
cupertino_icons : ^1.0.2
37
37
chessground :
38
38
path : ../
39
- dartchess : ^0.10 .0
39
+ dartchess : ^0.11 .0
40
40
41
41
dev_dependencies :
42
42
flutter_test :
Original file line number Diff line number Diff line change 1
1
name : chessground
2
2
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
4
4
repository : https://github.com/lichess-org/flutter-chessground
5
5
funding :
6
6
- https://lichess.org/patron
@@ -10,7 +10,7 @@ environment:
10
10
flutter : " >=3.29.0"
11
11
12
12
dependencies :
13
- dartchess : ^0.10 .0
13
+ dartchess : ^0.11 .0
14
14
fast_immutable_collections : ^11.0.0
15
15
flutter :
16
16
sdk : flutter
You can’t perform that action at this time.
0 commit comments