v0.7.0-canary.47

This commit is contained in:
Alex Yang
2023-07-16 23:27:39 +08:00
parent 202e9b8fe3
commit a2dae0d592
27 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@affine/docs",
"version": "0.7.0-canary.46",
"version": "0.7.0-canary.47",
"type": "module",
"private": true,
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/electron",
"private": true,
"version": "0.7.0-canary.46",
"version": "0.7.0-canary.47",
"author": "affine",
"repository": {
"url": "https://github.com/toeverything/AFFiNE",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.7.0-canary.46",
"version": "0.7.0-canary.47",
"description": "Affine Node.js server",
"type": "module",
"bin": {
+1 -1
View File
@@ -48,5 +48,5 @@
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
"version": "0.7.0-canary.46"
"version": "0.7.0-canary.47"
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/web",
"private": true,
"version": "0.7.0-canary.46",
"version": "0.7.0-canary.47",
"scripts": {
"dev": "next dev",
"build": "next build && next export",