diff --git a/.changeset/tough-taxis-tan.md b/.changeset/tough-taxis-tan.md deleted file mode 100644 index 4c2f148e2..000000000 --- a/.changeset/tough-taxis-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": patch ---- - -Bind attributes to minimap node elements. diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index 52078e043..bd4830e61 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.5.2 + +### Patch Changes + +- [#1754](https://github.com/bcakmakoglu/vue-flow/pull/1754) [`a3870b8`](https://github.com/bcakmakoglu/vue-flow/commit/a3870b85e0c61512f4f5f9ac287536dbe9c720dd) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Bind attributes to minimap node elements. + ## 1.5.1 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index c61903a25..0e387411b 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.5.1", + "version": "1.5.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",