Skip to content

Commit

Permalink
chore: bump version 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Qaplagzy authored and zyc9012 committed Dec 22, 2023
1 parent 42b3c22 commit 3590ca7
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.0",
"version": "0.19.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.19.0",
"version": "0.19.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.19.0",
"@fortune-sheet/core": "^0.19.1",
"immer": "^9.0.12",
"lodash": "^4.17.21"
},
Expand Down

0 comments on commit 3590ca7

Please sign in to comment.