From 99c15cac6d90a9eed0c96f7dc264a4f487d26f93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Nov 2022 07:42:58 +0000 Subject: [PATCH] chore: bump versions --- .changeset/sharp-gifts-doubt.md | 5 ----- .changeset/sour-plums-swim.md | 5 ----- packages/additional-components/CHANGELOG.md | 6 ++++++ packages/additional-components/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changeset/sharp-gifts-doubt.md delete mode 100644 .changeset/sour-plums-swim.md diff --git a/.changeset/sharp-gifts-doubt.md b/.changeset/sharp-gifts-doubt.md deleted file mode 100644 index fcdd8c40..00000000 --- a/.changeset/sharp-gifts-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': minor ---- - -Add `interactionWidth` prop to edges. Sets radius of pointer interactivity for edges diff --git a/.changeset/sour-plums-swim.md b/.changeset/sour-plums-swim.md deleted file mode 100644 index 762076c2..00000000 --- a/.changeset/sour-plums-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/additional-components': patch ---- - -Use vue flow id as bg pattern id diff --git a/packages/additional-components/CHANGELOG.md b/packages/additional-components/CHANGELOG.md index 9dfbc732..766308a0 100644 --- a/packages/additional-components/CHANGELOG.md +++ b/packages/additional-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/additional-components +## 1.2.3 + +### Patch Changes + +- [#422](https://github.com/bcakmakoglu/vue-flow/pull/422) [`c8c9daf`](https://github.com/bcakmakoglu/vue-flow/commit/c8c9daffb72cde2bead300cba504fb2ea5eb44cc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use vue flow id as bg pattern id + ## 1.2.2 ### Patch Changes diff --git a/packages/additional-components/package.json b/packages/additional-components/package.json index d762b831..39e343e4 100644 --- a/packages/additional-components/package.json +++ b/packages/additional-components/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/additional-components", - "version": "1.2.2", + "version": "1.2.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8556199c..34985e34 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.4.0 + +### Minor Changes + +- [#360](https://github.com/bcakmakoglu/vue-flow/pull/360) [`a11edae`](https://github.com/bcakmakoglu/vue-flow/commit/a11edae9ecb95c8ca0ecef70ff9414415bafb23b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `interactionWidth` prop to edges. Sets radius of pointer interactivity for edges + ## 1.3.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 14bace8c..25d3aa63 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.3.3", + "version": "1.4.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",