diff --git a/.changeset/twelve-olives-fly.md b/.changeset/twelve-olives-fly.md deleted file mode 100644 index 75bb2f92d..000000000 --- a/.changeset/twelve-olives-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use correct handlesuffix for connection lookup in `getHandleConnections` action. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 89c0f5a4c..c612a051f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.45.1 + +### Patch Changes + +- [#1880](https://github.com/bcakmakoglu/vue-flow/pull/1880) [`dd46505`](https://github.com/bcakmakoglu/vue-flow/commit/dd465053faa44119d2759ae3fe8fc58628b85573) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct handlesuffix for connection lookup in `getHandleConnections` action. + ## 1.45.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index a933e937e..1b188e9a2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.45.0", + "version": "1.45.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",