v0.9.0-canary.6

This commit is contained in:
Alex Yang
2023-08-31 00:41:13 -05:00
parent 55b3182799
commit 49d203ac57
40 changed files with 40 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
"name": "@affine/core",
"type": "module",
"private": true,
"version": "0.9.0-canary.5",
"version": "0.9.0-canary.6",
"scripts": {
"build": "yarn -T run build-core",
"dev": "yarn -T run dev-core",

View File

@@ -1,6 +1,6 @@
{
"name": "@affine/docs",
"version": "0.9.0-canary.5",
"version": "0.9.0-canary.6",
"type": "module",
"private": true,
"scripts": {

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@affine/prototype",
"private": true,
"version": "0.9.0-canary.5",
"version": "0.9.0-canary.6",
"type": "module",
"scripts": {
"dev": "vite --host --port 3003",

View File

@@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.9.0-canary.5",
"version": "0.9.0-canary.6",
"description": "Affine Node.js server",
"type": "module",
"bin": {

View File

@@ -52,5 +52,5 @@
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
"version": "0.9.0-canary.5"
"version": "0.9.0-canary.6"
}