chore: update base version to 0.12.0 (#5695)

This commit is contained in:
Joooye_34
2024-01-25 05:17:35 +00:00
parent 9aa421d5e1
commit bd8c7751db
38 changed files with 38 additions and 38 deletions

View File

@@ -107,5 +107,5 @@
"vitest": "1.1.3",
"yjs": "^13.6.10"
},
"version": "0.11.0"
"version": "0.12.0"
}

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -36,5 +36,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"version": "0.11.0"
"version": "0.12.0"
}

View File

@@ -58,5 +58,5 @@
"test": "ava",
"version": "napi version"
},
"version": "0.11.0"
"version": "0.12.0"
}

View File

@@ -2,7 +2,7 @@
"name": "@affine/templates",
"private": true,
"sideEffect": false,
"version": "0.11.0",
"version": "0.12.0",
"scripts": {
"postinstall": "node ./build.mjs"
},

View File

@@ -32,5 +32,5 @@
"vitest": "1.1.3",
"ws": "^8.14.2"
},
"version": "0.11.0"
"version": "0.12.0"
}