From f4616af8404579b9a8e64e595d18fe5c72851348 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Apr 2023 17:47:22 +0000 Subject: [PATCH] chore: bump versions --- .changeset/brown-socks-sit.md | 5 ----- .changeset/cold-pens-juggle.md | 5 ----- .changeset/five-dingos-look.md | 5 ----- .changeset/itchy-cats-build.md | 5 ----- .changeset/lazy-wombats-obey.md | 5 ----- .changeset/lemon-peaches-mate.md | 5 ----- .changeset/light-pots-float.md | 5 ----- .changeset/plenty-chicken-exist.md | 5 ----- .changeset/shy-news-talk.md | 5 ----- .changeset/small-mayflies-try.md | 5 ----- .changeset/stale-eels-clean.md | 11 ---------- .changeset/swift-cheetahs-visit.md | 5 ----- .changeset/wet-rings-sneeze.md | 5 ----- packages/background/CHANGELOG.md | 10 +++++++++ packages/background/package.json | 2 +- packages/controls/CHANGELOG.md | 6 ++++++ packages/controls/package.json | 2 +- packages/core/CHANGELOG.md | 30 ++++++++++++++++++++++++++ packages/core/package.json | 3 +-- 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 | 6 ++++++ packages/pathfinding-edge/package.json | 2 +- 27 files changed, 77 insertions(+), 79 deletions(-) delete mode 100644 .changeset/brown-socks-sit.md delete mode 100644 .changeset/cold-pens-juggle.md delete mode 100644 .changeset/five-dingos-look.md delete mode 100644 .changeset/itchy-cats-build.md delete mode 100644 .changeset/lazy-wombats-obey.md delete mode 100644 .changeset/lemon-peaches-mate.md delete mode 100644 .changeset/light-pots-float.md delete mode 100644 .changeset/plenty-chicken-exist.md delete mode 100644 .changeset/shy-news-talk.md delete mode 100644 .changeset/small-mayflies-try.md delete mode 100644 .changeset/stale-eels-clean.md delete mode 100644 .changeset/swift-cheetahs-visit.md delete mode 100644 .changeset/wet-rings-sneeze.md diff --git a/.changeset/brown-socks-sit.md b/.changeset/brown-socks-sit.md deleted file mode 100644 index 7701504e..00000000 --- a/.changeset/brown-socks-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow passing regular edge type to `getConnectedEdges` diff --git a/.changeset/cold-pens-juggle.md b/.changeset/cold-pens-juggle.md deleted file mode 100644 index 08daea57..00000000 --- a/.changeset/cold-pens-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow CoordinateExtent as range for extended node extent diff --git a/.changeset/five-dingos-look.md b/.changeset/five-dingos-look.md deleted file mode 100644 index 99e5941b..00000000 --- a/.changeset/five-dingos-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing node ids as string array to `getConnectedEdges` diff --git a/.changeset/itchy-cats-build.md b/.changeset/itchy-cats-build.md deleted file mode 100644 index 9280bc61..00000000 --- a/.changeset/itchy-cats-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `getConnectedNodes` utility function diff --git a/.changeset/lazy-wombats-obey.md b/.changeset/lazy-wombats-obey.md deleted file mode 100644 index 2024c615..00000000 --- a/.changeset/lazy-wombats-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add missing `Type` generic to node types diff --git a/.changeset/lemon-peaches-mate.md b/.changeset/lemon-peaches-mate.md deleted file mode 100644 index ac0e26ee..00000000 --- a/.changeset/lemon-peaches-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing undefined as id to `findNode` & `findEdge` diff --git a/.changeset/light-pots-float.md b/.changeset/light-pots-float.md deleted file mode 100644 index 12d524e5..00000000 --- a/.changeset/light-pots-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Limit auto-pan when dragging a node by translate extent, so nodes cannot be dragged infinitely into the background. diff --git a/.changeset/plenty-chicken-exist.md b/.changeset/plenty-chicken-exist.md deleted file mode 100644 index d9771047..00000000 --- a/.changeset/plenty-chicken-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/background": minor ---- - -Change default bg gap to 20 from 10 diff --git a/.changeset/shy-news-talk.md b/.changeset/shy-news-talk.md deleted file mode 100644 index b95a2de8..00000000 --- a/.changeset/shy-news-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Deprecate class and style funcs for node/edge types diff --git a/.changeset/small-mayflies-try.md b/.changeset/small-mayflies-try.md deleted file mode 100644 index 310b91af..00000000 --- a/.changeset/small-mayflies-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add missing `Type` generic to edge types diff --git a/.changeset/stale-eels-clean.md b/.changeset/stale-eels-clean.md deleted file mode 100644 index 8fd4cb42..00000000 --- a/.changeset/stale-eels-clean.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 ---- - -Add `exports` field to package.json diff --git a/.changeset/swift-cheetahs-visit.md b/.changeset/swift-cheetahs-visit.md deleted file mode 100644 index 6936d9f9..00000000 --- a/.changeset/swift-cheetahs-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing plain number as padding for extent range diff --git a/.changeset/wet-rings-sneeze.md b/.changeset/wet-rings-sneeze.md deleted file mode 100644 index c09b9e96..00000000 --- a/.changeset/wet-rings-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `ToGraphNode` and `ToGraphEdge` utility types diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 3e8c373a..9b725077 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/background +## 1.2.0 + +### Minor Changes + +- [#861](https://github.com/bcakmakoglu/vue-flow/pull/861) [`6c243d8f`](https://github.com/bcakmakoglu/vue-flow/commit/6c243d8fc533cbe2030c6085f5673388769324e6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Change default bg gap to 20 from 10 + +### Patch Changes + +- [#865](https://github.com/bcakmakoglu/vue-flow/pull/865) [`9ce7bdc4`](https://github.com/bcakmakoglu/vue-flow/commit/9ce7bdc4908dda4dea299e5f469b252ac20a12ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `exports` field to package.json + ## 1.1.0 ### Minor Changes diff --git a/packages/background/package.json b/packages/background/package.json index 65cd07cf..45798d43 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.1.0", + "version": "1.2.0", "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 c4fb077b..e2dee76c 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/controls +## 1.0.5 + +### Patch Changes + +- [#865](https://github.com/bcakmakoglu/vue-flow/pull/865) [`9ce7bdc4`](https://github.com/bcakmakoglu/vue-flow/commit/9ce7bdc4908dda4dea299e5f469b252ac20a12ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `exports` field to package.json + ## 1.0.4 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 97474100..e8f2c405 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "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/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 938c497a..e88cf04b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,35 @@ # @vue-flow/core +## 1.19.0 + +### Minor Changes + +- [#859](https://github.com/bcakmakoglu/vue-flow/pull/859) [`7faf36ac`](https://github.com/bcakmakoglu/vue-flow/commit/7faf36ac4a294f7d240b754f8c12cb63aca6c88d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow CoordinateExtent as range for extended node extent + +- [#864](https://github.com/bcakmakoglu/vue-flow/pull/864) [`ae41b298`](https://github.com/bcakmakoglu/vue-flow/commit/ae41b298ce312eb02aaaad3a07484bd5bc8a35cd) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing node ids as string array to `getConnectedEdges` + +- [#856](https://github.com/bcakmakoglu/vue-flow/pull/856) [`f9b17f2a`](https://github.com/bcakmakoglu/vue-flow/commit/f9b17f2ae597cf7db61673d25809fc4d2c090159) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `getConnectedNodes` utility function + +- [#856](https://github.com/bcakmakoglu/vue-flow/pull/856) [`a937af66`](https://github.com/bcakmakoglu/vue-flow/commit/a937af66985b2f2eefec8cb06cc99786172ca0ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing undefined as id to `findNode` & `findEdge` + +- [#859](https://github.com/bcakmakoglu/vue-flow/pull/859) [`4abd2919`](https://github.com/bcakmakoglu/vue-flow/commit/4abd2919b8772bcadbaed323f5851f9920ab66d5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing plain number as padding for extent range + +- [#862](https://github.com/bcakmakoglu/vue-flow/pull/862) [`dbcbe782`](https://github.com/bcakmakoglu/vue-flow/commit/dbcbe782165afc4484d3dae1891965315acd26ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `ToGraphNode` and `ToGraphEdge` utility types + +### Patch Changes + +- [#863](https://github.com/bcakmakoglu/vue-flow/pull/863) [`c3991c75`](https://github.com/bcakmakoglu/vue-flow/commit/c3991c759eec40cf42c8b93d46b2b60dca9e5918) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing regular edge type to `getConnectedEdges` + +- [#862](https://github.com/bcakmakoglu/vue-flow/pull/862) [`dbcbe782`](https://github.com/bcakmakoglu/vue-flow/commit/dbcbe782165afc4484d3dae1891965315acd26ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing `Type` generic to node types + +- [#860](https://github.com/bcakmakoglu/vue-flow/pull/860) [`cc158716`](https://github.com/bcakmakoglu/vue-flow/commit/cc158716b38634861f6a8a9cb30b5e2ed3c9a3d6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Limit auto-pan when dragging a node by translate extent, so nodes cannot be dragged infinitely into the background. + +- [#862](https://github.com/bcakmakoglu/vue-flow/pull/862) [`dbcbe782`](https://github.com/bcakmakoglu/vue-flow/commit/dbcbe782165afc4484d3dae1891965315acd26ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Deprecate class and style funcs for node/edge types + +- [#862](https://github.com/bcakmakoglu/vue-flow/pull/862) [`dbcbe782`](https://github.com/bcakmakoglu/vue-flow/commit/dbcbe782165afc4484d3dae1891965315acd26ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing `Type` generic to edge types + +- [#865](https://github.com/bcakmakoglu/vue-flow/pull/865) [`9ce7bdc4`](https://github.com/bcakmakoglu/vue-flow/commit/9ce7bdc4908dda4dea299e5f469b252ac20a12ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `exports` field to package.json + ## 1.18.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9155a991..f0f679ad 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.18.2", + "version": "1.19.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -12,7 +12,6 @@ "bugs": { "url": "https://github.com/bcakmakoglu/vue-flow/issues" }, - "keywords": [ "vue", "flow", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index a208e06a..a5c2e119 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.1.1 + +### Patch Changes + +- [#865](https://github.com/bcakmakoglu/vue-flow/pull/865) [`9ce7bdc4`](https://github.com/bcakmakoglu/vue-flow/commit/9ce7bdc4908dda4dea299e5f469b252ac20a12ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `exports` field to package.json + ## 1.1.0 ### Minor Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 6264cec2..225096cc 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.1.0", + "version": "1.1.1", "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 39618ecc..e3554d81 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.3.1 + +### Patch Changes + +- [#865](https://github.com/bcakmakoglu/vue-flow/pull/865) [`9ce7bdc4`](https://github.com/bcakmakoglu/vue-flow/commit/9ce7bdc4908dda4dea299e5f469b252ac20a12ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `exports` field to package.json + ## 1.3.0 ### Minor Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 2d060c86..44f51830 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.3.0", + "version": "1.3.1", "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 3a8a8866..e17a2b9d 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-toolbar +## 1.0.7 + +### Patch Changes + +- [#865](https://github.com/bcakmakoglu/vue-flow/pull/865) [`9ce7bdc4`](https://github.com/bcakmakoglu/vue-flow/commit/9ce7bdc4908dda4dea299e5f469b252ac20a12ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `exports` field to package.json + ## 1.0.6 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 2b965eb8..c87a25eb 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.6", + "version": "1.0.7", "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 faefc917..73d24a0a 100644 --- a/packages/pathfinding-edge/CHANGELOG.md +++ b/packages/pathfinding-edge/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/pathfinding-edge +## 1.0.6 + +### Patch Changes + +- [#865](https://github.com/bcakmakoglu/vue-flow/pull/865) [`9ce7bdc4`](https://github.com/bcakmakoglu/vue-flow/commit/9ce7bdc4908dda4dea299e5f469b252ac20a12ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `exports` field to package.json + ## 1.0.5 ### Patch Changes diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index 0c719c05..9010947a 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.5", + "version": "1.0.6", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",