Skip to content

Commit f056e75

Browse files
committed
0.1.24
1 parent 373fff9 commit f056e75

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.24
4+
5+
- Change the BlockNoteEditor to be a type parameter instead, as mismatched
6+
versions were still unhappy due to subclass checks.
7+
38
## 0.1.23
49

510
- Enable passing in the BlockNoteEditor in the useBlockNoteSync hook to avoid

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "support@convex.dev",
88
"url": "https://github.com/get-convex/prosemirror-sync/issues"
99
},
10-
"version": "0.1.23",
10+
"version": "0.1.24",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",

0 commit comments

Comments
 (0)