Skip to content

Commit 040b4c5

Browse files
committed
chore(release): publish 0.29.0
1 parent f877c89 commit 040b4c5

File tree

13 files changed

+30
-12
lines changed

13 files changed

+30
-12
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.29.0 (2025-04-17)
2+
3+
### 🚀 Features
4+
5+
- `change` event allows getting a list of the block changed ([#1585](https://github.com/TypeCellOS/BlockNote/pull/1585))
6+
7+
### 🩹 Fixes
8+
9+
- allow opening another suggestion menu if another is triggered #1473 ([#1591](https://github.com/TypeCellOS/BlockNote/pull/1591), [#1473](https://github.com/TypeCellOS/BlockNote/issues/1473))
10+
- add quote to schema ([aa16b15fe](https://github.com/TypeCellOS/BlockNote/commit/aa16b15fe))
11+
- update y-prosemirror to fix #1462 ([#1608](https://github.com/TypeCellOS/BlockNote/pull/1608), [#1462](https://github.com/TypeCellOS/BlockNote/issues/1462))
12+
- dispatch suggestion menu as a separate transaction ([#1614](https://github.com/TypeCellOS/BlockNote/pull/1614))
13+
14+
### ❤️ Thank You
15+
16+
- Nick Perez
17+
- Nick the Sick
18+
119
## 0.28.0 (2025-04-07)
220

321
### 🚀 Features

packages/ariakit/package.json

+1-1
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.28.0",
14+
"version": "0.29.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/code-block/package.json

+1-1
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.28.0",
12+
"version": "0.29.0",
1313
"files": [
1414
"dist",
1515
"types",

packages/core/package.json

+1-1
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.28.0",
14+
"version": "0.29.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/dev-scripts/package.json

+1-1
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.28.0",
11+
"version": "0.29.0",
1212
"description": "",
1313
"type": "module",
1414
"scripts": {

packages/mantine/package.json

+1-1
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.28.0",
14+
"version": "0.29.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/react/package.json

+1-1
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.28.0",
14+
"version": "0.29.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/server-util/package.json

+1-1
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.28.0",
14+
"version": "0.29.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/shadcn/package.json

+1-1
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.28.0",
14+
"version": "0.29.0",
1515
"files": [
1616
"dist",
1717
"types",

packages/xl-docx-exporter/package.json

+1-1
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.28.0",
12+
"version": "0.29.0",
1313
"files": [
1414
"dist",
1515
"types",

packages/xl-multi-column/package.json

+1-1
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.28.0",
12+
"version": "0.29.0",
1313
"files": [
1414
"dist",
1515
"types",

packages/xl-odt-exporter/package.json

+1-1
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.28.0",
12+
"version": "0.29.0",
1313
"files": [
1414
"dist",
1515
"types",

packages/xl-pdf-exporter/package.json

+1-1
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.28.0",
12+
"version": "0.29.0",
1313
"files": [
1414
"dist",
1515
"types",

0 commit comments

Comments
 (0)