Skip to content

Commit 5680752

Browse files
committed
v0.15.1
1 parent 8678425 commit 5680752

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": false,
44
"useWorkspaces": true,
5-
"version": "0.15.0"
5+
"version": "0.15.1"
66
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/TypeCellOS/BlockNote",
44
"private": false,
55
"license": "MPL-2.0",
6-
"version": "0.15.0",
6+
"version": "0.15.1",
77
"files": [
88
"dist",
99
"types",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocknote/example-editor",
33
"private": true,
4-
"version": "0.15.0",
4+
"version": "0.15.1",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",
@@ -16,7 +16,7 @@
1616
"@blocknote/core": "^0.15.0",
1717
"@blocknote/mantine": "^0.15.0",
1818
"@blocknote/react": "^0.15.0",
19-
"@blocknote/server-util": "^0.15.0",
19+
"@blocknote/server-util": "^0.15.1",
2020
"@blocknote/shadcn": "^0.15.0",
2121
"@liveblocks/client": "^1.10.0",
2222
"@liveblocks/yjs": "^1.10.0",

0 commit comments

Comments
 (0)