diff --git a/.changeset/clever-countries-hammer.md b/.changeset/clever-countries-hammer.md deleted file mode 100644 index 0c70aa0b..00000000 --- a/.changeset/clever-countries-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use `Object.assign` when parsing node to avoid mutating the original object. diff --git a/.changeset/healthy-pandas-return.md b/.changeset/healthy-pandas-return.md deleted file mode 100644 index 789ef9ce..00000000 --- a/.changeset/healthy-pandas-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/pathfinding-edge": patch ---- - -Fix wrong package entries in `package.json` for pathfinding edge diff --git a/.changeset/thirty-lions-tickle.md b/.changeset/thirty-lions-tickle.md deleted file mode 100644 index 8a2d1f88..00000000 --- a/.changeset/thirty-lions-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix non-passive wheel event listener violation diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 15290943..8a0ecf2b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.16.5 + +### Patch Changes + +- [#780](https://github.com/bcakmakoglu/vue-flow/pull/780) [`cdaf1e99`](https://github.com/bcakmakoglu/vue-flow/commit/cdaf1e993ad3328f2659a4781214914ee78683bf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `Object.assign` when parsing node to avoid mutating the original object. + +- [#770](https://github.com/bcakmakoglu/vue-flow/pull/770) [`f88faac7`](https://github.com/bcakmakoglu/vue-flow/commit/f88faac7d2849c596121519b5b417270f9cdfc3d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix non-passive wheel event listener violation + ## 1.16.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ba6623fe..29a322f2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.16.4", + "version": "1.16.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/pathfinding-edge/CHANGELOG.md b/packages/pathfinding-edge/CHANGELOG.md index 6af5689b..faefc917 100644 --- a/packages/pathfinding-edge/CHANGELOG.md +++ b/packages/pathfinding-edge/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/pathfinding-edge +## 1.0.5 + +### Patch Changes + +- [#770](https://github.com/bcakmakoglu/vue-flow/pull/770) [`baaabbe8`](https://github.com/bcakmakoglu/vue-flow/commit/baaabbe8e5cd88c9976033bca33119b1bc7a4d57) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix wrong package entries in `package.json` for pathfinding edge + ## 1.0.4 ### Patch Changes diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index f2e73b1e..6b8ea465 100644 --- a/packages/pathfinding-edge/package.json +++ b/packages/pathfinding-edge/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/pathfinding-edge", - "version": "1.0.4", + "version": "1.0.5", "private": false, "repository": { "type": "git",