From 0bc4b73625ffc5da5b8576d27b1d27ea131a39ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Mar 2023 19:42:33 +0000 Subject: [PATCH] chore: bump versions --- .changeset/green-adults-design.md | 5 ----- .changeset/rare-walls-wash.md | 5 ----- .changeset/rude-ties-study.md | 5 ----- .changeset/smooth-dancers-collect.md | 5 ----- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/green-adults-design.md delete mode 100644 .changeset/rare-walls-wash.md delete mode 100644 .changeset/rude-ties-study.md delete mode 100644 .changeset/smooth-dancers-collect.md diff --git a/.changeset/green-adults-design.md b/.changeset/green-adults-design.md deleted file mode 100644 index f292d7d0..00000000 --- a/.changeset/green-adults-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add missing emit definition for `error` diff --git a/.changeset/rare-walls-wash.md b/.changeset/rare-walls-wash.md deleted file mode 100644 index 22482ed1..00000000 --- a/.changeset/rare-walls-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix return type of `getIncomers` & `getOutgoers` diff --git a/.changeset/rude-ties-study.md b/.changeset/rude-ties-study.md deleted file mode 100644 index f0edd42b..00000000 --- a/.changeset/rude-ties-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Check if node handle bounds exist in `getNodesInitialized` diff --git a/.changeset/smooth-dancers-collect.md b/.changeset/smooth-dancers-collect.md deleted file mode 100644 index 866ccd41..00000000 --- a/.changeset/smooth-dancers-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use visible nodes to check if `onNodesInitialized` should be triggered diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2b17faaf..3861631f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.17.1 + +### Patch Changes + +- [#799](https://github.com/bcakmakoglu/vue-flow/pull/799) [`b1e92195`](https://github.com/bcakmakoglu/vue-flow/commit/b1e92195e5679ecb74cd0edea43bfa5359727a5c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing emit definition for `error` + +- [#796](https://github.com/bcakmakoglu/vue-flow/pull/796) [`54ea8a0d`](https://github.com/bcakmakoglu/vue-flow/commit/54ea8a0d0c6c95931cb2aeb0079751db6447df65) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix return type of `getIncomers` & `getOutgoers` + +- [#793](https://github.com/bcakmakoglu/vue-flow/pull/793) [`c67e9391`](https://github.com/bcakmakoglu/vue-flow/commit/c67e939112fbc4003ab4164f8b7ea52aa44a718f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if node handle bounds exist in `getNodesInitialized` + +- [#793](https://github.com/bcakmakoglu/vue-flow/pull/793) [`ef1c48ce`](https://github.com/bcakmakoglu/vue-flow/commit/ef1c48ce0a99f71efba197a2de613179a6891211) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use visible nodes to check if `onNodesInitialized` should be triggered + ## 1.17.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 02f07164..a48a37ad 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.17.0", + "version": "1.17.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",