Skip to content

Commit c48248e

Browse files
committed
v0.19.0
1 parent 2b5287b commit c48248e

File tree

16 files changed

+109
-109
lines changed

16 files changed

+109
-109
lines changed

docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,12 +9,12 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@blocknote/ariakit": "^0.18.1",
13-
"@blocknote/core": "^0.18.0",
14-
"@blocknote/mantine": "^0.18.1",
15-
"@blocknote/react": "^0.18.1",
16-
"@blocknote/shadcn": "^0.18.1",
17-
"@blocknote/xl-multi-column": "^0.18.1",
12+
"@blocknote/ariakit": "^0.19.0",
13+
"@blocknote/core": "^0.19.0",
14+
"@blocknote/mantine": "^0.19.0",
15+
"@blocknote/react": "^0.19.0",
16+
"@blocknote/shadcn": "^0.19.0",
17+
"@blocknote/xl-multi-column": "^0.19.0",
1818
"@headlessui/react": "^1.7.18",
1919
"@heroicons/react": "^2.1.4",
2020
"@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.18.1"
5+
"version": "0.19.0"
66
}

package-lock.json

+48-48
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
@@ -6,7 +6,7 @@
66
"*.css"
77
],
88
"license": "MPL-2.0",
9-
"version": "0.18.1",
9+
"version": "0.19.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -51,8 +51,8 @@
5151
},
5252
"dependencies": {
5353
"@ariakit/react": "^0.4.3",
54-
"@blocknote/core": "^0.18.0",
55-
"@blocknote/react": "^0.18.1"
54+
"@blocknote/core": "^0.19.0",
55+
"@blocknote/react": "^0.19.0"
5656
},
5757
"devDependencies": {
5858
"@types/react": "^18.0.25",

packages/core/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.18.1",
9+
"version": "0.19.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -79,13 +79,13 @@
7979
"@tiptap/pm": "^2.7.1",
8080
"emoji-mart": "^5.6.0",
8181
"hast-util-from-dom": "^4.2.0",
82-
"prosemirror-model": "^1.23.0",
82+
"prosemirror-dropcursor": "^1.8.1",
8383
"prosemirror-highlight": "^0.9.0",
84+
"prosemirror-model": "^1.23.0",
8485
"prosemirror-state": "^1.4.3",
8586
"prosemirror-tables": "^1.6.1",
8687
"prosemirror-transform": "^1.9.0",
8788
"prosemirror-view": "^1.33.7",
88-
"prosemirror-dropcursor": "^1.8.1",
8989
"rehype-format": "^5.0.0",
9090
"rehype-parse": "^8.0.4",
9191
"rehype-remark": "^9.1.2",

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.18.0",
6+
"version": "0.19.0",
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.18.1",
9+
"version": "0.19.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -50,8 +50,8 @@
5050
"clean": "rimraf dist && rimraf types"
5151
},
5252
"dependencies": {
53-
"@blocknote/core": "^0.18.0",
54-
"@blocknote/react": "^0.18.1",
53+
"@blocknote/core": "^0.19.0",
54+
"@blocknote/react": "^0.19.0",
5555
"@mantine/core": "^7.10.1",
5656
"@mantine/hooks": "^7.10.1",
5757
"@mantine/utils": "^6.0.21",

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"*.css"
77
],
88
"license": "MPL-2.0",
9-
"version": "0.18.1",
9+
"version": "0.19.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -52,7 +52,7 @@
5252
"clean": "rimraf dist && rimraf types"
5353
},
5454
"dependencies": {
55-
"@blocknote/core": "^0.18.0",
55+
"@blocknote/core": "^0.19.0",
5656
"@floating-ui/react": "^0.26.4",
5757
"@tiptap/core": "^2.7.1",
5858
"@tiptap/react": "^2.7.1",

packages/server-util/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.18.1",
9+
"version": "0.19.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -50,8 +50,8 @@
5050
"test-watch": "vitest watch"
5151
},
5252
"dependencies": {
53-
"@blocknote/core": "^0.18.0",
54-
"@blocknote/react": "^0.18.1",
53+
"@blocknote/core": "^0.19.0",
54+
"@blocknote/react": "^0.19.0",
5555
"@tiptap/core": "^2.7.1",
5656
"@tiptap/pm": "^2.7.1",
5757
"jsdom": "^25.0.1",

packages/shadcn/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.18.1",
9+
"version": "0.19.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -50,8 +50,8 @@
5050
"clean": "rimraf dist && rimraf types"
5151
},
5252
"dependencies": {
53-
"@blocknote/core": "^0.18.0",
54-
"@blocknote/react": "^0.18.1",
53+
"@blocknote/core": "^0.19.0",
54+
"@blocknote/react": "^0.19.0",
5555
"@hookform/resolvers": "^3.6.0",
5656
"@radix-ui/react-dropdown-menu": "^2.0.6",
5757
"@radix-ui/react-label": "^2.0.2",

0 commit comments

Comments
 (0)