From abb5ee92bc4d16eda510ce7914f96e45a9258ad7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Aug 2024 21:44:41 +0000 Subject: [PATCH] chore: bump versions --- .changeset/fluffy-mayflies-fetch.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fluffy-mayflies-fetch.md diff --git a/.changeset/fluffy-mayflies-fetch.md b/.changeset/fluffy-mayflies-fetch.md deleted file mode 100644 index 149d18f33..000000000 --- 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 ac26c9c89..39bd3729b 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 f8094bc2a..e7eed02ba 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>",