Skip to content

Commit bb3f160

Browse files
authored
fix bug in removing attachments (#170)
* fix bug in removing attachments * add changeset * prettier * upgrade deps * upgrade test suite * fix removeFigure function * fix removeFigure function * prettier
1 parent 7b52af1 commit bb3f160

File tree

11 files changed

+398
-653
lines changed

11 files changed

+398
-653
lines changed

.changeset/red-brooms-scream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rhino-editor": patch
3+
---
4+
5+
Fixed a bug with removing attachments

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@hotwired/turbo": "^7.3.0",
2525
"@konnorr/bridgetown-quick-search": "^3.8.0",
2626
"@shoelace-style/shoelace": "^2.12.0",
27-
"@tiptap/extension-character-count": "~2.1.7",
28-
"@tiptap/extension-code-block-lowlight": "~2.1.7",
27+
"@tiptap/extension-character-count": "~2.3.0",
28+
"@tiptap/extension-code-block-lowlight": "~2.3.0",
2929
"bridgetown-quick-search": "2.0.0",
3030
"linkifyjs": "^4.1.1",
3131
"lowlight": "^3.1.0",

0 commit comments

Comments
 (0)