From 883a669219da78030ffffa002a44b242f131e41f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:34:56 +0100 Subject: [PATCH] chore: bump versions (#1756) Co-authored-by: github-actions[bot] --- .changeset/tough-taxis-tan.md | 5 ----- packages/minimap/CHANGELOG.md | 6 ++++++ packages/minimap/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tough-taxis-tan.md diff --git a/.changeset/tough-taxis-tan.md b/.changeset/tough-taxis-tan.md deleted file mode 100644 index 4c2f148e..00000000 --- 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 52078e04..bd4830e6 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 c61903a2..0e387411 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>",