v0.10.0-canary.8

This commit is contained in:
Joooye_34
2023-11-01 00:03:04 +08:00
parent 97d189f1c8
commit 0273ea8b00
40 changed files with 40 additions and 40 deletions

View File

@@ -87,5 +87,5 @@
"vitest": "0.34.6",
"yjs": "^13.6.8"
},
"version": "0.10.0-canary.6"
"version": "0.10.0-canary.8"
}

View File

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

View File

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

View File

@@ -62,5 +62,5 @@
"optional": true
}
},
"version": "0.10.0-canary.6"
"version": "0.10.0-canary.8"
}

View File

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

View File

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

View File

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

View File

@@ -46,5 +46,5 @@
"vitest": "0.34.6",
"ws": "^8.14.2"
},
"version": "0.10.0-canary.6"
"version": "0.10.0-canary.8"
}