v0.10.0-canary.2

This commit is contained in:
LongYinan
2023-10-19 17:18:18 +08:00
parent 352420b881
commit 37c6560dd6
40 changed files with 40 additions and 40 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@affine/storage",
"version": "0.10.0-canary.1",
"version": "0.10.0-canary.2",
"engines": {
"node": ">= 10.16.0 < 11 || >= 11.8.0"
},