diff --git a/.changeset/famous-games-behave.md b/.changeset/famous-games-behave.md deleted file mode 100644 index 3a3c53edd..000000000 --- a/.changeset/famous-games-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Only display grab cursor when panOnDrag is on left mouse button diff --git a/.changeset/ninety-olives-dress.md b/.changeset/ninety-olives-dress.md deleted file mode 100644 index 4c647f321..000000000 --- a/.changeset/ninety-olives-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Simplify event emits definitions to avoid hitting complexity limit of TS. diff --git a/.changeset/real-pugs-guess.md b/.changeset/real-pugs-guess.md deleted file mode 100644 index dce23e891..000000000 --- a/.changeset/real-pugs-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Remove `null` as possible return type of data in `useNodesData` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 39bd3729b..e5b064fa6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.40.0 + +### Minor Changes + +- [#1575](https://github.com/bcakmakoglu/vue-flow/pull/1575) [`7aa49f4`](https://github.com/bcakmakoglu/vue-flow/commit/7aa49f4f6da9643797743cddb4074dbad85d0aa8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove `null` as possible return type of data in `useNodesData` + +### Patch Changes + +- [#1586](https://github.com/bcakmakoglu/vue-flow/pull/1586) [`f2ed6a3`](https://github.com/bcakmakoglu/vue-flow/commit/f2ed6a3b3daeb526156173a8913dcc3785b4b999) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Only display grab cursor when panOnDrag is on left mouse button + +- [#1585](https://github.com/bcakmakoglu/vue-flow/pull/1585) [`d7a51f8`](https://github.com/bcakmakoglu/vue-flow/commit/d7a51f8014c02043ca1c6c1e96210a0f6545175a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Simplify event emits definitions to avoid hitting complexity limit of TS. + ## 1.39.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e7eed02ba..b0d8741cc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.39.3", + "version": "1.40.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",