v0.9.0-beta.0

This commit is contained in:
LongYinan
2023-09-21 23:04:36 -07:00
parent a6d19abc73
commit a04d7616e1
42 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@affine/core",
"type": "module",
"private": true,
"version": "0.9.0-canary.13",
"version": "0.9.0-beta.0",
"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.9.0-canary.13",
"version": "0.9.0-beta.0",
"type": "module",
"private": true,
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/electron",
"private": true,
"version": "0.9.0-canary.13",
"version": "0.9.0-beta.0",
"author": "affine",
"repository": {
"url": "https://github.com/toeverything/AFFiNE",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/prototype",
"private": true,
"version": "0.9.0-canary.13",
"version": "0.9.0-beta.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 3003",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.9.0-canary.13",
"version": "0.9.0-beta.0",
"description": "Affine Node.js server",
"type": "module",
"bin": {
+1 -1
View File
@@ -52,5 +52,5 @@
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
"version": "0.9.0-canary.13"
"version": "0.9.0-beta.0"
}