From dfecf1c58be41a5573ab3481bd562395af09e873 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Dec 2022 18:05:12 +0000 Subject: [PATCH] chore: next release --- .changeset/cyan-tips-add.md | 5 ----- .changeset/funny-falcons-doubt.md | 5 ----- .changeset/nasty-trees-guess.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/cyan-tips-add.md delete mode 100644 .changeset/funny-falcons-doubt.md delete mode 100644 .changeset/nasty-trees-guess.md diff --git a/.changeset/cyan-tips-add.md b/.changeset/cyan-tips-add.md deleted file mode 100644 index c2074c96..00000000 --- a/.changeset/cyan-tips-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add missing edge class to edge wrapper diff --git a/.changeset/funny-falcons-doubt.md b/.changeset/funny-falcons-doubt.md deleted file mode 100644 index 00c1e825..00000000 --- a/.changeset/funny-falcons-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Pass attributes to edge components (i.e. style and class forwarded to BaseEdge) diff --git a/.changeset/nasty-trees-guess.md b/.changeset/nasty-trees-guess.md deleted file mode 100644 index cacd3efd..00000000 --- a/.changeset/nasty-trees-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Use `vue-flow__handle` in handle bounds selector to avoid selecting elements with the `source` or `target` class names that aren't handles diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 626e8c08..19177e53 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.6.3 + +### Patch Changes + +- [#534](https://github.com/bcakmakoglu/vue-flow/pull/534) [`f0f7e7e4`](https://github.com/bcakmakoglu/vue-flow/commit/f0f7e7e49a98e4e267c028f552420ce81f73adc7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing edge class to edge wrapper + +- [#534](https://github.com/bcakmakoglu/vue-flow/pull/534) [`02c945e8`](https://github.com/bcakmakoglu/vue-flow/commit/02c945e8fb719d7c81f61e8b941bf5590bc2ddba) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass attributes to edge components (i.e. style and class forwarded to BaseEdge) + +- [#532](https://github.com/bcakmakoglu/vue-flow/pull/532) [`cd778715`](https://github.com/bcakmakoglu/vue-flow/commit/cd778715a22769f36656bff8e95841899a0c0317) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `vue-flow__handle` in handle bounds selector to avoid selecting elements with the `source` or `target` class names that aren't handles + ## 1.6.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1fc59b1e..28ab405a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.6.2", + "version": "1.6.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",