Skip to content

Commit 28edc69

Browse files
committed
chore(release): publish 0.31.3
1 parent 59341fd commit 28edc69

File tree

16 files changed

+73
-52
lines changed

16 files changed

+73
-52
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.31.3 (2025-06-18)
2+
3+
### 🩹 Fixes
4+
5+
- AI generation with empty document ([#1740](https://github.com/TypeCellOS/BlockNote/pull/1740))
6+
- do not send a welcome email if magic link was used on an account older than a minute ago ([db88fe4aa](https://github.com/TypeCellOS/BlockNote/commit/db88fe4aa))
7+
- AI system messages should always be at start of prompt ([#1741](https://github.com/TypeCellOS/BlockNote/pull/1741))
8+
- Selection clicking editor padding ([#1717](https://github.com/TypeCellOS/BlockNote/pull/1717))
9+
- preserve marks across a shift+enter #1672 ([#1743](https://github.com/TypeCellOS/BlockNote/pull/1743), [#1672](https://github.com/TypeCellOS/BlockNote/issues/1672))
10+
- **ai:** undo-redo after accepting/rejecting changes will undo as expected ([#1752](https://github.com/TypeCellOS/BlockNote/pull/1752))
11+
- **locales:** add translations for some comment strings ([#1764](https://github.com/TypeCellOS/BlockNote/pull/1764))
12+
- **website:** log in bug fixes ([#1742](https://github.com/TypeCellOS/BlockNote/pull/1742))
13+
14+
### ❤️ Thank You
15+
16+
- Matthew Lipski @matthewlipski
17+
- Nick Perez
18+
- Nick the Sick
19+
- Vinicius Fernandes @ViniCleFer
20+
- Yousef
21+
122
## 0.31.2 (2025-06-05)
223

324
### 🩹 Fixes

packages/ariakit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/ariakit"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.31.2",
14+
"version": "0.31.3",
1515
"files": [
1616
"dist",
1717
"types",
@@ -57,8 +57,8 @@
5757
},
5858
"dependencies": {
5959
"@ariakit/react": "^0.4.3",
60-
"@blocknote/core": "0.31.2",
61-
"@blocknote/react": "0.31.2"
60+
"@blocknote/core": "0.31.3",
61+
"@blocknote/react": "0.31.3"
6262
},
6363
"devDependencies": {
6464
"@types/react": "^18.0.25",

packages/code-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"directory": "packages/code-block"
1010
},
1111
"license": "MPL-2.0",
12-
"version": "0.31.2",
12+
"version": "0.31.3",
1313
"files": [
1414
"dist",
1515
"types",
@@ -49,7 +49,7 @@
4949
"test-watch": "vitest watch"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "0.31.2",
52+
"@blocknote/core": "0.31.3",
5353
"@shikijs/core": "^3.2.1",
5454
"@shikijs/engine-javascript": "^3.2.1",
5555
"@shikijs/langs-precompiled": "^3.2.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/core"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.31.2",
14+
"version": "0.31.3",
1515
"files": [
1616
"dist",
1717
"types",

packages/dev-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "packages/dev-scripts"
99
},
1010
"license": "MPL-2.0",
11-
"version": "0.31.2",
11+
"version": "0.31.3",
1212
"description": "",
1313
"type": "module",
1414
"scripts": {

packages/mantine/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/mantine"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.31.2",
14+
"version": "0.31.3",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"clean": "rimraf dist && rimraf types"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.31.2",
60-
"@blocknote/react": "0.31.2",
59+
"@blocknote/core": "0.31.3",
60+
"@blocknote/react": "0.31.3",
6161
"@mantine/core": "^7.10.1",
6262
"@mantine/hooks": "^7.10.1",
6363
"@mantine/utils": "^6.0.21",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/react"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.31.2",
14+
"version": "0.31.3",
1515
"files": [
1616
"dist",
1717
"types",
@@ -58,7 +58,7 @@
5858
"clean": "rimraf dist && rimraf types"
5959
},
6060
"dependencies": {
61-
"@blocknote/core": "0.31.2",
61+
"@blocknote/core": "0.31.3",
6262
"@emoji-mart/data": "^1.2.1",
6363
"@floating-ui/react": "^0.26.4",
6464
"@tiptap/core": "^2.12.0",

packages/server-util/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/server-util"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.31.2",
14+
"version": "0.31.3",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"test-watch": "vitest watch"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.31.2",
60-
"@blocknote/react": "0.31.2",
59+
"@blocknote/core": "0.31.3",
60+
"@blocknote/react": "0.31.3",
6161
"@tiptap/core": "^2.12.0",
6262
"@tiptap/pm": "^2.12.0",
6363
"jsdom": "^25.0.1",

packages/shadcn/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/shadcn"
1212
},
1313
"license": "MPL-2.0",
14-
"version": "0.31.2",
14+
"version": "0.31.3",
1515
"files": [
1616
"dist",
1717
"types",
@@ -56,8 +56,8 @@
5656
"clean": "rimraf dist && rimraf types"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.31.2",
60-
"@blocknote/react": "0.31.2",
59+
"@blocknote/core": "0.31.3",
60+
"@blocknote/react": "0.31.3",
6161
"@hookform/resolvers": "^3.6.0",
6262
"@radix-ui/react-avatar": "^1.1.3",
6363
"@radix-ui/react-dropdown-menu": "^2.0.6",

packages/xl-ai-server/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": "AGPL-3.0 OR PROPRIETARY",
6-
"version": "0.31.2",
6+
"version": "0.31.3",
77
"files": [
88
"dist",
99
"types",

packages/xl-ai/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/xl-ai"
1212
},
1313
"license": "AGPL-3.0 OR PROPRIETARY",
14-
"version": "0.31.2",
14+
"version": "0.31.3",
1515
"files": [
1616
"dist",
1717
"types",
@@ -64,10 +64,10 @@
6464
"email": "email dev"
6565
},
6666
"dependencies": {
67-
"@blocknote/core": "0.31.2",
68-
"@blocknote/mantine": "0.31.2",
67+
"@blocknote/core": "0.31.3",
68+
"@blocknote/mantine": "0.31.3",
6969
"@blocknote/prosemirror-suggest-changes": "^0.1.3",
70-
"@blocknote/react": "0.31.2",
70+
"@blocknote/react": "0.31.3",
7171
"@floating-ui/react": "^0.26.4",
7272
"@tiptap/core": "^2.12.0",
7373
"ai": "^4.3.15",

packages/xl-docx-exporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"directory": "packages/xl-docx-exporter"
1010
},
1111
"license": "AGPL-3.0 OR PROPRIETARY",
12-
"version": "0.31.2",
12+
"version": "0.31.3",
1313
"files": [
1414
"dist",
1515
"types",
@@ -57,7 +57,7 @@
5757
"email": "email dev"
5858
},
5959
"dependencies": {
60-
"@blocknote/core": "0.31.2",
60+
"@blocknote/core": "0.31.3",
6161
"buffer": "^6.0.3",
6262
"docx": "^9.0.2",
6363
"image-meta": "^0.2.1"

packages/xl-multi-column/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"directory": "packages/xl-multi-column"
1010
},
1111
"license": "AGPL-3.0 OR PROPRIETARY",
12-
"version": "0.31.2",
12+
"version": "0.31.3",
1313
"files": [
1414
"dist",
1515
"types",
@@ -51,8 +51,8 @@
5151
"clean": "rimraf dist && rimraf types"
5252
},
5353
"dependencies": {
54-
"@blocknote/core": "0.31.2",
55-
"@blocknote/react": "0.31.2",
54+
"@blocknote/core": "0.31.3",
55+
"@blocknote/react": "0.31.3",
5656
"@tiptap/core": "^2.12.0",
5757
"prosemirror-model": "^1.25.1",
5858
"prosemirror-state": "^1.4.3",

packages/xl-odt-exporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"directory": "packages/xl-odt-exporter"
1010
},
1111
"license": "AGPL-3.0 OR PROPRIETARY",
12-
"version": "0.31.2",
12+
"version": "0.31.3",
1313
"files": [
1414
"dist",
1515
"types",
@@ -57,7 +57,7 @@
5757
"clean": "rimraf dist && rimraf types"
5858
},
5959
"dependencies": {
60-
"@blocknote/core": "0.31.2",
60+
"@blocknote/core": "0.31.3",
6161
"@zip.js/zip.js": "^2.7.57",
6262
"buffer": "^6.0.3",
6363
"image-meta": "^0.2.1"

packages/xl-pdf-exporter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"directory": "packages/xl-pdf-exporter"
1010
},
1111
"license": "AGPL-3.0 OR PROPRIETARY",
12-
"version": "0.31.2",
12+
"version": "0.31.3",
1313
"files": [
1414
"dist",
1515
"types",
@@ -56,8 +56,8 @@
5656
"email": "email dev"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.31.2",
60-
"@blocknote/react": "0.31.2",
59+
"@blocknote/core": "0.31.3",
60+
"@blocknote/react": "0.31.3",
6161
"@react-pdf/renderer": "^4.3.0",
6262
"buffer": "^6.0.3",
6363
"docx": "^9.0.2"

0 commit comments

Comments
 (0)