From 585f1e8d6a4c8da239d25d2dff9ad7ff8b40a3fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Feb 2023 18:48:31 +0000 Subject: [PATCH] chore: bump versions --- .changeset/afraid-phones-mate.md | 11 ----------- .changeset/breezy-panthers-listen.md | 5 ----- .changeset/cyan-crews-hope.md | 5 ----- .changeset/dry-bees-impress.md | 5 ----- .changeset/proud-ghosts-float.md | 5 ----- .changeset/strange-buses-hope.md | 5 ----- packages/background/CHANGELOG.md | 6 ++++++ packages/background/package.json | 2 +- packages/controls/CHANGELOG.md | 6 ++++++ packages/controls/package.json | 2 +- packages/core/CHANGELOG.md | 16 ++++++++++++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 6 ++++++ packages/minimap/package.json | 2 +- packages/node-resizer/CHANGELOG.md | 6 ++++++ packages/node-resizer/package.json | 2 +- packages/node-toolbar/CHANGELOG.md | 6 ++++++ packages/node-toolbar/package.json | 2 +- packages/pathfinding-edge/CHANGELOG.md | 26 ++++++++++++++++++-------- packages/pathfinding-edge/package.json | 2 +- 20 files changed, 71 insertions(+), 51 deletions(-) delete mode 100644 .changeset/afraid-phones-mate.md delete mode 100644 .changeset/breezy-panthers-listen.md delete mode 100644 .changeset/cyan-crews-hope.md delete mode 100644 .changeset/dry-bees-impress.md delete mode 100644 .changeset/proud-ghosts-float.md delete mode 100644 .changeset/strange-buses-hope.md diff --git a/.changeset/afraid-phones-mate.md b/.changeset/afraid-phones-mate.md deleted file mode 100644 index d260c056..00000000 --- a/.changeset/afraid-phones-mate.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@vue-flow/pathfinding-edge": patch -"@vue-flow/node-resizer": patch -"@vue-flow/node-toolbar": patch -"@vue-flow/background": patch -"@vue-flow/controls": patch -"@vue-flow/minimap": patch -"@vue-flow/core": patch ---- - -Fix umd pkg names and use the correct vue flow core umd pkg name in plugins diff --git a/.changeset/breezy-panthers-listen.md b/.changeset/breezy-panthers-listen.md deleted file mode 100644 index 3e10280e..00000000 --- a/.changeset/breezy-panthers-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent undefined being passed to updateNodeInternals diff --git a/.changeset/cyan-crews-hope.md b/.changeset/cyan-crews-hope.md deleted file mode 100644 index 00ecad4b..00000000 --- a/.changeset/cyan-crews-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix resize-observer throwing when node el doesn't exist but effect is run diff --git a/.changeset/dry-bees-impress.md b/.changeset/dry-bees-impress.md deleted file mode 100644 index 869611d4..00000000 --- a/.changeset/dry-bees-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix nodes not using zIndex option diff --git a/.changeset/proud-ghosts-float.md b/.changeset/proud-ghosts-float.md deleted file mode 100644 index ec0e7769..00000000 --- a/.changeset/proud-ghosts-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent writing `process.env` into umd build diff --git a/.changeset/strange-buses-hope.md b/.changeset/strange-buses-hope.md deleted file mode 100644 index d08e6558..00000000 --- a/.changeset/strange-buses-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Wait until viewport helper is initialized before triggering viewport functions and pane ready event diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 2c193eac..634e4720 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/background +## 1.0.5 + +### Patch Changes + +- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins + ## 1.0.4 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index 56a10111..b65943d3 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.0.4", + "version": "1.0.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 0deec687..c4fb077b 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/controls +## 1.0.4 + +### Patch Changes + +- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins + ## 1.0.3 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 9524ee3f..6210cf0e 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "version": "1.0.3", + "version": "1.0.4", "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 d7dbaf6f..c217d2a8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,21 @@ # @vue-flow/core +## 1.15.2 + +### Patch Changes + +- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins + +- [#713](https://github.com/bcakmakoglu/vue-flow/pull/713) [`95b51a0e`](https://github.com/bcakmakoglu/vue-flow/commit/95b51a0e352e29305a12387ea03fa35ce7f16825) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent undefined being passed to updateNodeInternals + +- [#712](https://github.com/bcakmakoglu/vue-flow/pull/712) [`76256439`](https://github.com/bcakmakoglu/vue-flow/commit/76256439bb59f2afb20a423b283d7232afece97f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix resize-observer throwing when node el doesn't exist but effect is run + +- [#707](https://github.com/bcakmakoglu/vue-flow/pull/707) [`e8c383ff`](https://github.com/bcakmakoglu/vue-flow/commit/e8c383ffeffb306ca18d2acfaf145efba3e11fa1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix nodes not using zIndex option + +- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent writing `process.env` into umd build + +- [#714](https://github.com/bcakmakoglu/vue-flow/pull/714) [`1fa4ee1b`](https://github.com/bcakmakoglu/vue-flow/commit/1fa4ee1b8faf25ce83c6c8f37fa35531c54eba0c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Wait until viewport helper is initialized before triggering viewport functions and pane ready event + ## 1.15.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index fbd90242..b8a5f1d2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.15.1", + "version": "1.15.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index e902a696..8cbebc64 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.0.4 + +### Patch Changes + +- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins + ## 1.0.3 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 22deb878..e41e4cfe 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.0.3", + "version": "1.0.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index 5a5a7d7e..82bbaf3b 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.2.2 + +### Patch Changes + +- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins + ## 1.2.1 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 01ed56c3..128a3995 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.2.1", + "version": "1.2.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index 79a1e9e5..3a8a8866 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-toolbar +## 1.0.6 + +### Patch Changes + +- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins + ## 1.0.5 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 5b86de8a..12616d41 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-toolbar", - "version": "1.0.5", + "version": "1.0.6", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/pathfinding-edge/CHANGELOG.md b/packages/pathfinding-edge/CHANGELOG.md index b986bad0..6af5689b 100644 --- a/packages/pathfinding-edge/CHANGELOG.md +++ b/packages/pathfinding-edge/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/pathfinding-edge +## 1.0.4 + +### Patch Changes + +- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins + ## 1.0.3 ### Patch Changes @@ -35,22 +41,22 @@ Before: ```js - import { getBezierPath, getEdgeCenter } from '@braks/vue-flow' + import { getBezierPath, getEdgeCenter } from "@braks/vue-flow"; // used to return the path string only - const edgePath = computed(() => getBezierPath(pathParams)) + const edgePath = computed(() => getBezierPath(pathParams)); // was necessary to get the centerX, centerY of an edge - const centered = computed(() => getEdgeCenter(centerParams)) + const centered = computed(() => getEdgeCenter(centerParams)); ``` After: ```js - import { getBezierPath } from '@vue-flow/core' + import { getBezierPath } from "@vue-flow/core"; // returns the path string and the center positions - const [path, centerX, centerY] = computed(() => getBezierPath(pathParams)) + const [path, centerX, centerY] = computed(() => getBezierPath(pathParams)); ``` - [#305](https://github.com/bcakmakoglu/vue-flow/pull/305) [`47d837aa`](https://github.com/bcakmakoglu/vue-flow/commit/47d837aac096e59e7f55213990dff2cc7eba0c01) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - # What's changed? @@ -85,14 +91,18 @@ Before: ```js - import { VueFlow, Background, MiniMap, Controls } from '@braks/vue-flow' + import { VueFlow, Background, MiniMap, Controls } from "@braks/vue-flow"; ``` After ```js - import { VueFlow } from '@vue-flow/core' - import { Background, MiniMap, Controls } from '@vue-flow/additional-components' + import { VueFlow } from "@vue-flow/core"; + import { + Background, + MiniMap, + Controls, + } from "@vue-flow/additional-components"; ``` ### Patch Changes diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index 6a061d57..ad1ef59c 100644 --- a/packages/pathfinding-edge/package.json +++ b/packages/pathfinding-edge/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/pathfinding-edge", - "version": "1.0.3", + "version": "1.0.4", "private": false, "repository": { "type": "git",