From 8328d78ff29309a1213f1e14bd4778726233bc8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Feb 2023 11:31:39 +0000 Subject: [PATCH] chore: next release --- .changeset/pretty-ducks-shop.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pretty-ducks-shop.md diff --git a/.changeset/pretty-ducks-shop.md b/.changeset/pretty-ducks-shop.md deleted file mode 100644 index 79ea714b..00000000 --- a/.changeset/pretty-ducks-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Properly access default edge options ref when passing options to the `connect` event diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 274c1eb6..5652d449 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.13.2 + +### Patch Changes + +- [#643](https://github.com/bcakmakoglu/vue-flow/pull/643) [`210b702b`](https://github.com/bcakmakoglu/vue-flow/commit/210b702b5062a8c54883a866bd950d7e0ca6f314) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Properly access default edge options ref when passing options to the `connect` event + ## 1.13.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0d487fa5..8fe9c784 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.13.1", + "version": "1.13.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",