From d7f5506882b4438ee04f8f08217547f38379366e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:41:50 +0100 Subject: [PATCH] chore: bump versions (#1751) Co-authored-by: github-actions[bot] --- .changeset/strong-buttons-wink.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/strong-buttons-wink.md diff --git a/.changeset/strong-buttons-wink.md b/.changeset/strong-buttons-wink.md deleted file mode 100644 index c01fb390..00000000 --- a/.changeset/strong-buttons-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct connection keys. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 34123c22..0664b3b9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.42.1 + +### Patch Changes + +- [#1749](https://github.com/bcakmakoglu/vue-flow/pull/1749) [`56eb94e`](https://github.com/bcakmakoglu/vue-flow/commit/56eb94e10963de645a61b0fd737365b05415577d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct connection keys. + ## 1.42.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 91d61361..22253ca3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.42.0", + "version": "1.42.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",