v0.8.0-canary.4

This commit is contained in:
Alex Yang
2023-07-30 20:33:52 -07:00
parent 39693a19bd
commit 9ffc523443
32 changed files with 32 additions and 32 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -48,5 +48,5 @@
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
"version": "0.8.0-canary.3"
"version": "0.8.0-canary.4"
}