Skip to content

Commit

Permalink
v0.7.0-canary.3
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed May 31, 2023
1 parent d5debc0 commit 4c9bda1
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 20 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.7.0-canary.2",
"version": "0.7.0-canary.3",
"author": "affine",
"repository": {
"url": "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.7.0-canary.2",
"version": "0.7.0-canary.3",
"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.7.0-canary.2",
"version": "0.7.0-canary.3",
"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.7.0-canary.2",
"version": "0.7.0-canary.3",
"private": true,
"author": "toeverything",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"dependencies": {
"dotenv": "^16.0.3"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
"wait-on": "^7.0.1",
"yjs": "^13.6.1"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"devDependencies": {
"@types/debug": "^4.1.8"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"@toeverything/plugin-infra": "workspace:*",
"lit": "^2.7.4"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affine/graphql",
"version": "0.7.0-canary.2",
"version": "0.7.0-canary.3",
"description": "Autogenerated GraphQL client for affine.pro",
"license": "MPL-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"./*": "./src/*"
},
"private": true,
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/jotai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"@blocksuite/store": "*",
"lottie-web": "*"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"test": "cross-env TS_NODE_TRANSPILE_ONLY=1 TS_NODE_PROJECT=./tsconfig.json node --test --loader ts-node/esm --experimental-specifier-resolution=node ./__tests__/**/*.mts",
"version": "napi version"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
3 changes: 2 additions & 1 deletion packages/plugin-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"jotai": "*",
"react": "*",
"react-dom": "*"
}
},
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"exports": {
"./*.md": "./src/*.md"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion packages/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"next": "=13.4.2",
"ws": "^8.13.0"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
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.7.0-canary.2",
"version": "0.7.0-canary.3",
"scripts": {
"build": "vite build"
},
Expand Down
3 changes: 2 additions & 1 deletion plugins/copilot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
},
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion tests/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"exports": {
"./*": "./*"
},
"version": "0.7.0-canary.2"
"version": "0.7.0-canary.3"
}
2 changes: 1 addition & 1 deletion tests/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@affine-test/kit",
"private": true,
"version": "0.7.0-canary.2",
"version": "0.7.0-canary.3",
"exports": {
"./playwright": "./playwright.ts"
},
Expand Down

2 comments on commit 4c9bda1

@vercel
Copy link

@vercel vercel bot commented on 4c9bda1 May 31, 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 4c9bda1 May 31, 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
storybook.affine.pro
affine-storybook-git-master-toeverything.vercel.app
affine-storybook.vercel.app

Please sign in to comment.