c0.11.0-canary.0

This commit is contained in:
李华桥
2023-11-20 23:53:50 +08:00
parent 90c130cf15
commit 0f6b28fd06
41 changed files with 41 additions and 41 deletions

View File

@@ -86,5 +86,5 @@
"vitest": "0.34.6",
"yjs": "^13.6.8"
},
"version": "0.10.0"
"version": "0.11.0-canary.0"
}

View File

@@ -2,7 +2,7 @@
"name": "@affine/core",
"type": "module",
"private": true,
"version": "0.10.0",
"version": "0.11.0-canary.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.0",
"version": "0.11.0-canary.0",
"author": "toeverything",
"repository": {
"url": "https://github.com/toeverything/AFFiNE",

View File

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

View File

@@ -66,5 +66,5 @@
"optional": true
}
},
"version": "0.10.0"
"version": "0.11.0-canary.0"
}

View File

@@ -37,5 +37,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"version": "0.10.0"
"version": "0.11.0-canary.0"
}

View File

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

View File

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

View File

@@ -47,5 +47,5 @@
"vitest": "0.34.6",
"ws": "^8.14.2"
},
"version": "0.10.0"
"version": "0.11.0-canary.0"
}