Skip to content

Commit fe37d2c

Browse files
committed
v0.12.3
1 parent a2fc6d2 commit fe37d2c

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@blocknote/core": "^0.12.1",
13-
"@blocknote/react": "^0.12.2",
12+
"@blocknote/core": "^0.12.3",
13+
"@blocknote/react": "^0.12.3",
1414
"@headlessui/react": "^1.7.18",
1515
"@mantine/core": "^7.5.0",
1616
"@next/bundle-analyzer": "^14.1.0",

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

package-lock.json

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

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

packages/react/package.json

Lines changed: 2 additions & 2 deletions
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.12.2",
6+
"version": "0.12.3",
77
"files": [
88
"dist",
99
"types",
@@ -50,7 +50,7 @@
5050
"clean": "rimraf dist && rimraf types"
5151
},
5252
"dependencies": {
53-
"@blocknote/core": "^0.12.1",
53+
"@blocknote/core": "^0.12.3",
5454
"@floating-ui/react": "^0.26.4",
5555
"@mantine/core": "^7.5.0",
5656
"@mantine/hooks": "^7.5.0",

playground/package.json

Lines changed: 3 additions & 3 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.12.2",
4+
"version": "0.12.3",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",
@@ -10,8 +10,8 @@
1010
"clean": "rimraf dist"
1111
},
1212
"dependencies": {
13-
"@blocknote/core": "^0.12.1",
14-
"@blocknote/react": "^0.12.2",
13+
"@blocknote/core": "^0.12.3",
14+
"@blocknote/react": "^0.12.3",
1515
"@liveblocks/client": "^1.10.0",
1616
"@liveblocks/yjs": "^1.10.0",
1717
"@mantine/core": "^7.5.0",

tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocknote/tests",
33
"private": true,
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"scripts": {
66
"build": "tsc",
77
"lint": "eslint src --max-warnings 0",
@@ -16,8 +16,8 @@
1616
"react-dom": "^18.2.0"
1717
},
1818
"devDependencies": {
19-
"@blocknote/core": "^0.12.1",
20-
"@blocknote/react": "^0.12.2",
19+
"@blocknote/core": "^0.12.3",
20+
"@blocknote/react": "^0.12.3",
2121
"@playwright/experimental-ct-react": "^1.42.1",
2222
"@playwright/test": "^1.42.1",
2323
"eslint": "^8.10.0",

0 commit comments

Comments
 (0)