Skip to content

Commit 1d4d4ff

Browse files
committed
v0.13.1
1 parent 1fb427a commit 1d4d4ff

File tree

10 files changed

+47
-47
lines changed

10 files changed

+47
-47
lines changed

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,11 +9,11 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@blocknote/ariakit": "^0.13.0",
12+
"@blocknote/ariakit": "^0.13.1",
1313
"@blocknote/core": "^0.13.0",
14-
"@blocknote/mantine": "^0.13.0",
15-
"@blocknote/react": "^0.13.0",
16-
"@blocknote/shadcn": "^0.13.0",
14+
"@blocknote/mantine": "^0.13.1",
15+
"@blocknote/react": "^0.13.1",
16+
"@blocknote/shadcn": "^0.13.1",
1717
"@headlessui/react": "^1.7.18",
1818
"@mantine/core": "^7.7.1",
1919
"@next/bundle-analyzer": "^14.1.0",

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

package-lock.json

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

packages/ariakit/package.json

+2-2
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.13.0",
6+
"version": "0.13.1",
77
"files": [
88
"dist",
99
"types",
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@ariakit/react": "^0.4.3",
5252
"@blocknote/core": "^0.13.0",
53-
"@blocknote/react": "^0.13.0",
53+
"@blocknote/react": "^0.13.1",
5454
"react": "^18",
5555
"react-dom": "^18"
5656
},

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.13.0",
6+
"version": "0.13.1",
77
"description": "",
88
"type": "module",
99
"scripts": {

packages/mantine/package.json

+2-2
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.13.0",
6+
"version": "0.13.1",
77
"files": [
88
"dist",
99
"types",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@blocknote/core": "^0.13.0",
52-
"@blocknote/react": "^0.13.0",
52+
"@blocknote/react": "^0.13.1",
5353
"@mantine/core": "^7.5.0",
5454
"@mantine/hooks": "^7.5.0",
5555
"@mantine/utils": "^6.0.21",

packages/react/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.13.0",
6+
"version": "0.13.1",
77
"files": [
88
"dist",
99
"types",

packages/shadcn/package.json

+2-2
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.13.0",
6+
"version": "0.13.1",
77
"files": [
88
"dist",
99
"types",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@blocknote/core": "^0.13.0",
52-
"@blocknote/react": "^0.13.0",
52+
"@blocknote/react": "^0.13.1",
5353
"@hookform/resolvers": "^3.3.4",
5454
"@radix-ui/react-dropdown-menu": "^2.0.6",
5555
"@radix-ui/react-label": "^2.0.2",

playground/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocknote/example-editor",
33
"private": true,
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",
@@ -10,11 +10,11 @@
1010
"clean": "rimraf dist"
1111
},
1212
"dependencies": {
13-
"@blocknote/ariakit": "^0.13.0",
13+
"@blocknote/ariakit": "^0.13.1",
1414
"@blocknote/core": "^0.13.0",
15-
"@blocknote/mantine": "^0.13.0",
16-
"@blocknote/react": "^0.13.0",
17-
"@blocknote/shadcn": "^0.13.0",
15+
"@blocknote/mantine": "^0.13.1",
16+
"@blocknote/react": "^0.13.1",
17+
"@blocknote/shadcn": "^0.13.1",
1818
"@liveblocks/client": "^1.10.0",
1919
"@liveblocks/yjs": "^1.10.0",
2020
"@mantine/core": "^7.7.1",

tests/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocknote/tests",
33
"private": true,
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"scripts": {
66
"build": "tsc",
77
"lint": "eslint src --max-warnings 0",
@@ -16,11 +16,11 @@
1616
"react-dom": "^18.2.0"
1717
},
1818
"devDependencies": {
19-
"@blocknote/ariakit": "^0.13.0",
19+
"@blocknote/ariakit": "^0.13.1",
2020
"@blocknote/core": "^0.13.0",
21-
"@blocknote/mantine": "^0.13.0",
22-
"@blocknote/react": "^0.13.0",
23-
"@blocknote/shadcn": "^0.13.0",
21+
"@blocknote/mantine": "^0.13.1",
22+
"@blocknote/react": "^0.13.1",
23+
"@blocknote/shadcn": "^0.13.1",
2424
"@playwright/experimental-ct-react": "^1.42.1",
2525
"@playwright/test": "^1.42.1",
2626
"eslint": "^8.10.0",

0 commit comments

Comments
 (0)