Skip to content

Commit

Permalink
chore: release 0.5.4-canary.4
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Apr 20, 2023
1 parent 372377d commit f8d1513
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
5 changes: 3 additions & 2 deletions apps/electron/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -54,5 +54,6 @@
}
]
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.5.0",
"stableVersion": "0.5.3"
}
5 changes: 3 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -73,5 +73,6 @@
"node_modules",
"**/*.spec.ts"
]
}
},
"stableVersion": "0.5.3"
}
4 changes: 3 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@affine/web",
"private": true,
"version": "0.5.4-canary.4",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down Expand Up @@ -71,5 +72,6 @@
"swc-plugin-coverage-instrument": "=0.0.14",
"typescript": "^5.0.4",
"webpack": "^5.79.0"
}
},
"stableVersion": "0.0.0"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AFFiNE",
"version": "0.5.4",
"version": "0.5.4-canary.4",
"private": true,
"author": "toeverything",
"license": "MPL-2.0",
Expand Down Expand Up @@ -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"
}
5 changes: 3 additions & 2 deletions packages/y-indexeddb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.5.2",
"version": "0.5.4-canary.4",
"scripts": {
"build": "vite build"
},
Expand Down Expand Up @@ -34,5 +34,6 @@
},
"peerDependencies": {
"yjs": "^13.5.51"
}
},
"stableVersion": "0.5.2"
}

2 comments on commit f8d1513

@vercel
Copy link

@vercel vercel bot commented on f8d1513 Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f8d1513 Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

affine-storybook – ./packages/component

affine-storybook.vercel.app
affine-storybook-toeverything.vercel.app
affine-storybook-git-master-toeverything.vercel.app

Please sign in to comment.