v0.5.4-canary.5

This commit is contained in:
himself65 2023-04-20 11:08:10 -05:00
parent d6b1b9f6cf
commit 92b1244fd7
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@affine/electron",
"private": true,
"version": "0.5.4-canary.4",
"version": "0.5.4-0",
"author": "affine",
"description": "AFFiNE App",
"homepage": "https://github.com/toeverything/AFFiNE",

View File

@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.5.4-canary.4",
"version": "0.5.4-0",
"description": "Affine Node.js server",
"type": "module",
"bin": {

View File

@ -1,7 +1,7 @@
{
"name": "@affine/web",
"private": true,
"version": "0.5.4-canary.4",
"version": "0.0.1-0",
"scripts": {
"dev": "next dev",
"build": "next build",

View File

@ -1,6 +1,6 @@
{
"name": "AFFiNE",
"version": "0.5.4-canary.4",
"version": "0.5.5-0",
"private": true,
"author": "toeverything",
"license": "MPL-2.0",

View File

@ -1,7 +1,7 @@
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.5.4-canary.4",
"version": "0.5.3-0",
"scripts": {
"build": "vite build"
},