From ee9b1ed3a021a999eaeaf5e3a2dab333913d3760 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Nov 2022 17:47:56 +0000 Subject: [PATCH] chore: bump versions --- .changeset/cyan-weeks-smell.md | 5 ----- .changeset/forty-toes-flow.md | 5 ----- .changeset/light-lies-guess.md | 5 ----- .changeset/rude-tables-cry.md | 5 ----- packages/additional-components/CHANGELOG.md | 6 ++++++ packages/additional-components/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- 8 files changed, 18 insertions(+), 22 deletions(-) delete mode 100644 .changeset/cyan-weeks-smell.md delete mode 100644 .changeset/forty-toes-flow.md delete mode 100644 .changeset/light-lies-guess.md delete mode 100644 .changeset/rude-tables-cry.md diff --git a/.changeset/cyan-weeks-smell.md b/.changeset/cyan-weeks-smell.md deleted file mode 100644 index aa7acfad..00000000 --- a/.changeset/cyan-weeks-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Elevate selected nodes zIndex by 1000 instead to 1000 diff --git a/.changeset/forty-toes-flow.md b/.changeset/forty-toes-flow.md deleted file mode 100644 index bdf9c72f..00000000 --- a/.changeset/forty-toes-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Elevate child nodes by zIndex +1 diff --git a/.changeset/light-lies-guess.md b/.changeset/light-lies-guess.md deleted file mode 100644 index 2610e3b0..00000000 --- a/.changeset/light-lies-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix initial node extent not applied diff --git a/.changeset/rude-tables-cry.md b/.changeset/rude-tables-cry.md deleted file mode 100644 index 6a5529be..00000000 --- a/.changeset/rude-tables-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/additional-components': minor ---- - -Add `maskStrokeColor` & `maskStrokeWidth` prop to MiniMap diff --git a/packages/additional-components/CHANGELOG.md b/packages/additional-components/CHANGELOG.md index a269ab13..73da0b75 100644 --- a/packages/additional-components/CHANGELOG.md +++ b/packages/additional-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/additional-components +## 1.3.0 + +### Minor Changes + +- [#438](https://github.com/bcakmakoglu/vue-flow/pull/438) [`32412ed`](https://github.com/bcakmakoglu/vue-flow/commit/32412ed8d6b48a04cd2628960f1a20aa89adc6dc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `maskStrokeColor` & `maskStrokeWidth` prop to MiniMap + ## 1.2.4 ### Patch Changes diff --git a/packages/additional-components/package.json b/packages/additional-components/package.json index 213f9b8e..a8110d55 100644 --- a/packages/additional-components/package.json +++ b/packages/additional-components/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/additional-components", - "version": "1.2.4", + "version": "1.3.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 96796fc4..dca3b89f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.4.2 + +### Patch Changes + +- [#439](https://github.com/bcakmakoglu/vue-flow/pull/439) [`817884e`](https://github.com/bcakmakoglu/vue-flow/commit/817884e71ffb0d555b69d84b5f08f724afe891cf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Elevate selected nodes zIndex by 1000 instead to 1000 + +- [#448](https://github.com/bcakmakoglu/vue-flow/pull/448) [`3a09339`](https://github.com/bcakmakoglu/vue-flow/commit/3a0933952e8f0d4082c7643e78edd9f381f417a9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Elevate child nodes by zIndex +1 + +- [#447](https://github.com/bcakmakoglu/vue-flow/pull/447) [`06fc9f2`](https://github.com/bcakmakoglu/vue-flow/commit/06fc9f2ec43ac58d3e6257d8ff5a1948330f060a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix initial node extent not applied + ## 1.4.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 15268103..eb10d853 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.4.1", + "version": "1.4.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",