From c07e62be68e89e9ecdeb1185a39959c353f31e43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Jan 2023 08:22:58 +0000 Subject: [PATCH] chore: next release --- .changeset/angry-roses-exercise.md | 5 ----- .changeset/clever-ties-dance.md | 5 ----- .changeset/gold-rocks-thank.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/angry-roses-exercise.md delete mode 100644 .changeset/clever-ties-dance.md delete mode 100644 .changeset/gold-rocks-thank.md diff --git a/.changeset/angry-roses-exercise.md b/.changeset/angry-roses-exercise.md deleted file mode 100644 index e147461e..00000000 --- a/.changeset/angry-roses-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add warning when trying to duplicate an element or remove an element that does not exist diff --git a/.changeset/clever-ties-dance.md b/.changeset/clever-ties-dance.md deleted file mode 100644 index 36b05b2e..00000000 --- a/.changeset/clever-ties-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Remove `extent` option from `setNodes` & `addNodes` action. Extent should be passed to a node or set with the global option. diff --git a/.changeset/gold-rocks-thank.md b/.changeset/gold-rocks-thank.md deleted file mode 100644 index b042e5e7..00000000 --- a/.changeset/gold-rocks-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Use computed var to get current node in `useDrag`. Fixes issue where overwriting a node breaks drag handler. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 55279c58..0597c4c2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.12.6 + +### Patch Changes + +- [#624](https://github.com/bcakmakoglu/vue-flow/pull/624) [`0bddb524`](https://github.com/bcakmakoglu/vue-flow/commit/0bddb5249e5054af946a43399fb69988c16dda98) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add warning when trying to duplicate an element or remove an element that does not exist + +- [#626](https://github.com/bcakmakoglu/vue-flow/pull/626) [`449a3f2a`](https://github.com/bcakmakoglu/vue-flow/commit/449a3f2a51e6919a6eabd894c48ca9073eefc242) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove `extent` option from `setNodes` & `addNodes` action. Extent should be passed to a node or set with the global option. + +- [#626](https://github.com/bcakmakoglu/vue-flow/pull/626) [`449a3f2a`](https://github.com/bcakmakoglu/vue-flow/commit/449a3f2a51e6919a6eabd894c48ca9073eefc242) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use computed var to get current node in `useDrag`. Fixes issue where overwriting a node breaks drag handler. + ## 1.12.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 215a0fb8..f4f31ba2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.12.5", + "version": "1.12.6", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",