diff --git a/.changeset/quiet-squids-travel.md b/.changeset/quiet-squids-travel.md deleted file mode 100644 index c44f0e7bef..0000000000 --- a/.changeset/quiet-squids-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@udecode/plate-dnd": patch ---- - -Fix `handleRef` type diff --git a/packages/dnd/CHANGELOG.md b/packages/dnd/CHANGELOG.md index 57a3e0fdec..f1515b444e 100644 --- a/packages/dnd/CHANGELOG.md +++ b/packages/dnd/CHANGELOG.md @@ -1,5 +1,11 @@ # @udecode/plate-dnd +## 31.2.1 + +### Patch Changes + +- [#3078](https://github.com/udecode/plate/pull/3078) by [@zbeyens](https://github.com/zbeyens) – Fix `handleRef` type + ## 31.0.0 ## 30.5.3 diff --git a/packages/dnd/package.json b/packages/dnd/package.json index 86c5378747..1e260fee25 100644 --- a/packages/dnd/package.json +++ b/packages/dnd/package.json @@ -1,6 +1,6 @@ { "name": "@udecode/plate-dnd", - "version": "31.0.0", + "version": "31.2.1", "description": "Drag and drop feature for Plate", "license": "MIT", "homepage": "https://platejs.org",