From c437e41092699d87b770589abd211c30ec0ca0f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 31 Mar 2023 22:27:03 +0000 Subject: [PATCH] chore: bump versions --- .changeset/chatty-cups-yawn.md | 5 ----- .changeset/many-bobcats-draw.md | 5 ----- .changeset/rare-colts-remember.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/pathfinding-edge/package.json | 2 +- 6 files changed, 12 insertions(+), 17 deletions(-) delete mode 100644 .changeset/chatty-cups-yawn.md delete mode 100644 .changeset/many-bobcats-draw.md delete mode 100644 .changeset/rare-colts-remember.md diff --git a/.changeset/chatty-cups-yawn.md b/.changeset/chatty-cups-yawn.md deleted file mode 100644 index b36fa13e..00000000 --- a/.changeset/chatty-cups-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent handles with connectable `false` from being considered valid handles diff --git a/.changeset/many-bobcats-draw.md b/.changeset/many-bobcats-draw.md deleted file mode 100644 index 89439a12..00000000 --- a/.changeset/many-bobcats-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Unwrap `nodesConnectable` ref in onClick handler of handles diff --git a/.changeset/rare-colts-remember.md b/.changeset/rare-colts-remember.md deleted file mode 100644 index da0cce6e..00000000 --- a/.changeset/rare-colts-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix edges and connection line paths not matching up diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 539c6d38..ff3ad9de 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.17.5 + +### Patch Changes + +- [#825](https://github.com/bcakmakoglu/vue-flow/pull/825) [`50f1dff`](https://github.com/bcakmakoglu/vue-flow/commit/50f1dff9e0b76862f5c02efc5b3f2b10513d3194) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent handles with connectable `false` from being considered valid handles + +- [#826](https://github.com/bcakmakoglu/vue-flow/pull/826) [`95dd1ae`](https://github.com/bcakmakoglu/vue-flow/commit/95dd1aef34776f3cc92f90306d1087c42805ac67) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Unwrap `nodesConnectable` ref in onClick handler of handles + +- [#828](https://github.com/bcakmakoglu/vue-flow/pull/828) [`184c273`](https://github.com/bcakmakoglu/vue-flow/commit/184c27392e07d9f5d9e290a8b1df996f89389103) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix edges and connection line paths not matching up + ## 1.17.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 53dce96c..efb1b247 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.17.4", + "version": "1.17.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index ecc74cd1..b0d0c73e 100644 --- a/packages/pathfinding-edge/package.json +++ b/packages/pathfinding-edge/package.json @@ -24,7 +24,7 @@ "types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp", "postbuild": "shx rm -rf tmp", "test": "exit 0;", - "lint": "eslint --ext .js,.ts,.vue ./" + "lint": "eslint --ext .js,.ts,.vue ./" }, "peerDependencies": { "@vue-flow/core": "^1.12.2"