v0.8.0-canary.16

This commit is contained in:
Alex Yang
2023-08-10 00:34:30 -04:00
parent 629a3d11c6
commit 05144abd6a
36 changed files with 36 additions and 36 deletions

View File

@@ -2,7 +2,7 @@
"name": "@affine/core",
"type": "module",
"private": true,
"version": "0.8.0-canary.15",
"version": "0.8.0-canary.16",
"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.15",
"version": "0.8.0-canary.16",
"type": "module",
"private": true,
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "@affine/electron",
"private": true,
"version": "0.8.0-canary.15",
"version": "0.8.0-canary.16",
"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.15",
"version": "0.8.0-canary.16",
"description": "Affine Node.js server",
"type": "module",
"bin": {

View File

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