Skip to content

Commit 34c2039

Browse files
committed
v0.15.3
1 parent 983bc65 commit 34c2039

File tree

12 files changed

+71
-71
lines changed

12 files changed

+71
-71
lines changed

docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,11 +9,11 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@blocknote/ariakit": "^0.15.2",
13-
"@blocknote/core": "^0.15.2",
14-
"@blocknote/mantine": "^0.15.2",
15-
"@blocknote/react": "^0.15.2",
16-
"@blocknote/shadcn": "^0.15.2",
12+
"@blocknote/ariakit": "^0.15.3",
13+
"@blocknote/core": "^0.15.3",
14+
"@blocknote/mantine": "^0.15.3",
15+
"@blocknote/react": "^0.15.3",
16+
"@blocknote/shadcn": "^0.15.3",
1717
"@headlessui/react": "^1.7.18",
1818
"@heroicons/react": "^2.1.4",
1919
"@mantine/core": "^7.10.1",

lerna.json

+1-1
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.2"
5+
"version": "0.15.3"
66
}

package-lock.json

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ariakit/package.json

+3-3
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.2",
6+
"version": "0.15.3",
77
"files": [
88
"dist",
99
"types",
@@ -49,8 +49,8 @@
4949
},
5050
"dependencies": {
5151
"@ariakit/react": "^0.4.3",
52-
"@blocknote/core": "^0.15.2",
53-
"@blocknote/react": "^0.15.2",
52+
"@blocknote/core": "^0.15.3",
53+
"@blocknote/react": "^0.15.3",
5454
"react": "^18",
5555
"react-dom": "^18"
5656
},

packages/core/package.json

+1-1
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.2",
6+
"version": "0.15.3",
77
"files": [
88
"dist",
99
"types",

packages/dev-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/TypeCellOS/BlockNote",
44
"private": true,
55
"license": "MPL-2.0",
6-
"version": "0.15.2",
6+
"version": "0.15.3",
77
"description": "",
88
"type": "module",
99
"scripts": {

packages/mantine/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"*.css"
77
],
88
"license": "MPL-2.0",
9-
"version": "0.15.2",
9+
"version": "0.15.3",
1010
"files": [
1111
"dist",
1212
"types",
@@ -51,8 +51,8 @@
5151
"clean": "rimraf dist && rimraf types"
5252
},
5353
"dependencies": {
54-
"@blocknote/core": "^0.15.2",
55-
"@blocknote/react": "^0.15.2",
54+
"@blocknote/core": "^0.15.3",
55+
"@blocknote/react": "^0.15.3",
5656
"@mantine/core": "^7.10.1",
5757
"@mantine/hooks": "^7.10.1",
5858
"@mantine/utils": "^6.0.21",

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": false,
55
"sideEffects": false,
66
"license": "MPL-2.0",
7-
"version": "0.15.2",
7+
"version": "0.15.3",
88
"files": [
99
"dist",
1010
"types",
@@ -51,7 +51,7 @@
5151
"clean": "rimraf dist && rimraf types"
5252
},
5353
"dependencies": {
54-
"@blocknote/core": "^0.15.2",
54+
"@blocknote/core": "^0.15.3",
5555
"@floating-ui/react": "^0.26.4",
5656
"@tiptap/core": "^2.5.0",
5757
"@tiptap/react": "^2.5.0",

packages/server-util/package.json

+3-3
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.2",
6+
"version": "0.15.3",
77
"files": [
88
"dist",
99
"types",
@@ -47,8 +47,8 @@
4747
"test-watch": "vitest watch"
4848
},
4949
"dependencies": {
50-
"@blocknote/core": "^0.15.2",
51-
"@blocknote/react": "^0.15.2",
50+
"@blocknote/core": "^0.15.3",
51+
"@blocknote/react": "^0.15.3",
5252
"@tiptap/core": "^2.5.0",
5353
"@tiptap/pm": "^2.5.0",
5454
"jsdom": "^21.1.0",

packages/shadcn/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": false,
55
"sideEffects": false,
66
"license": "MPL-2.0",
7-
"version": "0.15.2",
7+
"version": "0.15.3",
88
"files": [
99
"dist",
1010
"types",
@@ -49,8 +49,8 @@
4949
"clean": "rimraf dist && rimraf types"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "^0.15.2",
53-
"@blocknote/react": "^0.15.2",
52+
"@blocknote/core": "^0.15.3",
53+
"@blocknote/react": "^0.15.3",
5454
"@hookform/resolvers": "^3.6.0",
5555
"@radix-ui/react-dropdown-menu": "^2.0.6",
5656
"@radix-ui/react-label": "^2.0.2",

playground/package.json

+7-7
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.2",
4+
"version": "0.15.3",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",
@@ -12,12 +12,12 @@
1212
"dependencies": {
1313
"@aws-sdk/client-s3": "^3.609.0",
1414
"@aws-sdk/s3-request-presigner": "^3.609.0",
15-
"@blocknote/ariakit": "^0.15.2",
16-
"@blocknote/core": "^0.15.2",
17-
"@blocknote/mantine": "^0.15.2",
18-
"@blocknote/react": "^0.15.2",
19-
"@blocknote/server-util": "^0.15.2",
20-
"@blocknote/shadcn": "^0.15.2",
15+
"@blocknote/ariakit": "^0.15.3",
16+
"@blocknote/core": "^0.15.3",
17+
"@blocknote/mantine": "^0.15.3",
18+
"@blocknote/react": "^0.15.3",
19+
"@blocknote/server-util": "^0.15.3",
20+
"@blocknote/shadcn": "^0.15.3",
2121
"@liveblocks/client": "^1.10.0",
2222
"@liveblocks/yjs": "^1.10.0",
2323
"@mantine/core": "^7.10.1",

tests/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocknote/tests",
33
"private": true,
4-
"version": "0.15.2",
4+
"version": "0.15.3",
55
"scripts": {
66
"build": "tsc",
77
"lint": "eslint src --max-warnings 0",
@@ -17,11 +17,11 @@
1717
"react-dom": "^18.3.1"
1818
},
1919
"devDependencies": {
20-
"@blocknote/ariakit": "^0.15.2",
21-
"@blocknote/core": "^0.15.2",
22-
"@blocknote/mantine": "^0.15.2",
23-
"@blocknote/react": "^0.15.2",
24-
"@blocknote/shadcn": "^0.15.2",
20+
"@blocknote/ariakit": "^0.15.3",
21+
"@blocknote/core": "^0.15.3",
22+
"@blocknote/mantine": "^0.15.3",
23+
"@blocknote/react": "^0.15.3",
24+
"@blocknote/shadcn": "^0.15.3",
2525
"@playwright/experimental-ct-react": "^1.42.1",
2626
"@playwright/test": "^1.42.1",
2727
"eslint": "^8.10.0",

0 commit comments

Comments
 (0)