Skip to content

Commit 8de0dd7

Browse files
committed
v0.18.0
1 parent e20e500 commit 8de0dd7

File tree

12 files changed

+74
-74
lines changed

12 files changed

+74
-74
lines changed

docs/package.json

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

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.17.1"
5+
"version": "0.18.0"
66
}

package-lock.json

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

packages/ariakit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"*.css"
77
],
88
"license": "MPL-2.0",
9-
"version": "0.17.1",
9+
"version": "0.18.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -52,8 +52,8 @@
5252
},
5353
"dependencies": {
5454
"@ariakit/react": "^0.4.3",
55-
"@blocknote/core": "^0.17.1",
56-
"@blocknote/react": "^0.17.1"
55+
"@blocknote/core": "^0.18.0",
56+
"@blocknote/react": "^0.18.0"
5757
},
5858
"devDependencies": {
5959
"@types/react": "^18.0.25",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"*.css"
77
],
88
"license": "MPL-2.0",
9-
"version": "0.17.1",
9+
"version": "0.18.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -80,6 +80,7 @@
8080
"@tiptap/pm": "^2.7.1",
8181
"emoji-mart": "^5.6.0",
8282
"hast-util-from-dom": "^4.2.0",
83+
"prosemirror-highlight": "^0.9.0",
8384
"prosemirror-model": "^1.21.0",
8485
"prosemirror-state": "^1.4.3",
8586
"prosemirror-tables": "^1.6.1",
@@ -93,13 +94,12 @@
9394
"remark-parse": "^10.0.1",
9495
"remark-rehype": "^10.1.0",
9596
"remark-stringify": "^10.0.2",
97+
"shiki": "^1.22.0",
9698
"unified": "^10.1.2",
9799
"uuid": "^8.3.2",
98100
"y-prosemirror": "1.2.12",
99101
"y-protocols": "^1.0.6",
100-
"yjs": "^13.6.15",
101-
"prosemirror-highlight": "^0.9.0",
102-
"shiki": "^1.22.0"
102+
"yjs": "^13.6.15"
103103
},
104104
"devDependencies": {
105105
"@types/emoji-mart": "^3.0.14",

packages/dev-scripts/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": true,
55
"license": "MPL-2.0",
6-
"version": "0.17.1",
6+
"version": "0.18.0",
77
"description": "",
88
"type": "module",
99
"scripts": {

packages/mantine/package.json

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

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"*.css"
77
],
88
"license": "MPL-2.0",
9-
"version": "0.17.1",
9+
"version": "0.18.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -53,7 +53,7 @@
5353
"clean": "rimraf dist && rimraf types"
5454
},
5555
"dependencies": {
56-
"@blocknote/core": "^0.17.1",
56+
"@blocknote/core": "^0.18.0",
5757
"@floating-ui/react": "^0.26.4",
5858
"@tiptap/core": "^2.7.1",
5959
"@tiptap/react": "^2.7.1",

packages/server-util/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"*.css"
77
],
88
"license": "MPL-2.0",
9-
"version": "0.17.1",
9+
"version": "0.18.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -50,8 +50,8 @@
5050
"test-watch": "vitest watch"
5151
},
5252
"dependencies": {
53-
"@blocknote/core": "^0.17.1",
54-
"@blocknote/react": "^0.17.1",
53+
"@blocknote/core": "^0.18.0",
54+
"@blocknote/react": "^0.18.0",
5555
"@tiptap/core": "^2.7.1",
5656
"@tiptap/pm": "^2.7.1",
5757
"jsdom": "^21.1.0",

packages/shadcn/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"*.css"
77
],
88
"license": "MPL-2.0",
9-
"version": "0.17.1",
9+
"version": "0.18.0",
1010
"files": [
1111
"dist",
1212
"types",
@@ -51,8 +51,8 @@
5151
"clean": "rimraf dist && rimraf types"
5252
},
5353
"dependencies": {
54-
"@blocknote/core": "^0.17.1",
55-
"@blocknote/react": "^0.17.1",
54+
"@blocknote/core": "^0.18.0",
55+
"@blocknote/react": "^0.18.0",
5656
"@hookform/resolvers": "^3.6.0",
5757
"@radix-ui/react-dropdown-menu": "^2.0.6",
5858
"@radix-ui/react-label": "^2.0.2",

0 commit comments

Comments
 (0)