Skip to content

Commit

Permalink
chore: bump version (#4434)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Sep 21, 2023
1 parent f4e49bf commit dc95b1d
Show file tree
Hide file tree
Showing 17 changed files with 175 additions and 182 deletions.
12 changes: 6 additions & 6 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/block-std": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/editor": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/icons": "^2.1.33",
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/lit": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/cache": "^11.11.0",
Expand Down
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/block-std": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/editor": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/lit": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"express": "^4.18.2",
"jotai": "^2.4.1",
"react": "18.3.0-canary-7118f5dd7-20230705",
Expand Down
8 changes: 4 additions & 4 deletions apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@affine/env": "workspace:*",
"@affine/native": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/editor": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/lit": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@electron-forge/cli": "^6.4.1",
"@electron-forge/core": "^6.4.1",
"@electron-forge/core-utils": "^6.4.1",
Expand Down
12 changes: 6 additions & 6 deletions apps/prototype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/block-std": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/editor": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/icons": "^2.1.33",
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/lit": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@toeverything/hooks": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*",
"react": "^18.2.0",
Expand Down
12 changes: 6 additions & 6 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"wait-on": "^7.0.1"
},
"devDependencies": {
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/block-std": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/editor": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/icons": "^2.1.33",
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/lit": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@tomfreudenberg/next-auth-mock": "^0.5.6",
"chromatic": "^6.24.1",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/editor": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/icons": "^2.1.33",
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/lit": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@types/react": "^18.2.21",
"@types/react-datepicker": "^4.15.0",
"@types/react-dnd": "^3.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { BlockHub } from '@blocksuite/blocks';
import { EditorContainer } from '@blocksuite/editor';
import { assertExists } from '@blocksuite/global/utils';
import type { LitBlockSpec } from '@blocksuite/lit';
import type { Page } from '@blocksuite/store';
import { Skeleton } from '@mui/material';
import { use } from 'foxact/use';
Expand All @@ -23,8 +22,6 @@ export type EditorProps = {
onLoad?: (page: Page, editor: EditorContainer) => () => void;
style?: CSSProperties;
className?: string;
pagePreset?: LitBlockSpec[];
edgelessPreset?: LitBlockSpec[];
};

export type ErrorBoundaryProps = {
Expand All @@ -50,11 +47,6 @@ const BlockSuiteEditorImpl = (props: EditorProps): ReactElement => {
editorRef.current = new EditorContainer();
editorRef.current.autofocus = true;
globalThis.currentEditor = editorRef.current;

// set page preset
if (props.pagePreset) editorRef.current.pagePreset = props.pagePreset;
if (props.edgelessPreset)
editorRef.current.edgelessPreset = props.edgelessPreset;
}
const editor = editorRef.current;
assertExists(editorRef, 'editorRef.current should not be null');
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"devDependencies": {
"@affine/env": "workspace:*",
"@affine/y-provider": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/block-std": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/editor": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/lit": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@types/lodash.debounce": "^4.0.7"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
},
"dependencies": {
"@affine/sdk": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"jotai": "^2.4.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/editor": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/lit": "0.0.0-20230921053452-d014310e-nightly",
"async-call-rpc": "^6.3.1",
"electron": "link:../../apps/electron/node_modules/electron",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"dist"
],
"dependencies": {
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"jotai": "^2.4.1",
"zod": "^3.22.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/y-indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"devDependencies": {
"@affine/y-provider": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.3",
"y-indexeddb": "^9.0.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/y-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
".": "./src/index.ts"
},
"devDependencies": {
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly"
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly"
},
"peerDependencies": {
"yjs": "^13.5.51"
Expand Down
8 changes: 4 additions & 4 deletions tests/affine-legacy/0.7.0-canary.18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/block-std": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@playwright/test": "^1.37.1",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
Expand Down
8 changes: 4 additions & 4 deletions tests/affine-legacy/0.8.0-canary.7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/block-std": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@playwright/test": "^1.37.1",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
Expand Down
8 changes: 4 additions & 4 deletions tests/affine-legacy/0.8.3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
"@blocksuite/block-std": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/blocks": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/global": "0.0.0-20230921053452-d014310e-nightly",
"@blocksuite/store": "0.0.0-20230921053452-d014310e-nightly",
"@playwright/test": "^1.37.1",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
Expand Down
Loading

0 comments on commit dc95b1d

Please sign in to comment.