diff --git a/.changeset/metal-spies-provide.md b/.changeset/metal-spies-provide.md deleted file mode 100644 index 1dff8d1b..00000000 --- a/.changeset/metal-spies-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Make `sourceHandle` and `targetHandle` optional properties for `Connection` type diff --git a/.changeset/old-readers-try.md b/.changeset/old-readers-try.md deleted file mode 100644 index 2aa94276..00000000 --- a/.changeset/old-readers-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Move watcher timing to `pre` and sync immediately diff --git a/.changeset/sweet-hotels-grin.md b/.changeset/sweet-hotels-grin.md deleted file mode 100644 index de848837..00000000 --- a/.changeset/sweet-hotels-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': minor ---- - -Add `getNodesInitialized` getter to store diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c82b7082..9b4ad7f8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.7.0 + +### Minor Changes + +- [#539](https://github.com/bcakmakoglu/vue-flow/pull/539) [`85d5a64d`](https://github.com/bcakmakoglu/vue-flow/commit/85d5a64d519207fe3044bd68947b2edb014f288a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `getNodesInitialized` getter to store + +### Patch Changes + +- [#539](https://github.com/bcakmakoglu/vue-flow/pull/539) [`85d5a64d`](https://github.com/bcakmakoglu/vue-flow/commit/85d5a64d519207fe3044bd68947b2edb014f288a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Make `sourceHandle` and `targetHandle` optional properties for `Connection` type + +- [#542](https://github.com/bcakmakoglu/vue-flow/pull/542) [`530f286c`](https://github.com/bcakmakoglu/vue-flow/commit/530f286cb42c09cd2bc5156527fb3e9fa56878cb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Move watcher timing to `pre` and sync immediately + ## 1.6.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 130a7a29..a3710a83 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.6.4", + "version": "1.7.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",