chore: bump version (#1115)

This commit is contained in:
Himself65
2023-02-18 12:47:23 -06:00
committed by GitHub
parent 5812100fc6
commit 8335cd7423
6 changed files with 140 additions and 140 deletions
+5 -5
View File
@@ -4,11 +4,11 @@
"main": "./src/index.ts",
"dependencies": {
"@affine/datacenter": "workspace:*",
"@blocksuite/blocks": "0.4.0-20230217222321-04d1424",
"@blocksuite/editor": "0.4.0-20230217222321-04d1424",
"@blocksuite/global": "0.4.0-20230217222321-04d1424",
"@blocksuite/react": "0.4.0-20230217222321-04d1424",
"@blocksuite/store": "0.4.0-20230217222321-04d1424",
"@blocksuite/blocks": "0.4.0",
"@blocksuite/editor": "0.4.0",
"@blocksuite/global": "0.4.0",
"@blocksuite/react": "0.4.0",
"@blocksuite/store": "0.4.0",
"react": "^18.2.0",
"zustand": "^4.3.3"
},