chore: bump version (#2229)

This commit is contained in:
Himself65
2023-05-04 18:49:08 -05:00
committed by GitHub
parent 097cce34b5
commit 9631c99f7b
16 changed files with 819 additions and 808 deletions
+18 -18
View File
@@ -40,7 +40,7 @@
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^1.2.1",
"jotai": "^2.0.4",
"lit": "^2.7.3",
"lit": "^2.7.4",
"lottie-web": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -48,38 +48,38 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/editor": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/global": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/blocks": "0.0.0-20230503040956-5c49643f-nightly",
"@blocksuite/editor": "0.0.0-20230503040956-5c49643f-nightly",
"@blocksuite/global": "0.0.0-20230503040956-5c49643f-nightly",
"@blocksuite/icons": "^2.1.15",
"@blocksuite/store": "0.0.0-20230502232311-bfe52748-nightly",
"@storybook/addon-actions": "^7.0.7",
"@blocksuite/store": "0.0.0-20230503040956-5c49643f-nightly",
"@storybook/addon-actions": "^7.0.8",
"@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/addon-storysource": "^7.0.7",
"@storybook/blocks": "^7.0.7",
"@storybook/builder-vite": "^7.0.7",
"@storybook/addon-essentials": "^7.0.8",
"@storybook/addon-interactions": "^7.0.8",
"@storybook/addon-links": "^7.0.8",
"@storybook/addon-storysource": "^7.0.8",
"@storybook/blocks": "^7.0.8",
"@storybook/builder-vite": "^7.0.8",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.7",
"@storybook/react-vite": "^7.0.7",
"@storybook/react": "^7.0.8",
"@storybook/react-vite": "^7.0.8",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0",
"@types/react": "^18.2.0",
"@types/react": "^18.2.5",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "18.2.1",
"@types/react-dom": "18.2.3",
"@vanilla-extract/css": "^1.11.0",
"@vitejs/plugin-react": "^4.0.0",
"concurrently": "^8.0.1",
"jest-mock": "^29.5.0",
"serve": "^14.2.0",
"storybook": "^7.0.7",
"storybook": "^7.0.8",
"storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"wait-on": "^7.0.1",
"yjs": "^13.6.0"
"yjs": "^13.6.1"
},
"version": "0.5.4-canary.21"
}
+2
View File
@@ -1 +1,3 @@
import '../../apps/electron/layers/preload/preload.d.ts';
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import '../hooks/src/use-block-suite-page-meta.ts';
+3 -3
View File
@@ -4,8 +4,8 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230502232311-bfe52748-nightly",
"next": "^13.3.5-canary.7",
"@blocksuite/global": "0.0.0-20230503040956-5c49643f-nightly",
"next": "^13.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.4"
@@ -19,7 +19,7 @@
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly"
},
"dependencies": {
"lit": "^2.7.3"
"lit": "^2.7.4"
},
"version": "0.5.4-canary.21"
}
+1 -1
View File
@@ -55,7 +55,7 @@ export function _initPageWithDemoMarkdown(page: Page): void {
page.addBlock('affine:paragraph', {}, frameId);
const contentParser = new ContentParser(page);
contentParser.importMarkdown(demoText, frameId);
page.workspace.setPageMeta(page.id, { demoTitle });
page.workspace.setPageMeta(page.id, { title: demoTitle });
}
export function ensureRootPinboard(blockSuiteWorkspace: Workspace) {
@@ -13,6 +13,9 @@ declare module '@blocksuite/store' {
trashRelate?: string;
trash?: boolean;
trashDate?: number;
updatedDate?: number;
mode?: 'page' | 'edgeless';
jumpOnce?: boolean;
// whether to create the page with the default template
init?: boolean;
// todo: support `number` in the future
+1 -1
View File
@@ -34,7 +34,7 @@
"devDependencies": {
"@types/node": "^18.16.3",
"@types/prettier": "^2.7.2",
"next": "^13.3.5-canary.7",
"next": "^13.4.0",
"prettier": "^2.8.8",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
+4 -4
View File
@@ -7,10 +7,10 @@
"jotai": "^2.0.4"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/editor": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/global": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/store": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/blocks": "0.0.0-20230503040956-5c49643f-nightly",
"@blocksuite/editor": "0.0.0-20230503040956-5c49643f-nightly",
"@blocksuite/global": "0.0.0-20230503040956-5c49643f-nightly",
"@blocksuite/store": "0.0.0-20230503040956-5c49643f-nightly",
"lottie-web": "^5.11.0"
},
"peerDependencies": {
+1 -1
View File
@@ -31,7 +31,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.6.0",
"yjs": "^13.6.1",
"zod": "^3.21.4"
},
"devDependencies": {
+3 -3
View File
@@ -28,11 +28,11 @@
"idb": "^7.1.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/store": "0.0.0-20230502232311-bfe52748-nightly",
"@blocksuite/blocks": "0.0.0-20230503040956-5c49643f-nightly",
"@blocksuite/store": "0.0.0-20230503040956-5c49643f-nightly",
"vite": "^4.3.4",
"vite-plugin-dts": "^2.3.0",
"y-indexeddb": "^9.0.10"
"y-indexeddb": "^9.0.11"
},
"peerDependencies": {
"yjs": "^13.5.51"