chore: bump version (#1110)

This commit is contained in:
x1a0t
2023-02-18 17:28:40 +08:00
committed by GitHub
parent 9d21c3efbb
commit 5812100fc6
8 changed files with 132 additions and 133 deletions

View File

@@ -4,11 +4,11 @@
"main": "./src/index.ts",
"dependencies": {
"@affine/datacenter": "workspace:*",
"@blocksuite/blocks": "0.4.0-20230217095654-a561b36",
"@blocksuite/editor": "0.4.0-20230217095654-a561b36",
"@blocksuite/global": "0.4.0-20230217095654-a561b36",
"@blocksuite/react": "0.4.0-20230217095654-a561b36",
"@blocksuite/store": "0.4.0-20230217095654-a561b36",
"@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",
"react": "^18.2.0",
"zustand": "^4.3.3"
},

View File

@@ -6,7 +6,6 @@ import 'fake-indexeddb/auto';
import { DataCenter, getDataCenter } from '@affine/datacenter';
import {
createDefaultWorkspace,
DataCenterPreloader,
GlobalAppProvider,
useGlobalState,
useGlobalStateApi,