diff --git a/.changeset/selfish-cooks-jump.md b/.changeset/selfish-cooks-jump.md deleted file mode 100644 index 0a69b6c6..00000000 --- a/.changeset/selfish-cooks-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Only emit node position changes if a position change actually occurred. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 13644521..8543f249 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.46.2 + +### Patch Changes + +- [#1939](https://github.com/bcakmakoglu/vue-flow/pull/1939) [`f9a5231`](https://github.com/bcakmakoglu/vue-flow/commit/f9a52316991e949a6167f249d08fbbf41d49860d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Only emit node position changes if a position change actually occurred. + ## 1.46.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c921449d..56138800 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.46.1", + "version": "1.46.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",