diff --git a/.changeset/fast-pumas-fail.md b/.changeset/fast-pumas-fail.md deleted file mode 100644 index 7fa86e1da..000000000 --- a/.changeset/fast-pumas-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add missing source and target position values on `GraphEdge` type objects if available diff --git a/.changeset/nervous-dingos-teach.md b/.changeset/nervous-dingos-teach.md deleted file mode 100644 index d3a35a179..000000000 --- a/.changeset/nervous-dingos-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use render fn for node wrapper. Fixes props being hyphanated instead of camelcase when passed to custom components. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5bfd06371..cd39df7b2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.16.3 + +### Patch Changes + +- [#756](https://github.com/bcakmakoglu/vue-flow/pull/756) [`47b03e75`](https://github.com/bcakmakoglu/vue-flow/commit/47b03e757152b7801c28d8eb3373a084bd2a16d8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing source and target position values on `GraphEdge` type objects if available + +- [#759](https://github.com/bcakmakoglu/vue-flow/pull/759) [`35b0a0ac`](https://github.com/bcakmakoglu/vue-flow/commit/35b0a0acef11a1b63690c7490be28fe2ff62643b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use render fn for node wrapper. Fixes props being hyphanated instead of camelcase when passed to custom components. + ## 1.16.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a6158571d..24b278468 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.16.2", + "version": "1.16.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",