Skip to content

Commit a0608f8

Browse files
chore(master): release 1.6.3 (#263)
1 parent 8e7287c commit a0608f8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.6.3](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.2...v1.6.3) (2025-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* disable resizing when the editor view is uneditable ([#261](https://github.com/ProseMirror/prosemirror-tables/issues/261)) ([8e7287c](https://github.com/ProseMirror/prosemirror-tables/commit/8e7287cfa47bab0da9a9e38cd9f65c7ece95d67d))
9+
310
## [1.6.2](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.1...v1.6.2) (2024-12-24)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosemirror-tables",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"packageManager": "[email protected]",
55
"description": "ProseMirror's rowspan/colspan tables component",
66
"type": "module",

0 commit comments

Comments
 (0)