chore: update basic version to 0.11.0 (#5355)

This commit is contained in:
Joooye_34 2023-12-20 08:10:42 +00:00
parent 80eeb2ddc7
commit a4f31df192
No known key found for this signature in database
GPG Key ID: 3645F0B246B8EFC7
45 changed files with 45 additions and 45 deletions

View File

@ -3,4 +3,4 @@ name: affine
description: AFFiNE cloud chart
type: application
version: 0.0.0
appVersion: "0.10.3-canary.2"
appVersion: "0.11.0"

View File

@ -3,7 +3,7 @@ name: graphql
description: AFFiNE GraphQL server
type: application
version: 0.0.0
appVersion: "0.10.3-canary.2"
appVersion: "0.11.0"
dependencies:
- name: gcloud-sql-proxy
version: 0.0.0

View File

@ -3,7 +3,7 @@ name: sync
description: AFFiNE Sync Server
type: application
version: 0.0.0
appVersion: "0.10.3-canary.2"
appVersion: "0.11.0"
dependencies:
- name: gcloud-sql-proxy
version: 0.0.0

View File

@ -1,6 +1,6 @@
{
"name": "@affine/monorepo",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"private": true,
"author": "toeverything",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.10.3-canary.2",
"version": "0.11.0",
"description": "Affine Node.js server",
"type": "module",
"bin": {

View File

@ -1,6 +1,6 @@
{
"name": "@affine/storage",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"engines": {
"node": ">= 10.16.0 < 11 || >= 11.8.0"
},

View File

@ -8,5 +8,5 @@
"react": "18.2.0",
"react-dom": "18.2.0"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -9,5 +9,5 @@
"@types/debug": "^4.1.9",
"vitest": "1.0.4"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -26,5 +26,5 @@
"dependencies": {
"lit": "^3.0.2"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -114,5 +114,5 @@
"optional": true
}
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@affine/sdk",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"type": "module",
"scripts": {
"build": "vite build",

View File

@ -1,7 +1,7 @@
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"description": "IndexedDB database adapter for Yjs",
"repository": "toeverything/AFFiNE",
"author": "toeverything",

View File

@ -1,7 +1,7 @@
{
"name": "y-provider",
"type": "module",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"description": "Yjs provider protocol for multi document support",
"exports": {
".": "./src/index.ts"

View File

@ -106,5 +106,5 @@
"vitest": "1.0.4",
"yjs": "^13.6.10"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -2,7 +2,7 @@
"name": "@affine/core",
"type": "module",
"private": true,
"version": "0.10.3-canary.2",
"version": "0.11.0",
"scripts": {
"build": "yarn -T run build-core",
"dev": "yarn -T run dev-core",

View File

@ -1,7 +1,7 @@
{
"name": "@affine/electron",
"private": true,
"version": "0.10.3-canary.2",
"version": "0.11.0",
"author": "toeverything",
"repository": {
"url": "https://github.com/toeverything/AFFiNE",

View File

@ -1,6 +1,6 @@
{
"name": "@affine/graphql",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"description": "Autogenerated GraphQL client for affine.pro",
"license": "MIT",
"type": "module",

View File

@ -65,5 +65,5 @@
"optional": true
}
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -36,5 +36,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -58,5 +58,5 @@
"test": "ava",
"version": "napi version"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -7,5 +7,5 @@
"./v1/*.json": "./v1/*.json",
"./preloading.json": "./preloading.json"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -46,5 +46,5 @@
"vitest": "1.0.4",
"ws": "^8.14.2"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -37,5 +37,5 @@
"react": "*",
"react-dom": "*"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -3,7 +3,7 @@
"type": "module",
"private": true,
"description": "Hello world plugin",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"scripts": {
"dev": "af dev",
"build": "af build"

View File

@ -1,7 +1,7 @@
{
"name": "@affine/image-preview-plugin",
"type": "module",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"description": "Image preview plugin",
"affinePlugin": {
"release": true,

View File

@ -3,7 +3,7 @@
"type": "module",
"private": true,
"description": "Outline plugin",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"scripts": {
"dev": "af dev",
"build": "af build"

View File

@ -3,7 +3,7 @@
"type": "module",
"private": true,
"description": "Vue hello world plugin",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"scripts": {
"dev": "af dev",
"build": "af build"

View File

@ -9,5 +9,5 @@
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.39.0"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -11,5 +11,5 @@
"@types/fs-extra": "^11.0.2",
"fs-extra": "^11.1.1"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -12,5 +12,5 @@
"fs-extra": "^11.1.1",
"playwright": "^1.39.0"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -18,5 +18,5 @@
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.1"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -18,5 +18,5 @@
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.1"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -18,5 +18,5 @@
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.1"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -18,5 +18,5 @@
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.1"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -9,5 +9,5 @@
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.39.0"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -13,5 +13,5 @@
"@blocksuite/store": "0.11.0-nightly-202312200102-8254dc9",
"@playwright/test": "^1.39.0"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -9,5 +9,5 @@
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.39.0"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -3,5 +3,5 @@
"exports": {
"./*": "./*"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -2,7 +2,7 @@
"name": "@affine-test/kit",
"private": true,
"type": "module",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"exports": {
"./electron": "./electron.ts",
"./playwright": "./playwright.ts",

View File

@ -56,5 +56,5 @@
"@blocksuite/presets": "*",
"@blocksuite/store": "*"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -7,5 +7,5 @@
"@affine/env": "workspace:*",
"@toeverything/infra": "workspace:*"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -22,5 +22,5 @@
"peerDependencies": {
"ts-node": "*"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@affine/commitlint-config",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"private": true,
"devDependencies": {
"@commitlint/cli": "^18.4.3",

View File

@ -1,7 +1,7 @@
{
"name": "@affine/plugin-cli",
"type": "module",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"bin": {
"af": "./src/af.mjs"
},

View File

@ -1,6 +1,6 @@
{
"name": "@affine/workers",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"private": true,
"scripts": {
"dev": "wrangler dev"