v0.20.1 bump

This commit is contained in:
sanchit3008 2024-12-07 21:52:32 +05:30
parent a97ea71ad9
commit 4f0399a374
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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",
@ -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",