From e2dec5c8661b0e64799b3e95ff373561f49b19ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Jun 2024 10:45:11 +0000 Subject: [PATCH] chore: bump versions --- .changeset/mean-horses-swim.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mean-horses-swim.md diff --git a/.changeset/mean-horses-swim.md b/.changeset/mean-horses-swim.md deleted file mode 100644 index 5b6544eb1..000000000 --- a/.changeset/mean-horses-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct access of options id in `useVueFlow` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3076e4a97..2adf27d50 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.37.1 + +### Patch Changes + +- [#1483](https://github.com/bcakmakoglu/vue-flow/pull/1483) [`6d4d2be`](https://github.com/bcakmakoglu/vue-flow/commit/6d4d2be8396885f3edd9586db48021a8e0615421) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct access of options id in `useVueFlow` + ## 1.37.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6b8aa6954..db7b3a148 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.37.0", + "version": "1.37.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",