Skip to content

Commit

Permalink
v0.19.7 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchit3008 committed May 20, 2024
1 parent 5b5c087 commit 3d64769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortune-sheet/core",
"version": "0.19.6",
"version": "0.19.7",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortune-sheet/react",
"version": "0.19.6",
"version": "0.19.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
Expand All @@ -13,7 +13,7 @@
"tsc": "tsc"
},
"dependencies": {
"@fortune-sheet/core": "^0.19.6",
"@fortune-sheet/core": "^0.19.7",
"immer": "^9.0.12",
"lodash": "^4.17.21"
},
Expand Down

0 comments on commit 3d64769

Please sign in to comment.