mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 12:21:41 +03:00
chore: bump base version to 0.18.0
This commit is contained in:
parent
2fa843b960
commit
21c7d1810d
2
.github/helm/affine/Chart.yaml
vendored
2
.github/helm/affine/Chart.yaml
vendored
@ -3,4 +3,4 @@ name: affine
|
|||||||
description: AFFiNE cloud chart
|
description: AFFiNE cloud chart
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
appVersion: "0.17.0"
|
appVersion: "0.18.0"
|
||||||
|
@ -3,7 +3,7 @@ name: graphql
|
|||||||
description: AFFiNE GraphQL server
|
description: AFFiNE GraphQL server
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
appVersion: "0.17.0"
|
appVersion: "0.18.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: gcloud-sql-proxy
|
- name: gcloud-sql-proxy
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
|
2
.github/helm/affine/charts/sync/Chart.yaml
vendored
2
.github/helm/affine/charts/sync/Chart.yaml
vendored
@ -3,7 +3,7 @@ name: sync
|
|||||||
description: AFFiNE Sync Server
|
description: AFFiNE Sync Server
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
appVersion: "0.17.0"
|
appVersion: "0.18.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: gcloud-sql-proxy
|
- name: gcloud-sql-proxy
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
|
@ -19,5 +19,5 @@
|
|||||||
],
|
],
|
||||||
"ext": "ts,md,json"
|
"ext": "ts,md,json"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/monorepo",
|
"name": "@affine/monorepo",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "toeverything",
|
"author": "toeverything",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/server-native",
|
"name": "@affine/server-native",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 10.16.0 < 11 || >= 11.8.0"
|
"node": ">= 10.16.0 < 11 || >= 11.8.0"
|
||||||
},
|
},
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/server",
|
"name": "@affine/server",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"description": "Affine Node.js server",
|
"description": "Affine Node.js server",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
"@types/debug": "^4.1.12",
|
"@types/debug": "^4.1.12",
|
||||||
"vitest": "2.1.4"
|
"vitest": "2.1.4"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
2
packages/common/env/package.json
vendored
2
packages/common/env/package.json
vendored
@ -21,5 +21,5 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"zod": "^3.22.4"
|
"zod": "^3.22.4"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -60,5 +60,5 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/admin",
|
"name": "@affine/admin",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@affine/core": "workspace:*",
|
"@affine/core": "workspace:*",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/android",
|
"name": "@affine/android",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"description": "AFFiNE Desktop Web application",
|
"description": "AFFiNE Desktop Web application",
|
||||||
"private": true,
|
"private": true,
|
||||||
"browser": "src/index.tsx",
|
"browser": "src/index.tsx",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/electron",
|
"name": "@affine/electron",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"author": "toeverything",
|
"author": "toeverything",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/toeverything/AFFiNE",
|
"url": "https://github.com/toeverything/AFFiNE",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/ios",
|
"name": "@affine/ios",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"description": "AFFiNE Desktop Web application",
|
"description": "AFFiNE Desktop Web application",
|
||||||
"private": true,
|
"private": true,
|
||||||
"browser": "src/index.tsx",
|
"browser": "src/index.tsx",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/mobile",
|
"name": "@affine/mobile",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"description": "AFFiNE Desktop Web application",
|
"description": "AFFiNE Desktop Web application",
|
||||||
"private": true,
|
"private": true,
|
||||||
"browser": "src/index.tsx",
|
"browser": "src/index.tsx",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/web",
|
"name": "@affine/web",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"description": "AFFiNE Desktop Web application",
|
"description": "AFFiNE Desktop Web application",
|
||||||
"private": true,
|
"private": true,
|
||||||
"browser": "src/index.tsx",
|
"browser": "src/index.tsx",
|
||||||
|
@ -82,5 +82,5 @@
|
|||||||
"vite": "^5.2.8",
|
"vite": "^5.2.8",
|
||||||
"vitest": "2.1.4"
|
"vitest": "2.1.4"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@affine/core",
|
"name": "@affine/core",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./*": "./src/*",
|
"./*": "./src/*",
|
||||||
"./bootstrap": "./src/bootstrap/index.ts"
|
"./bootstrap": "./src/bootstrap/index.ts"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/electron-api",
|
"name": "@affine/electron-api",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/graphql",
|
"name": "@affine/graphql",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"description": "Autogenerated GraphQL client for affine.pro",
|
"description": "Autogenerated GraphQL client for affine.pro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -28,5 +28,5 @@
|
|||||||
"glob": "^11.0.0",
|
"glob": "^11.0.0",
|
||||||
"vitest": "2.1.4"
|
"vitest": "2.1.4"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -53,5 +53,5 @@
|
|||||||
"test": "ava",
|
"test": "ava",
|
||||||
"version": "napi version"
|
"version": "napi version"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@affine/templates",
|
"name": "@affine/templates",
|
||||||
"private": true,
|
"private": true,
|
||||||
"sideEffect": false,
|
"sideEffect": false,
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node ./build-edgeless.mjs && node ./build-stickers.mjs"
|
"postinstall": "node ./build-edgeless.mjs && node ./build-stickers.mjs"
|
||||||
},
|
},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@affine/track",
|
"name": "@affine/track",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/index.ts"
|
".": "./src/index.ts"
|
||||||
},
|
},
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "=1.48.2"
|
"@playwright/test": "=1.48.2"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "=1.48.2"
|
"@playwright/test": "=1.48.2"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "=1.48.2"
|
"@playwright/test": "=1.48.2"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -12,5 +12,5 @@
|
|||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
"playwright": "=1.48.2"
|
"playwright": "=1.48.2"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,5 @@
|
|||||||
"http-proxy-middleware": "^3.0.0",
|
"http-proxy-middleware": "^3.0.0",
|
||||||
"serve": "^14.2.1"
|
"serve": "^14.2.1"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,5 @@
|
|||||||
"http-proxy-middleware": "^3.0.0",
|
"http-proxy-middleware": "^3.0.0",
|
||||||
"serve": "^14.2.1"
|
"serve": "^14.2.1"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,5 @@
|
|||||||
"http-proxy-middleware": "^3.0.0",
|
"http-proxy-middleware": "^3.0.0",
|
||||||
"serve": "^14.2.1"
|
"serve": "^14.2.1"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,5 @@
|
|||||||
"http-proxy-middleware": "^3.0.0",
|
"http-proxy-middleware": "^3.0.0",
|
||||||
"serve": "^14.2.1"
|
"serve": "^14.2.1"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "=1.48.2"
|
"@playwright/test": "=1.48.2"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "=1.48.2"
|
"@playwright/test": "=1.48.2"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "=1.48.2"
|
"@playwright/test": "=1.48.2"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
2
tests/fixtures/package.json
vendored
2
tests/fixtures/package.json
vendored
@ -3,5 +3,5 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@affine-test/kit",
|
"name": "@affine-test/kit",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./electron": "./electron.ts",
|
"./electron": "./electron.ts",
|
||||||
"./playwright": "./playwright.ts",
|
"./playwright": "./playwright.ts",
|
||||||
|
2
tools/@types/env/package.json
vendored
2
tools/@types/env/package.json
vendored
@ -6,5 +6,5 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@affine/env": "workspace:*"
|
"@affine/env": "workspace:*"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/bump-blocksuite",
|
"name": "@affine/bump-blocksuite",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/changelog",
|
"name": "@affine/changelog",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -44,5 +44,5 @@
|
|||||||
"bundle": "node --loader ts-node/esm/transpile-only.mjs ./src/bin/build.ts",
|
"bundle": "node --loader ts-node/esm/transpile-only.mjs ./src/bin/build.ts",
|
||||||
"dev": "node --loader ts-node/esm/transpile-only.mjs ./src/bin/dev.ts"
|
"dev": "node --loader ts-node/esm/transpile-only.mjs ./src/bin/dev.ts"
|
||||||
},
|
},
|
||||||
"version": "0.17.0"
|
"version": "0.18.0"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/commitlint-config",
|
"name": "@affine/commitlint-config",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^19.2.1",
|
"@commitlint/cli": "^19.2.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/copilot-result",
|
"name": "@affine/copilot-result",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/playstore-auto-bump",
|
"name": "@affine/playstore-auto-bump",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Automatically bump the versionCode and versionName of an Android app from the Google Play Store versions",
|
"description": "Automatically bump the versionCode and versionName of an Android app from the Google Play Store versions",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/workers",
|
"name": "@affine/workers",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wrangler dev"
|
"dev": "wrangler dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user