chore: bump base version to 0.15.0

This commit is contained in:
forehalo
2024-06-27 18:17:36 +08:00
parent 08fa356a02
commit ae230354c6
36 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@affine/admin",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"dependencies": {
"@affine/core": "workspace:*",

View File

@@ -109,5 +109,5 @@
"vitest": "1.6.0",
"yjs": "^13.6.14"
},
"version": "0.14.0"
"version": "0.15.0"
}

View File

@@ -2,7 +2,7 @@
"name": "@affine/core",
"type": "module",
"private": true,
"version": "0.14.0",
"version": "0.15.0",
"exports": {
"./app": "./src/app.tsx",
"./router": "./src/router.tsx",

View File

@@ -1,6 +1,6 @@
{
"name": "@affine/electron-api",
"version": "0.14.0",
"version": "0.15.0",
"type": "module",
"private": true,
"main": "./src/index.ts",

View File

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

View File

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

View File

@@ -33,5 +33,5 @@
"typescript": "^5.4.5",
"vitest": "1.6.0"
},
"version": "0.14.0"
"version": "0.15.0"
}

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@affine/web",
"version": "0.0.0",
"version": "0.15.0",
"description": "AFFiNE Desktop Web application",
"private": true,
"browser": "src/index.tsx",