Skip to content

Commit 5c1bf82

Browse files
committed
v0.22.0 bump
1 parent 0c81b5f commit 5c1bf82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortune-sheet/core",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
66
"typings": "dist/index.d.ts",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortune-sheet/react",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.esm.js",
@@ -13,7 +13,7 @@
1313
"tsc": "tsc"
1414
},
1515
"dependencies": {
16-
"@fortune-sheet/core": "^0.21.0",
16+
"@fortune-sheet/core": "^0.22.0",
1717
"@types/regenerator-runtime": "^0.13.6",
1818
"immer": "^9.0.12",
1919
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)