Skip to content

Commit

Permalink
v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski committed Mar 15, 2024
1 parent 7d2ff32 commit 733b53b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.12.1",
"version": "0.12.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@blocknote/core": "^0.12.1",
"@blocknote/react": "^0.12.1",
"@blocknote/react": "^0.12.2",
"@headlessui/react": "^1.7.18",
"@mantine/core": "^7.5.0",
"@next/bundle-analyzer": "^14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"useWorkspaces": true,
"version": "0.12.1"
"version": "0.12.2"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": false,
"license": "MPL-2.0",
"version": "0.12.1",
"version": "0.12.2",
"files": [
"dist",
"types",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blocknote/example-editor",
"private": true,
"version": "0.12.1",
"version": "0.12.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@blocknote/core": "^0.12.1",
"@blocknote/react": "^0.12.1",
"@blocknote/react": "^0.12.2",
"@liveblocks/client": "^1.10.0",
"@liveblocks/yjs": "^1.10.0",
"@mantine/core": "^7.5.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blocknote/tests",
"private": true,
"version": "0.12.1",
"version": "0.12.2",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@blocknote/core": "^0.12.1",
"@blocknote/react": "^0.12.1",
"@blocknote/react": "^0.12.2",
"@playwright/experimental-ct-react": "^1.42.1",
"@playwright/test": "^1.42.1",
"eslint": "^8.10.0",
Expand Down

0 comments on commit 733b53b

Please sign in to comment.