v0.8.0-canary.8

This commit is contained in:
Alex Yang
2023-08-02 16:51:34 -07:00
parent 32c08e49c5
commit dcd070b3e7
35 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@affine/core",
"type": "module",
"private": true,
"version": "0.8.0-canary.7",
"version": "0.8.0-canary.8",
"scripts": {
"build": "yarn -T run build-core",
"dev": "yarn -T run dev-core",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@affine/docs",
"version": "0.8.0-canary.7",
"version": "0.8.0-canary.8",
"type": "module",
"private": true,
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/electron",
"private": true,
"version": "0.8.0-canary.7",
"version": "0.8.0-canary.8",
"author": "affine",
"repository": {
"url": "https://github.com/toeverything/AFFiNE",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.8.0-canary.7",
"version": "0.8.0-canary.8",
"description": "Affine Node.js server",
"type": "module",
"bin": {
+1 -1
View File
@@ -48,5 +48,5 @@
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
"version": "0.8.0-canary.7"
"version": "0.8.0-canary.8"
}