diff --git a/.changeset/fluffy-mayflies-fetch.md b/.changeset/fluffy-mayflies-fetch.md deleted file mode 100644 index 149d18f3..00000000 --- a/.changeset/fluffy-mayflies-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Push into dimensions changes array instead of using index access. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ac26c9c8..39bd3729 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.39.3 + +### Patch Changes + +- [#1569](https://github.com/bcakmakoglu/vue-flow/pull/1569) [`f6b394f`](https://github.com/bcakmakoglu/vue-flow/commit/f6b394f0b8ad698fead4f91eaed8650b5b5d2cc9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Push into dimensions changes array instead of using index access. + ## 1.39.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f8094bc2..e7eed02b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.39.2", + "version": "1.39.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",