From be85ae7e8b5512ea296972e52e56c033c63ebcd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Oct 2023 11:53:50 +0000 Subject: [PATCH] chore: bump versions --- .changeset/clever-impalas-visit.md | 5 ----- .changeset/rotten-phones-look.md | 5 ----- .changeset/sweet-phones-arrive.md | 5 ----- .changeset/three-ads-yawn.md | 5 ----- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/clever-impalas-visit.md delete mode 100644 .changeset/rotten-phones-look.md delete mode 100644 .changeset/sweet-phones-arrive.md delete mode 100644 .changeset/three-ads-yawn.md diff --git a/.changeset/clever-impalas-visit.md b/.changeset/clever-impalas-visit.md deleted file mode 100644 index a44ecbb401..0000000000 --- a/.changeset/clever-impalas-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use correct filter for pan on scroll class name diff --git a/.changeset/rotten-phones-look.md b/.changeset/rotten-phones-look.md deleted file mode 100644 index 25777657b9..0000000000 --- a/.changeset/rotten-phones-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -select nodes on click when nodeDragThreshold > 0 diff --git a/.changeset/sweet-phones-arrive.md b/.changeset/sweet-phones-arrive.md deleted file mode 100644 index 997b2d6279..0000000000 --- a/.changeset/sweet-phones-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use nodes from state as the default third arg for `getIntersectingNodes` diff --git a/.changeset/three-ads-yawn.md b/.changeset/three-ads-yawn.md deleted file mode 100644 index 416564ad07..0000000000 --- a/.changeset/three-ads-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Update to use vue 3.3 diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a65dc0b7b5..d5eba2572e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.24.0 + +### Minor Changes + +- [#1128](https://github.com/bcakmakoglu/vue-flow/pull/1128) [`0ff65bf2`](https://github.com/bcakmakoglu/vue-flow/commit/0ff65bf2abc51612969bd4a0d0ebed44c59171f8) Thanks [@github-actions](https://github.com/apps/github-actions)! - Use nodes from state as the default third arg for `getIntersectingNodes` + +### Patch Changes + +- [#1128](https://github.com/bcakmakoglu/vue-flow/pull/1128) [`7d153860`](https://github.com/bcakmakoglu/vue-flow/commit/7d1538606c7f4d77d1828a9ad31c0164eb0d6418) Thanks [@github-actions](https://github.com/apps/github-actions)! - Use correct filter for pan on scroll class name + +- [#1128](https://github.com/bcakmakoglu/vue-flow/pull/1128) [`f5138157`](https://github.com/bcakmakoglu/vue-flow/commit/f5138157937e51e2952f7b5708124d5cf76903f9) Thanks [@github-actions](https://github.com/apps/github-actions)! - select nodes on click when nodeDragThreshold > 0 + +- [#1128](https://github.com/bcakmakoglu/vue-flow/pull/1128) [`84e98305`](https://github.com/bcakmakoglu/vue-flow/commit/84e98305b1448b1325784497e058c66d23ed7ade) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update to use vue 3.3 + ## 1.23.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index f8ebfdfd19..51f799d9bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.23.0", + "version": "1.24.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",