v0.7.0-canary.24

This commit is contained in:
Alex Yang
2023-06-29 18:50:48 +08:00
parent 7f00011542
commit 2c772bd81b
26 changed files with 26 additions and 26 deletions

View File

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

View File

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

View File

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

View File

@@ -48,5 +48,5 @@
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
"version": "0.7.0-canary.23"
"version": "0.7.0-canary.24"
}

View File

@@ -1,7 +1,7 @@
{
"name": "@affine/web",
"private": true,
"version": "0.7.0-canary.23",
"version": "0.7.0-canary.24",
"scripts": {
"dev": "next dev",
"build": "next build",