v0.7.0-canary.19

This commit is contained in:
Alex Yang
2023-06-27 22:28:10 +08:00
parent c7f25e8fe3
commit 5186710f84
24 changed files with 24 additions and 24 deletions

View File

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

View File

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

View File

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