From 64b3cb972246f3152af03d4f71ab1ba4ab6d1f7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Nov 2022 19:11:10 +0000 Subject: [PATCH] chore: bump versions --- .changeset/fuzzy-wasps-dress.md | 6 ------ .changeset/pretty-cows-worry.md | 5 ----- .changeset/thick-pots-accept.md | 5 ----- .changeset/tiny-teachers-play.md | 5 ----- packages/additional-components/CHANGELOG.md | 6 ++++++ packages/additional-components/package.json | 2 +- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- 8 files changed, 20 insertions(+), 23 deletions(-) delete mode 100644 .changeset/fuzzy-wasps-dress.md delete mode 100644 .changeset/pretty-cows-worry.md delete mode 100644 .changeset/thick-pots-accept.md delete mode 100644 .changeset/tiny-teachers-play.md diff --git a/.changeset/fuzzy-wasps-dress.md b/.changeset/fuzzy-wasps-dress.md deleted file mode 100644 index 246f83ad..00000000 --- a/.changeset/fuzzy-wasps-dress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@vue-flow/additional-components': patch -'@vue-flow/core': patch ---- - -Update deps diff --git a/.changeset/pretty-cows-worry.md b/.changeset/pretty-cows-worry.md deleted file mode 100644 index 53af5fe6..00000000 --- a/.changeset/pretty-cows-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix improper if clause when checking for selection key code as bool diff --git a/.changeset/thick-pots-accept.md b/.changeset/thick-pots-accept.md deleted file mode 100644 index a6f0b492..00000000 --- a/.changeset/thick-pots-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -When Connection Mode is `Loose`, use all handles as possible source handles for connection lines diff --git a/.changeset/tiny-teachers-play.md b/.changeset/tiny-teachers-play.md deleted file mode 100644 index 8fdcfe75..00000000 --- a/.changeset/tiny-teachers-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add missing `connectionExists` utility export diff --git a/packages/additional-components/CHANGELOG.md b/packages/additional-components/CHANGELOG.md index 766308a0..a269ab13 100644 --- a/packages/additional-components/CHANGELOG.md +++ b/packages/additional-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/additional-components +## 1.2.4 + +### Patch Changes + +- [#425](https://github.com/bcakmakoglu/vue-flow/pull/425) [`da0a294`](https://github.com/bcakmakoglu/vue-flow/commit/da0a294aa47b091cd846168594d3a01bde057315) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Update deps + ## 1.2.3 ### Patch Changes diff --git a/packages/additional-components/package.json b/packages/additional-components/package.json index 8091a9d6..213f9b8e 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.3", + "version": "1.2.4", "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 34985e34..96796fc4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.4.1 + +### Patch Changes + +- [#425](https://github.com/bcakmakoglu/vue-flow/pull/425) [`da0a294`](https://github.com/bcakmakoglu/vue-flow/commit/da0a294aa47b091cd846168594d3a01bde057315) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Update deps + +- [#434](https://github.com/bcakmakoglu/vue-flow/pull/434) [`b24b9ef`](https://github.com/bcakmakoglu/vue-flow/commit/b24b9efe1118b9d3151550257620b4b2c5088fca) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix improper if clause when checking for selection key code as bool + +- [#429](https://github.com/bcakmakoglu/vue-flow/pull/429) [`1fc60bf`](https://github.com/bcakmakoglu/vue-flow/commit/1fc60bf1bb700ce4c7321d85b7421c41b235ab2b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - When Connection Mode is `Loose`, use all handles as possible source handles for connection lines + +- [#433](https://github.com/bcakmakoglu/vue-flow/pull/433) [`d82cb67`](https://github.com/bcakmakoglu/vue-flow/commit/d82cb674c6ae7be453ac6c145a2478a2efa2cedb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing `connectionExists` utility export + ## 1.4.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7b0dda36..15268103 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.4.0", + "version": "1.4.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",