chore: update basic version to 0.11.0 (#5355)

This commit is contained in:
Joooye_34
2023-12-20 08:10:42 +00:00
parent 80eeb2ddc7
commit a4f31df192
45 changed files with 45 additions and 45 deletions

View File

@@ -7,5 +7,5 @@
"@affine/env": "workspace:*",
"@toeverything/infra": "workspace:*"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@@ -22,5 +22,5 @@
"peerDependencies": {
"ts-node": "*"
},
"version": "0.10.3-canary.2"
"version": "0.11.0"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@affine/commitlint-config",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"private": true,
"devDependencies": {
"@commitlint/cli": "^18.4.3",

View File

@@ -1,7 +1,7 @@
{
"name": "@affine/plugin-cli",
"type": "module",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"bin": {
"af": "./src/af.mjs"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@affine/workers",
"version": "0.10.3-canary.2",
"version": "0.11.0",
"private": true,
"scripts": {
"dev": "wrangler dev"