diff --git a/apps/electron/package.json b/apps/electron/package.json index 33d42b860b..484f728d57 100644 --- a/apps/electron/package.json +++ b/apps/electron/package.json @@ -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", diff --git a/apps/server/package.json b/apps/server/package.json index 0bf0f4aac8..20173890ea 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -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": { diff --git a/apps/web/package.json b/apps/web/package.json index a841f363c6..f4f797f915 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -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", diff --git a/package.json b/package.json index f2441e7052..0b63ef028b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/y-indexeddb/package.json b/packages/y-indexeddb/package.json index 2d816efe30..b4aa5d2f3a 100644 --- a/packages/y-indexeddb/package.json +++ b/packages/y-indexeddb/package.json @@ -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" },