v0.5.4-canary.8

This commit is contained in:
himself65 2023-04-23 21:41:43 -05:00
parent be9095ec19
commit 339b133e3f
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625
15 changed files with 15 additions and 15 deletions

View File

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

View File

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

View File

@ -15,5 +15,5 @@
"dependencies": {
"dotenv": "^16.0.3"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -78,5 +78,5 @@
"wait-on": "^7.0.1",
"yjs": "^13.6.0"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -9,5 +9,5 @@
"devDependencies": {
"@types/debug": "^4.1.7"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -21,5 +21,5 @@
"dependencies": {
"lit": "^2.7.2"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -4,5 +4,5 @@
"./*": "./src/*"
},
"private": true,
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -39,5 +39,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -20,5 +20,5 @@
"@blocksuite/store": "*",
"lottie-web": "*"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -26,5 +26,5 @@
"universal": "napi universal",
"version": "napi version"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -5,5 +5,5 @@
"exports": {
"./*.md": "./src/*.md"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

@ -38,5 +38,5 @@
"@types/ws": "^8.5.4",
"ws": "^8.13.0"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}

View File

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

View File

@ -3,5 +3,5 @@
"exports": {
"./*": "./*"
},
"version": "0.5.4-beta.0"
"version": "0.5.4-canary.8"
}