diff --git a/.changeset/curly-horses-check.md b/.changeset/curly-horses-check.md deleted file mode 100644 index 20756df3..00000000 --- a/.changeset/curly-horses-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use computed properties for edge class and style props diff --git a/.changeset/gold-bugs-protect.md b/.changeset/gold-bugs-protect.md deleted file mode 100644 index d6270b9f..00000000 --- a/.changeset/gold-bugs-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct check if valid connection func was passed diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 25cd6872..5bfd0637 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.16.2 + +### Patch Changes + +- [#751](https://github.com/bcakmakoglu/vue-flow/pull/751) [`060202db`](https://github.com/bcakmakoglu/vue-flow/commit/060202db427cfbed47bff82ee1aeb0d2aa054ecb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use computed properties for edge class and style props + +- [#750](https://github.com/bcakmakoglu/vue-flow/pull/750) [`e799cf6e`](https://github.com/bcakmakoglu/vue-flow/commit/e799cf6e3e660375ce8a1a7340873ab770b3e40e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct check if valid connection func was passed + ## 1.16.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c82f8fa2..a6158571 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.16.1", + "version": "1.16.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",