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/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..239265f5b4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.23.1 + +### Patch Changes + +- [#1131](https://github.com/bcakmakoglu/vue-flow/pull/1131) [`e4da84ec`](https://github.com/bcakmakoglu/vue-flow/commit/e4da84ecc218ea286f0474a5132bf85c27725140) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - select nodes on click when nodeDragThreshold > 0 + +- [#1017](https://github.com/bcakmakoglu/vue-flow/pull/1017) [`4fb43b66`](https://github.com/bcakmakoglu/vue-flow/commit/4fb43b6639f29ce23906f1cbd36594824d29a968) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - 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..142dec92bc 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.23.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",