Skip to content

Commit

Permalink
v0.20.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchit3008 committed Dec 7, 2024
1 parent a97ea71 commit 4f0399a
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.20.0",
"version": "0.20.1",
"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.20.0",
"version": "0.20.1",
"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.20.0",
"@fortune-sheet/core": "^0.20.1",
"@types/regenerator-runtime": "^0.13.6",
"immer": "^9.0.12",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 4f0399a

Please sign in to comment.