mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: update base version to 0.12.0 (#5695)
This commit is contained in:
@@ -107,5 +107,5 @@
|
||||
"vitest": "1.1.3",
|
||||
"yjs": "^13.6.10"
|
||||
},
|
||||
"version": "0.11.0"
|
||||
"version": "0.12.0"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@affine/core",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"scripts": {
|
||||
"build": "yarn -T run build-core",
|
||||
"dev": "yarn -T run dev-core",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/electron-api",
|
||||
"version": "0.10.3-canary.2",
|
||||
"version": "0.12.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/electron",
|
||||
"private": true,
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"author": "toeverything",
|
||||
"repository": {
|
||||
"url": "https://github.com/toeverything/AFFiNE",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/graphql",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"description": "Autogenerated GraphQL client for affine.pro",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
||||
@@ -36,5 +36,5 @@
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"version": "0.11.0"
|
||||
"version": "0.12.0"
|
||||
}
|
||||
|
||||
@@ -58,5 +58,5 @@
|
||||
"test": "ava",
|
||||
"version": "napi version"
|
||||
},
|
||||
"version": "0.11.0"
|
||||
"version": "0.12.0"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@affine/templates",
|
||||
"private": true,
|
||||
"sideEffect": false,
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"scripts": {
|
||||
"postinstall": "node ./build.mjs"
|
||||
},
|
||||
|
||||
@@ -32,5 +32,5 @@
|
||||
"vitest": "1.1.3",
|
||||
"ws": "^8.14.2"
|
||||
},
|
||||
"version": "0.11.0"
|
||||
"version": "0.12.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user