diff --git a/.changeset/big-keys-sort.md b/.changeset/big-keys-sort.md deleted file mode 100644 index f54883db7..000000000 --- a/.changeset/big-keys-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Always set handle ids (using auto-generated id if none is passed) diff --git a/.changeset/few-ducks-march.md b/.changeset/few-ducks-march.md deleted file mode 100644 index c31fa5e8d..000000000 --- a/.changeset/few-ducks-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -skip connectable for handles unrelated to connected edges diff --git a/.changeset/sweet-hotels-dress.md b/.changeset/sweet-hotels-dress.md deleted file mode 100644 index 6d687a004..000000000 --- a/.changeset/sweet-hotels-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Use all handles, regardless of type, when ConnectionMode is `Loose` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index faefd29d0..451ef9bbe 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.2.2 + +### Patch Changes + +- [#388](https://github.com/bcakmakoglu/vue-flow/pull/388) [`76ad5838`](https://github.com/bcakmakoglu/vue-flow/commit/76ad5838d9cd09df39ebe35e0983605b3443d8d6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Always set handle ids (using auto-generated id if none is passed) + +- [#388](https://github.com/bcakmakoglu/vue-flow/pull/388) [`ffe65636`](https://github.com/bcakmakoglu/vue-flow/commit/ffe65636189b3ff681e629cd6d3933f52be2a04c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - skip connectable for handles unrelated to connected edges + +- [#392](https://github.com/bcakmakoglu/vue-flow/pull/392) [`fcffd492`](https://github.com/bcakmakoglu/vue-flow/commit/fcffd49221a77b0df88183caa4513f9c00bbb660) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use all handles, regardless of type, when ConnectionMode is `Loose` + ## 1.2.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 33bcce9a5..6b6ff664c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.2.1", + "version": "1.2.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",