@react-chess-tools/react-chess-game 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @react-chess-tools/react-chess-game
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3a9745f: Upgrade dependencies (June 2024)
8
+
3
9
  ## 0.2.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-chess-tools/react-chess-game",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "react-chess-game is a React component bridging chess.js with react-chessboard to offer a full-featured, ready-to-integrate chess board experience.",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
@@ -30,13 +30,13 @@
30
30
  "author": "Daniele Cammareri <daniele.cammareri@gmail.com>",
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
- "chess.js": "^1.0.0-beta.6",
33
+ "chess.js": "^1.0.0-beta.8",
34
34
  "lodash": "^4.17.21",
35
- "react-chessboard": "^3.2.0"
35
+ "react-chessboard": "^4.6.0"
36
36
  },
37
37
  "devDependencies": {
38
- "react": "^18.2.0",
39
- "react-dom": "^18.2.0"
38
+ "react": "^18.3.1",
39
+ "react-dom": "^18.3.1"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=16.14.0",