chore: release 0.5.4-canary.4

This commit is contained in:
himself65 2023-04-20 03:34:00 -05:00
parent 372377dd6b
commit f8d1513bb6
5 changed files with 15 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@affine/electron",
"private": true,
"version": "0.5.3",
"version": "0.5.4-canary.4",
"author": "affine",
"description": "AFFiNE App",
"homepage": "https://github.com/toeverything/AFFiNE",
@ -54,5 +54,6 @@
}
]
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.5.0",
"stableVersion": "0.5.3"
}

View File

@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.5.3",
"version": "0.5.4-canary.4",
"description": "Affine Node.js server",
"type": "module",
"bin": {
@ -73,5 +73,6 @@
"node_modules",
"**/*.spec.ts"
]
}
},
"stableVersion": "0.5.3"
}

View File

@ -1,6 +1,7 @@
{
"name": "@affine/web",
"private": true,
"version": "0.5.4-canary.4",
"scripts": {
"dev": "next dev",
"build": "next build",
@ -71,5 +72,6 @@
"swc-plugin-coverage-instrument": "=0.0.14",
"typescript": "^5.0.4",
"webpack": "^5.79.0"
}
},
"stableVersion": "0.0.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "AFFiNE",
"version": "0.5.4",
"version": "0.5.4-canary.4",
"private": true,
"author": "toeverything",
"license": "MPL-2.0",
@ -86,5 +86,6 @@
"idb": "^7.1.1",
"@emotion/cache": "^11.10.7"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.5.0",
"stableVersion": "0.5.4"
}

View File

@ -1,7 +1,7 @@
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.5.2",
"version": "0.5.4-canary.4",
"scripts": {
"build": "vite build"
},
@ -34,5 +34,6 @@
},
"peerDependencies": {
"yjs": "^13.5.51"
}
},
"stableVersion": "0.5.2"
}