Skip to content

Commit

Permalink
chore: bump version (#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored and pull[bot] committed Jun 5, 2024
1 parent f963bf1 commit 05cb96e
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 72 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"engines": {
"node": ">=16.9.0"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"scripts": {
"preview": "pnpm --filter @blocksuite/playground preview",
"dev": "pnpm --filter @blocksuite/playground dev",
Expand Down Expand Up @@ -100,7 +100,7 @@
]
},
"overrides": {
"typescript": "^5",
"typescript": "^5.2.2",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
Expand Down
1 change: 0 additions & 1 deletion packages/block-std/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@blocksuite/block-std",
"version": "0.8.0",
"description": "Std for blocksuite blocks",
"main": "src/index.ts",
"type": "module",
"repository": "toeverything/blocksuite",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@blocksuite/blocks",
"version": "0.8.0",
"description": "Default BlockSuite editable blocks.",
"main": "src/index.ts",
"type": "module",
"repository": "toeverything/blocksuite",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@blocksuite/editor",
"version": "0.8.0",
"description": "Default BlockSuite-based editor built for AFFiNE.",
"main": "src/index.ts",
"type": "module",
"repository": "toeverything/blocksuite",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@blocksuite/lit",
"version": "0.8.0",
"description": "Lit renderer for blocksuite store",
"main": "src/index.ts",
"type": "module",
"repository": "toeverything/blocksuite",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@blocksuite/store",
"version": "0.8.0",
"description": "BlockSuite data store built for general purpose state management.",
"main": "src/index.ts",
"type": "module",
"repository": "toeverything/blocksuite",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/virgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@blocksuite/virgo",
"version": "0.8.0",
"description": "A micro editor.",
"main": "src/index.ts",
"type": "module",
"repository": "toeverything/blocksuite",
"scripts": {
Expand Down
Loading

0 comments on commit 05cb96e

Please sign in to comment.