chore: bump base version to 0.14.0 (#6170)

This commit is contained in:
liuyi
2024-03-19 02:34:18 +00:00
parent da32682afb
commit bba1a95f9c
38 changed files with 38 additions and 38 deletions

View File

@@ -105,5 +105,5 @@
"vitest": "1.3.1",
"yjs": "^13.6.12"
},
"version": "0.12.0"
"version": "0.14.0"
}

View File

@@ -2,7 +2,7 @@
"name": "@affine/core",
"type": "module",
"private": true,
"version": "0.12.0",
"version": "0.14.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.12.0",
"version": "0.14.0",
"type": "module",
"private": true,
"main": "./src/index.ts",

View File

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

View File

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

View File

@@ -37,5 +37,5 @@
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"version": "0.12.0"
"version": "0.14.0"
}

View File

@@ -57,5 +57,5 @@
"test": "ava",
"version": "napi version"
},
"version": "0.12.0"
"version": "0.14.0"
}

View File

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

View File

@@ -30,5 +30,5 @@
"vitest": "1.3.1",
"ws": "^8.16.0"
},
"version": "0.12.0"
"version": "0.14.0"
}