From 6f02480b173115c6702bebcfce56758ed588bc08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Feb 2023 22:56:28 +0000 Subject: [PATCH] chore: next release --- .changeset/fair-snakes-jam.md | 5 ----- .changeset/new-falcons-approve.md | 5 ----- .changeset/ninety-cooks-report.md | 5 ----- .changeset/plenty-maps-shout.md | 5 ----- .changeset/shaggy-dots-wait.md | 5 ----- .changeset/spotty-chairs-allow.md | 5 ----- .changeset/tidy-laws-begin.md | 5 ----- packages/core/CHANGELOG.md | 18 ++++++++++++++++++ packages/core/package.json | 2 +- packages/node-resizer/CHANGELOG.md | 6 ++++++ packages/node-resizer/package.json | 2 +- 11 files changed, 26 insertions(+), 37 deletions(-) delete mode 100644 .changeset/fair-snakes-jam.md delete mode 100644 .changeset/new-falcons-approve.md delete mode 100644 .changeset/ninety-cooks-report.md delete mode 100644 .changeset/plenty-maps-shout.md delete mode 100644 .changeset/shaggy-dots-wait.md delete mode 100644 .changeset/spotty-chairs-allow.md delete mode 100644 .changeset/tidy-laws-begin.md diff --git a/.changeset/fair-snakes-jam.md b/.changeset/fair-snakes-jam.md deleted file mode 100644 index 94c9ea02..00000000 --- a/.changeset/fair-snakes-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/node-resizer': minor ---- - -Add `shouldResize` option. Allows users to cancel resizing. diff --git a/.changeset/new-falcons-approve.md b/.changeset/new-falcons-approve.md deleted file mode 100644 index 9735005b..00000000 --- a/.changeset/new-falcons-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add `valid` and `connecting` class names instead of `vue-flow__handle-valid` and `vue-flow__handle-connecting` (old class names kept for backwards compatibility but will be removed in the future) diff --git a/.changeset/ninety-cooks-report.md b/.changeset/ninety-cooks-report.md deleted file mode 100644 index d23bb307..00000000 --- a/.changeset/ninety-cooks-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Draw connection lines to opposite position diff --git a/.changeset/plenty-maps-shout.md b/.changeset/plenty-maps-shout.md deleted file mode 100644 index 1aba1a07..00000000 --- a/.changeset/plenty-maps-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -When a node is not draggable, avoid dragging it when using a selection box diff --git a/.changeset/shaggy-dots-wait.md b/.changeset/shaggy-dots-wait.md deleted file mode 100644 index 38efac67..00000000 --- a/.changeset/shaggy-dots-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix ios connection error diff --git a/.changeset/spotty-chairs-allow.md b/.changeset/spotty-chairs-allow.md deleted file mode 100644 index e2c7b6ef..00000000 --- a/.changeset/spotty-chairs-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': minor ---- - -Add `VueFlowError` class which is used when throwing diff --git a/.changeset/tidy-laws-begin.md b/.changeset/tidy-laws-begin.md deleted file mode 100644 index 8b1bf5db..00000000 --- a/.changeset/tidy-laws-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': minor ---- - -Add `connectionStatus` to connection lines, which can be used to check if the connection line is used on a valid handle. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5652d449..52b6eb58 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,23 @@ # @vue-flow/core +## 1.14.0 + +### Minor Changes + +- [#654](https://github.com/bcakmakoglu/vue-flow/pull/654) [`99909f16`](https://github.com/bcakmakoglu/vue-flow/commit/99909f1660c337469abf7d6558be9de1b134074d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `VueFlowError` class which is used when throwing + +- [#649](https://github.com/bcakmakoglu/vue-flow/pull/649) [`47bc8280`](https://github.com/bcakmakoglu/vue-flow/commit/47bc8280075935e3047ebd26714b5516e0bb522f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `connectionStatus` to connection lines, which can be used to check if the connection line is used on a valid handle. + +### Patch Changes + +- [#650](https://github.com/bcakmakoglu/vue-flow/pull/650) [`aaf46dc2`](https://github.com/bcakmakoglu/vue-flow/commit/aaf46dc22ca8daa507e8e7eb7c3646bde158d8bc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `valid` and `connecting` class names instead of `vue-flow__handle-valid` and `vue-flow__handle-connecting` (old class names kept for backwards compatibility but will be removed in the future) + +- [#653](https://github.com/bcakmakoglu/vue-flow/pull/653) [`64e9dc3c`](https://github.com/bcakmakoglu/vue-flow/commit/64e9dc3c1eb00da2775f8d6e2d05d5fdbd6b4cdc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Draw connection lines to opposite position + +- [#651](https://github.com/bcakmakoglu/vue-flow/pull/651) [`c0d172be`](https://github.com/bcakmakoglu/vue-flow/commit/c0d172bee56b95f3e5f2fc72f16836d0e3e16a91) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - When a node is not draggable, avoid dragging it when using a selection box + +- [#650](https://github.com/bcakmakoglu/vue-flow/pull/650) [`aaf46dc2`](https://github.com/bcakmakoglu/vue-flow/commit/aaf46dc22ca8daa507e8e7eb7c3646bde158d8bc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix ios connection error + ## 1.13.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8fe9c784..1f37c8ad 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.13.2", + "version": "1.14.0", "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 1cd6e36a..b8a1c93d 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.1.0 + +### Minor Changes + +- [#646](https://github.com/bcakmakoglu/vue-flow/pull/646) [`a6a6c0b1`](https://github.com/bcakmakoglu/vue-flow/commit/a6a6c0b1afef357e163ddc9b2d44bece76dc1c41) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `shouldResize` option. Allows users to cancel resizing. + ## 1.0.2 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 6ea6021e..d4afe941 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.0.2", + "version": "1.1.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",