Skip to content

Commit

Permalink
v0.5.4-canary.6
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Apr 20, 2023
1 parent b38b01f commit c4e90f2
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 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.4-0",
"version": "0.5.4-canary.6",
"author": "affine",
"description": "AFFiNE App",
"homepage": "https://github.com/toeverything/AFFiNE",
Expand Down
2 changes: 1 addition & 1 deletion 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.4-0",
"version": "0.5.4-canary.6",
"description": "Affine Node.js server",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@affine/web",
"private": true,
"version": "0.0.1-0",
"version": "0.5.4-canary.6",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AFFiNE",
"version": "0.5.5-0",
"version": "0.5.4-canary.6",
"private": true,
"author": "toeverything",
"license": "MPL-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
},
"dependencies": {
"dotenv": "^16.0.3"
}
},
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@
"vite": "^4.2.1",
"wait-on": "^7.0.1",
"yjs": "^13.5.52"
}
},
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
},
"devDependencies": {
"@types/debug": "^4.1.7"
}
},
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
},
"dependencies": {
"lit": "^2.7.2"
}
},
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"exports": {
"./*": "./src/*"
},
"private": true
"private": true,
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
},
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/jotai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"@blocksuite/global": "*",
"@blocksuite/store": "*",
"lottie-web": "*"
}
},
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/octobase-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"build:debug": "napi build --platform",
"universal": "napi universal",
"version": "napi version"
}
},
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"sideEffect": false,
"exports": {
"./*.md": "./src/*.md"
}
},
"version": "0.5.4-canary.6"
}
3 changes: 2 additions & 1 deletion packages/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"devDependencies": {
"@types/ws": "^8.5.4",
"ws": "^8.13.0"
}
},
"version": "0.5.4-canary.6"
}
2 changes: 1 addition & 1 deletion 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.3-0",
"version": "0.5.4-canary.6",
"scripts": {
"build": "vite build"
},
Expand Down
3 changes: 2 additions & 1 deletion tests/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "@affine-test/fixtures",
"exports": {
"./*": "./*"
}
},
"version": "0.5.4-canary.6"
}

2 comments on commit c4e90f2

@vercel
Copy link

@vercel vercel bot commented on c4e90f2 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 c4e90f2 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-toeverything.vercel.app
affine-storybook.vercel.app
affine-storybook-git-master-toeverything.vercel.app

Please sign in to comment.