From 4effc7b0c167ebfb9f99566287a60b8233f98076 Mon Sep 17 00:00:00 2001 From: H-Richard Date: Tue, 24 May 2022 16:53:10 -0400 Subject: [PATCH 1/2] chore: bump chessground to 7.12.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0b78700..cac64a4 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "react-dom": "^16.8.0 || ^17.0.0" }, "dependencies": { - "chessground": "7.11.1" + "chessground": "7.12.0" } } diff --git a/yarn.lock b/yarn.lock index 29fe368..74c2c8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -923,10 +923,10 @@ chalk@^4.0.0, chalk@^4.1.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chessground@7.11.1: - version "7.11.1" - resolved "https://registry.yarnpkg.com/chessground/-/chessground-7.11.1.tgz#7e126d660d63025f9bf27371a8778e2baeeb1b57" - integrity sha512-IwGSEZBsQlquHyudv1Y5EwlfTXrz0CEWisJuEim2W3eX07IBpYUsr0ChTD35du+Cr0x1+e6GbCLY3hVejKG7ow== +chessground@7.12.0: + version "7.12.0" + resolved "https://registry.yarnpkg.com/chessground/-/chessground-7.12.0.tgz#92d9726afc9d019c04ded83997c6ba2e6f8f93ff" + integrity sha512-MQG7c4Hsy1dCkMFFv4LTaRauVSmWF8/dukion1qLCh5pIcKyoa5onbmbglAdDXOYhBbAZVf1F289wy0DeDEBJQ== chownr@^2.0.0: version "2.0.0" From fe7804a9bab50b0beec2c83753251e69bc29ee9a Mon Sep 17 00:00:00 2001 From: H-Richard Date: Tue, 24 May 2022 16:58:05 -0400 Subject: [PATCH 2/2] fix: update package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cac64a4..06d24a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-chess/chessground", - "version": "1.1.0", + "version": "1.2.3", "description": "Chessground react wrapper", "main": "build/cjs/index.js", "module": "build/esm/index.js",