Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Jun 6, 2023
1 parent b5aba84 commit ab49216
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blocksuite",
"version": "0.5.0",
"version": "0.6.0",
"//": "ALL_PACKAGES",
"workspaces": [
"packages/blocks",
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/blocks",
"version": "0.5.0",
"version": "0.6.0",
"description": "Default BlockSuite editable blocks.",
"main": "src/index.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/connector",
"version": "0.5.0",
"version": "0.6.0",
"description": "Library for creating orthogonal connectors with pathfinding support",
"main": "src/index.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/docs",
"version": "0.5.0",
"version": "0.6.0",
"description": "BlockSuite documentation",
"private": true,
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/editor",
"version": "0.5.0",
"version": "0.6.0",
"description": "Default BlockSuite-based editor built for AFFiNE.",
"main": "src/index.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/global",
"version": "0.5.0",
"version": "0.6.0",
"types": "./index.d.ts",
"type": "module",
"repository": "toeverything/blocksuite",
Expand Down
2 changes: 1 addition & 1 deletion packages/lit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/lit",
"version": "0.5.0",
"version": "0.6.0",
"description": "Lit renderer for blocksuite store",
"main": "src/index.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/phasor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/phasor",
"version": "0.5.0",
"version": "0.6.0",
"description": "Hybrid canvas renderer.",
"main": "src/index.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blocksuite/playground",
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"repository": "toeverything/blocksuite",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/store",
"version": "0.5.0",
"version": "0.6.0",
"description": "BlockSuite data store built for general purpose state management.",
"main": "src/index.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/virgo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/virgo",
"version": "0.5.0",
"version": "0.6.0",
"description": "A micro editor.",
"main": "src/index.ts",
"type": "module",
Expand Down

2 comments on commit ab49216

@vercel
Copy link

@vercel vercel bot commented on ab49216 Jun 6, 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:

blocksuite – ./packages/playground

blocksuite-five.vercel.app
blocksuite-toeverything.vercel.app
blocksuite-git-master-toeverything.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ab49216 Jun 6, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.