From a16b7ca3d01681b8ccb172ccde0316bf267d7352 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 May 2023 18:36:39 +0000 Subject: [PATCH] chore: bump versions --- .changeset/bright-hornets-sell.md | 5 ----- .changeset/mean-peaches-enjoy.md | 5 ----- .changeset/modern-carrots-wink.md | 5 ----- .changeset/moody-kangaroos-remain.md | 5 ----- .changeset/spicy-crabs-hide.md | 5 ----- .changeset/tender-peaches-appear.md | 5 ----- .changeset/wet-pianos-repeat.md | 5 ----- .changeset/wicked-dragons-visit.md | 5 ----- packages/controls/CHANGELOG.md | 10 ++++++++++ packages/controls/package.json | 2 +- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- packages/node-toolbar/CHANGELOG.md | 6 ++++++ packages/node-toolbar/package.json | 2 +- 14 files changed, 33 insertions(+), 43 deletions(-) delete mode 100644 .changeset/bright-hornets-sell.md delete mode 100644 .changeset/mean-peaches-enjoy.md delete mode 100644 .changeset/modern-carrots-wink.md delete mode 100644 .changeset/moody-kangaroos-remain.md delete mode 100644 .changeset/spicy-crabs-hide.md delete mode 100644 .changeset/tender-peaches-appear.md delete mode 100644 .changeset/wet-pianos-repeat.md delete mode 100644 .changeset/wicked-dragons-visit.md diff --git a/.changeset/bright-hornets-sell.md b/.changeset/bright-hornets-sell.md deleted file mode 100644 index fb148de8..00000000 --- a/.changeset/bright-hornets-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fetch current node in drag handler, fixes drag handler using outdated node obj when it has been overwritten diff --git a/.changeset/mean-peaches-enjoy.md b/.changeset/mean-peaches-enjoy.md deleted file mode 100644 index 4560abed..00000000 --- a/.changeset/mean-peaches-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Avoid inserting invalid nodes into state and throw error msg if invalid node is passed diff --git a/.changeset/modern-carrots-wink.md b/.changeset/modern-carrots-wink.md deleted file mode 100644 index 6147fd70..00000000 --- a/.changeset/modern-carrots-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow passing a MaybeComputedRef type as `isValidConnection` arg for `useHandle` composable diff --git a/.changeset/moody-kangaroos-remain.md b/.changeset/moody-kangaroos-remain.md deleted file mode 100644 index 244f1784..00000000 --- a/.changeset/moody-kangaroos-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/controls": minor ---- - -Disable zoom-in / zoom-out btns when max or min zoom is reached diff --git a/.changeset/spicy-crabs-hide.md b/.changeset/spicy-crabs-hide.md deleted file mode 100644 index c24afa97..00000000 --- a/.changeset/spicy-crabs-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use all handles in connection radius and select closest one that is valid diff --git a/.changeset/tender-peaches-appear.md b/.changeset/tender-peaches-appear.md deleted file mode 100644 index 12103bda..00000000 --- a/.changeset/tender-peaches-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/node-toolbar": minor ---- - -Add `align` prop to node toolbar diff --git a/.changeset/wet-pianos-repeat.md b/.changeset/wet-pianos-repeat.md deleted file mode 100644 index c2531b0d..00000000 --- a/.changeset/wet-pianos-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/controls": patch ---- - -use OR operator to determine `isInteractive` state in controls component diff --git a/.changeset/wicked-dragons-visit.md b/.changeset/wicked-dragons-visit.md deleted file mode 100644 index ebeb1f6c..00000000 --- a/.changeset/wicked-dragons-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Set default viewport type as partial diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 10974f76..a25c2315 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/controls +## 1.1.0 + +### Minor Changes + +- [#957](https://github.com/bcakmakoglu/vue-flow/pull/957) [`ee1ab495`](https://github.com/bcakmakoglu/vue-flow/commit/ee1ab495f9c33dcee71d6912c02bff1a41b44e6a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Disable zoom-in / zoom-out btns when max or min zoom is reached + +### Patch Changes + +- [#952](https://github.com/bcakmakoglu/vue-flow/pull/952) [`095ab6af`](https://github.com/bcakmakoglu/vue-flow/commit/095ab6aff4c4c24f03d1d73987a19894a8d580b1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - use OR operator to determine `isInteractive` state in controls component + ## 1.0.6 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 71ab58c6..a4cf54c4 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "version": "1.0.6", + "version": "1.1.0", "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 e734241f..0ebc2d4a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.20.1 + +### Patch Changes + +- [#943](https://github.com/bcakmakoglu/vue-flow/pull/943) [`22b53569`](https://github.com/bcakmakoglu/vue-flow/commit/22b53569619628006470747a8bb206b034719864) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fetch current node in drag handler, fixes drag handler using outdated node obj when it has been overwritten + +- [#961](https://github.com/bcakmakoglu/vue-flow/pull/961) [`2f75b31c`](https://github.com/bcakmakoglu/vue-flow/commit/2f75b31c388368aede2e249b38dd3f1409942c8d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Avoid inserting invalid nodes into state and throw error msg if invalid node is passed + +- [#956](https://github.com/bcakmakoglu/vue-flow/pull/956) [`90e4cf99`](https://github.com/bcakmakoglu/vue-flow/commit/90e4cf99f1fc082808f11389917d0f86e0f66d1c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing a MaybeComputedRef type as `isValidConnection` arg for `useHandle` composable + +- [#954](https://github.com/bcakmakoglu/vue-flow/pull/954) [`402da363`](https://github.com/bcakmakoglu/vue-flow/commit/402da3630b83fca664ff2dba6625538b4de5bb9e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use all handles in connection radius and select closest one that is valid + +- [#951](https://github.com/bcakmakoglu/vue-flow/pull/951) [`b81069e5`](https://github.com/bcakmakoglu/vue-flow/commit/b81069e5473e56c82cdf96c0607cdedae7fc4d78) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set default viewport type as partial + ## 1.20.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9d9ef3fa..1b82b04b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.20.0", + "version": "1.20.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index e17a2b9d..acefc9e4 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-toolbar +## 1.1.0 + +### Minor Changes + +- [#953](https://github.com/bcakmakoglu/vue-flow/pull/953) [`bda15cfa`](https://github.com/bcakmakoglu/vue-flow/commit/bda15cfa790ae479e95827b940c0043448f7f89c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `align` prop to node toolbar + ## 1.0.7 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 9de9ff30..77b5e7c6 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-toolbar", - "version": "1.0.7", + "version": "1.1.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",