From bf5cf2279935ac3f757eeba84ce2af65cd905c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8D=8E=E6=A1=A5?= Date: Fri, 8 Dec 2023 15:20:35 +0800 Subject: [PATCH] v0.10.4-canary.2 --- .github/helm/affine/Chart.yaml | 2 +- .github/helm/affine/charts/graphql/Chart.yaml | 2 +- .github/helm/affine/charts/sync/Chart.yaml | 2 +- package.json | 2 +- packages/backend/server/package.json | 2 +- packages/backend/storage/package.json | 2 +- packages/common/cmdk/package.json | 2 +- packages/common/debug/package.json | 2 +- packages/common/env/package.json | 2 +- packages/common/infra/package.json | 2 +- packages/common/sdk/package.json | 2 +- packages/common/y-indexeddb/package.json | 2 +- packages/common/y-provider/package.json | 2 +- packages/frontend/component/package.json | 2 +- packages/frontend/core/package.json | 2 +- packages/frontend/electron/package.json | 2 +- packages/frontend/graphql/package.json | 2 +- packages/frontend/hooks/package.json | 2 +- packages/frontend/i18n/package.json | 2 +- packages/frontend/native/package.json | 2 +- packages/frontend/templates/package.json | 2 +- packages/frontend/workspace/package.json | 2 +- packages/plugins/copilot/package.json | 2 +- packages/plugins/hello-world/package.json | 2 +- packages/plugins/image-preview/package.json | 2 +- packages/plugins/outline/package.json | 2 +- packages/plugins/vue-hello-world/package.json | 2 +- tests/affine-cloud/package.json | 2 +- tests/affine-desktop-cloud/package.json | 2 +- tests/affine-desktop/package.json | 2 +- tests/affine-legacy/0.6.1-beta.1/package.json | 2 +- tests/affine-legacy/0.7.0-canary.18/package.json | 2 +- tests/affine-legacy/0.8.0-canary.7/package.json | 2 +- tests/affine-legacy/0.8.4/package.json | 2 +- tests/affine-local/package.json | 2 +- tests/affine-migration/package.json | 2 +- tests/affine-plugin/package.json | 2 +- tests/fixtures/package.json | 2 +- tests/kit/package.json | 2 +- tests/storybook/package.json | 2 +- tools/@types/env/package.json | 2 +- tools/cli/package.json | 2 +- tools/commitlint/package.json | 2 +- tools/plugin-cli/package.json | 2 +- tools/workers/package.json | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.github/helm/affine/Chart.yaml b/.github/helm/affine/Chart.yaml index 281ccd9bd0..45cf1c427d 100644 --- a/.github/helm/affine/Chart.yaml +++ b/.github/helm/affine/Chart.yaml @@ -3,4 +3,4 @@ name: affine description: AFFiNE cloud chart type: application version: 0.0.0 -appVersion: "0.10.3-canary.2" +appVersion: "0.10.4-canary.2" diff --git a/.github/helm/affine/charts/graphql/Chart.yaml b/.github/helm/affine/charts/graphql/Chart.yaml index 8a66ffa1ae..ca3073f79a 100644 --- a/.github/helm/affine/charts/graphql/Chart.yaml +++ b/.github/helm/affine/charts/graphql/Chart.yaml @@ -3,4 +3,4 @@ name: graphql description: AFFiNE GraphQL server type: application version: 0.0.0 -appVersion: "0.10.3-canary.2" +appVersion: "0.10.4-canary.2" diff --git a/.github/helm/affine/charts/sync/Chart.yaml b/.github/helm/affine/charts/sync/Chart.yaml index 071318a561..1a2842725c 100644 --- a/.github/helm/affine/charts/sync/Chart.yaml +++ b/.github/helm/affine/charts/sync/Chart.yaml @@ -3,4 +3,4 @@ name: sync description: A Helm chart for Kubernetes type: application version: 0.0.0 -appVersion: "0.10.3-canary.2" +appVersion: "0.10.4-canary.2" diff --git a/package.json b/package.json index 0b394bb8dc..84b3e34cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@affine/monorepo", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "private": true, "author": "toeverything", "license": "MIT", diff --git a/packages/backend/server/package.json b/packages/backend/server/package.json index d39a8f9cc7..7df48ed88d 100644 --- a/packages/backend/server/package.json +++ b/packages/backend/server/package.json @@ -1,7 +1,7 @@ { "name": "@affine/server", "private": true, - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "description": "Affine Node.js server", "type": "module", "bin": { diff --git a/packages/backend/storage/package.json b/packages/backend/storage/package.json index 5f2827ef08..1c50cadef8 100644 --- a/packages/backend/storage/package.json +++ b/packages/backend/storage/package.json @@ -1,6 +1,6 @@ { "name": "@affine/storage", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "engines": { "node": ">= 10.16.0 < 11 || >= 11.8.0" }, diff --git a/packages/common/cmdk/package.json b/packages/common/cmdk/package.json index 9b0e51898d..e75043c42f 100644 --- a/packages/common/cmdk/package.json +++ b/packages/common/cmdk/package.json @@ -8,5 +8,5 @@ "react": "18.2.0", "react-dom": "18.2.0" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/common/debug/package.json b/packages/common/debug/package.json index a9278bb41e..b6af258b38 100644 --- a/packages/common/debug/package.json +++ b/packages/common/debug/package.json @@ -9,5 +9,5 @@ "@types/debug": "^4.1.9", "vitest": "0.34.6" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/common/env/package.json b/packages/common/env/package.json index 8c44d85e05..8f2b3c440b 100644 --- a/packages/common/env/package.json +++ b/packages/common/env/package.json @@ -26,5 +26,5 @@ "dependencies": { "lit": "^3.0.2" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/common/infra/package.json b/packages/common/infra/package.json index 7da35fcbf9..df01a8486b 100644 --- a/packages/common/infra/package.json +++ b/packages/common/infra/package.json @@ -108,5 +108,5 @@ "optional": true } }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/common/sdk/package.json b/packages/common/sdk/package.json index 9221f906be..35dc1d3020 100644 --- a/packages/common/sdk/package.json +++ b/packages/common/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@affine/sdk", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "type": "module", "scripts": { "build": "vite build", diff --git a/packages/common/y-indexeddb/package.json b/packages/common/y-indexeddb/package.json index 57359f9f33..e415198355 100644 --- a/packages/common/y-indexeddb/package.json +++ b/packages/common/y-indexeddb/package.json @@ -1,7 +1,7 @@ { "name": "@toeverything/y-indexeddb", "type": "module", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "description": "IndexedDB database adapter for Yjs", "repository": "toeverything/AFFiNE", "author": "toeverything", diff --git a/packages/common/y-provider/package.json b/packages/common/y-provider/package.json index fcdd780ccd..29b1ce6685 100644 --- a/packages/common/y-provider/package.json +++ b/packages/common/y-provider/package.json @@ -1,7 +1,7 @@ { "name": "y-provider", "type": "module", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "description": "Yjs provider protocol for multi document support", "exports": { ".": "./src/index.ts" diff --git a/packages/frontend/component/package.json b/packages/frontend/component/package.json index 62289f3a16..d9d9941528 100644 --- a/packages/frontend/component/package.json +++ b/packages/frontend/component/package.json @@ -105,5 +105,5 @@ "vitest": "0.34.6", "yjs": "^13.6.10" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/frontend/core/package.json b/packages/frontend/core/package.json index 6b0487609e..6c470a55d1 100644 --- a/packages/frontend/core/package.json +++ b/packages/frontend/core/package.json @@ -2,7 +2,7 @@ "name": "@affine/core", "type": "module", "private": true, - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "scripts": { "build": "yarn -T run build-core", "dev": "yarn -T run dev-core", diff --git a/packages/frontend/electron/package.json b/packages/frontend/electron/package.json index 4eb74bdc3b..01038a41d6 100644 --- a/packages/frontend/electron/package.json +++ b/packages/frontend/electron/package.json @@ -1,7 +1,7 @@ { "name": "@affine/electron", "private": true, - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "author": "toeverything", "repository": { "url": "https://github.com/toeverything/AFFiNE", diff --git a/packages/frontend/graphql/package.json b/packages/frontend/graphql/package.json index 43255f567d..42e5a8b808 100644 --- a/packages/frontend/graphql/package.json +++ b/packages/frontend/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@affine/graphql", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "description": "Autogenerated GraphQL client for affine.pro", "license": "MIT", "type": "module", diff --git a/packages/frontend/hooks/package.json b/packages/frontend/hooks/package.json index de23d82f87..26e28a5fea 100644 --- a/packages/frontend/hooks/package.json +++ b/packages/frontend/hooks/package.json @@ -65,5 +65,5 @@ "optional": true } }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/frontend/i18n/package.json b/packages/frontend/i18n/package.json index c049ed4be9..748cf98657 100644 --- a/packages/frontend/i18n/package.json +++ b/packages/frontend/i18n/package.json @@ -36,5 +36,5 @@ "ts-node": "^10.9.1", "typescript": "^5.2.2" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/frontend/native/package.json b/packages/frontend/native/package.json index 117d59b4e7..c97c0d124b 100644 --- a/packages/frontend/native/package.json +++ b/packages/frontend/native/package.json @@ -58,5 +58,5 @@ "test": "ava", "version": "napi version" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/frontend/templates/package.json b/packages/frontend/templates/package.json index 050c224ec1..511f3600b7 100644 --- a/packages/frontend/templates/package.json +++ b/packages/frontend/templates/package.json @@ -7,5 +7,5 @@ "./v1/*.json": "./v1/*.json", "./preloading.json": "./preloading.json" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/frontend/workspace/package.json b/packages/frontend/workspace/package.json index 2d1fabe467..1ad2be1bec 100644 --- a/packages/frontend/workspace/package.json +++ b/packages/frontend/workspace/package.json @@ -49,5 +49,5 @@ "vitest": "0.34.6", "ws": "^8.14.2" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/plugins/copilot/package.json b/packages/plugins/copilot/package.json index 39950ca5c9..a013fecae2 100644 --- a/packages/plugins/copilot/package.json +++ b/packages/plugins/copilot/package.json @@ -37,5 +37,5 @@ "react": "*", "react-dom": "*" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/packages/plugins/hello-world/package.json b/packages/plugins/hello-world/package.json index 3d841355d8..d9c1b785fd 100644 --- a/packages/plugins/hello-world/package.json +++ b/packages/plugins/hello-world/package.json @@ -3,7 +3,7 @@ "type": "module", "private": true, "description": "Hello world plugin", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "scripts": { "dev": "af dev", "build": "af build" diff --git a/packages/plugins/image-preview/package.json b/packages/plugins/image-preview/package.json index fc9ec6ebff..e6d6502e4b 100644 --- a/packages/plugins/image-preview/package.json +++ b/packages/plugins/image-preview/package.json @@ -1,7 +1,7 @@ { "name": "@affine/image-preview-plugin", "type": "module", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "description": "Image preview plugin", "affinePlugin": { "release": true, diff --git a/packages/plugins/outline/package.json b/packages/plugins/outline/package.json index 87d3970ab2..6cd3a170ba 100644 --- a/packages/plugins/outline/package.json +++ b/packages/plugins/outline/package.json @@ -3,7 +3,7 @@ "type": "module", "private": true, "description": "Outline plugin", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "scripts": { "dev": "af dev", "build": "af build" diff --git a/packages/plugins/vue-hello-world/package.json b/packages/plugins/vue-hello-world/package.json index c188cf2a0a..8e52ab7c8b 100644 --- a/packages/plugins/vue-hello-world/package.json +++ b/packages/plugins/vue-hello-world/package.json @@ -3,7 +3,7 @@ "type": "module", "private": true, "description": "Vue hello world plugin", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "scripts": { "dev": "af dev", "build": "af build" diff --git a/tests/affine-cloud/package.json b/tests/affine-cloud/package.json index 55ec382b58..d97faeef80 100644 --- a/tests/affine-cloud/package.json +++ b/tests/affine-cloud/package.json @@ -9,5 +9,5 @@ "@affine-test/kit": "workspace:*", "@playwright/test": "^1.39.0" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-desktop-cloud/package.json b/tests/affine-desktop-cloud/package.json index 69c848632f..5444b5403e 100644 --- a/tests/affine-desktop-cloud/package.json +++ b/tests/affine-desktop-cloud/package.json @@ -11,5 +11,5 @@ "@types/fs-extra": "^11.0.2", "fs-extra": "^11.1.1" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-desktop/package.json b/tests/affine-desktop/package.json index f2cc8c3cdb..4c3f3c80a9 100644 --- a/tests/affine-desktop/package.json +++ b/tests/affine-desktop/package.json @@ -12,5 +12,5 @@ "fs-extra": "^11.1.1", "playwright": "^1.39.0" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-legacy/0.6.1-beta.1/package.json b/tests/affine-legacy/0.6.1-beta.1/package.json index f9a47be432..669ae950a4 100644 --- a/tests/affine-legacy/0.6.1-beta.1/package.json +++ b/tests/affine-legacy/0.6.1-beta.1/package.json @@ -18,5 +18,5 @@ "http-proxy-middleware": "^3.0.0-beta.1", "serve": "^14.2.1" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-legacy/0.7.0-canary.18/package.json b/tests/affine-legacy/0.7.0-canary.18/package.json index ee71475789..718d42ccf0 100644 --- a/tests/affine-legacy/0.7.0-canary.18/package.json +++ b/tests/affine-legacy/0.7.0-canary.18/package.json @@ -18,5 +18,5 @@ "http-proxy-middleware": "^3.0.0-beta.1", "serve": "^14.2.1" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-legacy/0.8.0-canary.7/package.json b/tests/affine-legacy/0.8.0-canary.7/package.json index fa0e303127..4649330af7 100644 --- a/tests/affine-legacy/0.8.0-canary.7/package.json +++ b/tests/affine-legacy/0.8.0-canary.7/package.json @@ -18,5 +18,5 @@ "http-proxy-middleware": "^3.0.0-beta.1", "serve": "^14.2.1" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-legacy/0.8.4/package.json b/tests/affine-legacy/0.8.4/package.json index f47bd78e45..bfd4b4c080 100644 --- a/tests/affine-legacy/0.8.4/package.json +++ b/tests/affine-legacy/0.8.4/package.json @@ -18,5 +18,5 @@ "http-proxy-middleware": "^3.0.0-beta.1", "serve": "^14.2.1" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-local/package.json b/tests/affine-local/package.json index 8fd92787c0..e05144d71a 100644 --- a/tests/affine-local/package.json +++ b/tests/affine-local/package.json @@ -9,5 +9,5 @@ "@affine-test/kit": "workspace:*", "@playwright/test": "^1.39.0" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-migration/package.json b/tests/affine-migration/package.json index f810c820cf..dad420c8b6 100644 --- a/tests/affine-migration/package.json +++ b/tests/affine-migration/package.json @@ -13,5 +13,5 @@ "@blocksuite/store": "0.11.0-nightly-202312070955-2b5bb47", "@playwright/test": "^1.39.0" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/affine-plugin/package.json b/tests/affine-plugin/package.json index 67073e367d..63cc372177 100644 --- a/tests/affine-plugin/package.json +++ b/tests/affine-plugin/package.json @@ -9,5 +9,5 @@ "@affine-test/kit": "workspace:*", "@playwright/test": "^1.39.0" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/fixtures/package.json b/tests/fixtures/package.json index d926dc7f7d..94396f1912 100644 --- a/tests/fixtures/package.json +++ b/tests/fixtures/package.json @@ -3,5 +3,5 @@ "exports": { "./*": "./*" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tests/kit/package.json b/tests/kit/package.json index 1922cc0ec5..e8d02a8d4b 100644 --- a/tests/kit/package.json +++ b/tests/kit/package.json @@ -2,7 +2,7 @@ "name": "@affine-test/kit", "private": true, "type": "module", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "exports": { "./electron": "./electron.ts", "./playwright": "./playwright.ts", diff --git a/tests/storybook/package.json b/tests/storybook/package.json index 59a3302326..cb5fae5802 100644 --- a/tests/storybook/package.json +++ b/tests/storybook/package.json @@ -56,5 +56,5 @@ "@blocksuite/presets": "*", "@blocksuite/store": "*" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tools/@types/env/package.json b/tools/@types/env/package.json index 6cd4b9cddf..55b94a9b5f 100644 --- a/tools/@types/env/package.json +++ b/tools/@types/env/package.json @@ -7,5 +7,5 @@ "@affine/env": "workspace:*", "@toeverything/infra": "workspace:*" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tools/cli/package.json b/tools/cli/package.json index ef8db93657..012d0c3662 100644 --- a/tools/cli/package.json +++ b/tools/cli/package.json @@ -22,5 +22,5 @@ "peerDependencies": { "ts-node": "*" }, - "version": "0.10.3-canary.2" + "version": "0.10.4-canary.2" } diff --git a/tools/commitlint/package.json b/tools/commitlint/package.json index 08d92fd448..77bca158ee 100644 --- a/tools/commitlint/package.json +++ b/tools/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "@affine/commitlint-config", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "private": true, "devDependencies": { "@commitlint/cli": "^18.4.3", diff --git a/tools/plugin-cli/package.json b/tools/plugin-cli/package.json index 386c2a9ef0..7fb250435f 100644 --- a/tools/plugin-cli/package.json +++ b/tools/plugin-cli/package.json @@ -1,7 +1,7 @@ { "name": "@affine/plugin-cli", "type": "module", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "bin": { "af": "./src/af.mjs" }, diff --git a/tools/workers/package.json b/tools/workers/package.json index 39e2606ea5..6eb9c3023c 100644 --- a/tools/workers/package.json +++ b/tools/workers/package.json @@ -1,6 +1,6 @@ { "name": "@affine/workers", - "version": "0.10.3-canary.2", + "version": "0.10.4-canary.2", "private": true, "scripts": { "dev": "wrangler dev"