From f2eb883b267905cb4ba155dd1825bfd8500f3604 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Dec 2022 11:45:31 +0000 Subject: [PATCH] chore: next release --- .changeset/fast-horses-give.md | 5 ----- .changeset/selfish-trains-perform.md | 5 ----- .changeset/silly-experts-crash.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fast-horses-give.md delete mode 100644 .changeset/selfish-trains-perform.md delete mode 100644 .changeset/silly-experts-crash.md diff --git a/.changeset/fast-horses-give.md b/.changeset/fast-horses-give.md deleted file mode 100644 index 57495c66..00000000 --- a/.changeset/fast-horses-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add `initialized` prop to `GraphNode` diff --git a/.changeset/selfish-trains-perform.md b/.changeset/selfish-trains-perform.md deleted file mode 100644 index 41a4cafd..00000000 --- a/.changeset/selfish-trains-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix Handle component adding duplicate handlebounds when node is not properly initialized diff --git a/.changeset/silly-experts-crash.md b/.changeset/silly-experts-crash.md deleted file mode 100644 index 0eb8c8ca..00000000 --- a/.changeset/silly-experts-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Remove console log diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a2844a00..90be9eba 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.6.1 + +### Patch Changes + +- [#525](https://github.com/bcakmakoglu/vue-flow/pull/525) [`eae81603`](https://github.com/bcakmakoglu/vue-flow/commit/eae8160326bb7a67672503fccd0400333dbf2048) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `initialized` prop to `GraphNode` + +- [#525](https://github.com/bcakmakoglu/vue-flow/pull/525) [`eae81603`](https://github.com/bcakmakoglu/vue-flow/commit/eae8160326bb7a67672503fccd0400333dbf2048) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix Handle component adding duplicate handlebounds when node is not properly initialized + +- [#526](https://github.com/bcakmakoglu/vue-flow/pull/526) [`00a9795a`](https://github.com/bcakmakoglu/vue-flow/commit/00a9795a41ec15ce0cc342be53c912a9473ea65b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove console log + ## 1.6.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index ae208263..f480d169 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.6.0", + "version": "1.6.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",