Skip to content

Commit

Permalink
chore: release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dancamma committed Aug 14, 2023
1 parent 4a2de22 commit 9a9be02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-chess-game/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-chess-tools/react-chess-game",
"version": "0.1.3",
"version": "0.1.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.",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-chess-puzzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"author": "Daniele Cammareri <daniele.cammareri@gmail.com>",
"license": "MIT",
"dependencies": {
"@react-chess-tools/react-chess-game": "0.1.3",
"@react-chess-tools/react-chess-game": "0.1.4",
"chess.js": "^1.0.0-beta.6",
"lodash": "^4.17.21"
},
Expand Down

0 comments on commit 9a9be02

Please sign in to comment.