From a838941d393fb85a26294e06130b768919404616 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Aug 2023 05:16:05 +0000 Subject: [PATCH] chore: bump versions --- .changeset/calm-oranges-love.md | 5 ----- .changeset/clever-tables-kiss.md | 5 ----- .changeset/fuzzy-bulldogs-eat.md | 5 ----- .changeset/hip-lies-protect.md | 5 ----- .changeset/honest-terms-travel.md | 5 ----- .changeset/little-experts-appear.md | 5 ----- .changeset/modern-ties-reflect.md | 5 ----- .changeset/nervous-clouds-approve.md | 5 ----- .changeset/spicy-dolphins-ring.md | 5 ----- .changeset/spotty-taxis-watch.md | 5 ----- .changeset/tidy-comics-run.md | 5 ----- .changeset/yellow-tables-serve.md | 5 ----- packages/core/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 10 ++++++++++ packages/minimap/package.json | 2 +- packages/node-resizer/CHANGELOG.md | 6 ++++++ packages/node-resizer/package.json | 2 +- 18 files changed, 41 insertions(+), 63 deletions(-) delete mode 100644 .changeset/calm-oranges-love.md delete mode 100644 .changeset/clever-tables-kiss.md delete mode 100644 .changeset/fuzzy-bulldogs-eat.md delete mode 100644 .changeset/hip-lies-protect.md delete mode 100644 .changeset/honest-terms-travel.md delete mode 100644 .changeset/little-experts-appear.md delete mode 100644 .changeset/modern-ties-reflect.md delete mode 100644 .changeset/nervous-clouds-approve.md delete mode 100644 .changeset/spicy-dolphins-ring.md delete mode 100644 .changeset/spotty-taxis-watch.md delete mode 100644 .changeset/tidy-comics-run.md delete mode 100644 .changeset/yellow-tables-serve.md diff --git a/.changeset/calm-oranges-love.md b/.changeset/calm-oranges-love.md deleted file mode 100644 index 1737ef64..00000000 --- a/.changeset/calm-oranges-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -fix smooth step edge horizontally or vertically aligned nodes diff --git a/.changeset/clever-tables-kiss.md b/.changeset/clever-tables-kiss.md deleted file mode 100644 index ca6d7a74..00000000 --- a/.changeset/clever-tables-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": minor ---- - -Add `offsetScale` prop diff --git a/.changeset/fuzzy-bulldogs-eat.md b/.changeset/fuzzy-bulldogs-eat.md deleted file mode 100644 index fd925ad3..00000000 --- a/.changeset/fuzzy-bulldogs-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix scroll speed when using Control btn on windows diff --git a/.changeset/hip-lies-protect.md b/.changeset/hip-lies-protect.md deleted file mode 100644 index cc8789c3..00000000 --- a/.changeset/hip-lies-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use os specific key defaults (Windows -> Control, Mac -> Meta) diff --git a/.changeset/honest-terms-travel.md b/.changeset/honest-terms-travel.md deleted file mode 100644 index 1a951fa7..00000000 --- a/.changeset/honest-terms-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/node-resizer": patch ---- - -Enforce minHeight, minWidth and maxHeight, maxWidth by updating node styles whenever these props change (if an update is necessary) diff --git a/.changeset/little-experts-appear.md b/.changeset/little-experts-appear.md deleted file mode 100644 index 8e2c8b5a..00000000 --- a/.changeset/little-experts-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add role `img` to edges if not focusable diff --git a/.changeset/modern-ties-reflect.md b/.changeset/modern-ties-reflect.md deleted file mode 100644 index ff0c2799..00000000 --- a/.changeset/modern-ties-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Improve smoothstep edge label positioning diff --git a/.changeset/nervous-clouds-approve.md b/.changeset/nervous-clouds-approve.md deleted file mode 100644 index ac43f33a..00000000 --- a/.changeset/nervous-clouds-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix horizontal scroll on windows diff --git a/.changeset/spicy-dolphins-ring.md b/.changeset/spicy-dolphins-ring.md deleted file mode 100644 index e329b8e6..00000000 --- a/.changeset/spicy-dolphins-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Clear pressed key on keyup event, so that key combinations only work while simulteanously pressing keys diff --git a/.changeset/spotty-taxis-watch.md b/.changeset/spotty-taxis-watch.md deleted file mode 100644 index 29b84703..00000000 --- a/.changeset/spotty-taxis-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow passing key combinations as a simple string instead of wrapping in an array diff --git a/.changeset/tidy-comics-run.md b/.changeset/tidy-comics-run.md deleted file mode 100644 index 069688a3..00000000 --- a/.changeset/tidy-comics-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": patch ---- - -Pass missing minimap node props diff --git a/.changeset/yellow-tables-serve.md b/.changeset/yellow-tables-serve.md deleted file mode 100644 index b39f4c9f..00000000 --- a/.changeset/yellow-tables-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Reset isPressed value when switching from a boolean keyFilter to another type of keyFilter diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e7bfafc7..bc0ea364 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,27 @@ # @vue-flow/core +## 1.22.3 + +### Patch Changes + +- [#1064](https://github.com/bcakmakoglu/vue-flow/pull/1064) [`07387ebe`](https://github.com/bcakmakoglu/vue-flow/commit/07387ebef39c086d2d3cc51a51ea3f7eecec5016) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - fix smooth step edge horizontally or vertically aligned nodes + +- [#1082](https://github.com/bcakmakoglu/vue-flow/pull/1082) [`e3cc6ddf`](https://github.com/bcakmakoglu/vue-flow/commit/e3cc6ddf84d824be3e47952dbaa07cc610f7fa03) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix scroll speed when using Control btn on windows + +- [#1081](https://github.com/bcakmakoglu/vue-flow/pull/1081) [`0d36d4cd`](https://github.com/bcakmakoglu/vue-flow/commit/0d36d4cdd991395c33c2e2248a9d4ba3f9d42538) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use os specific key defaults (Windows -> Control, Mac -> Meta) + +- [#1065](https://github.com/bcakmakoglu/vue-flow/pull/1065) [`05821407`](https://github.com/bcakmakoglu/vue-flow/commit/0582140773675df8fd117712d3837e89edb0f546) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add role `img` to edges if not focusable + +- [#1083](https://github.com/bcakmakoglu/vue-flow/pull/1083) [`13d2e2cb`](https://github.com/bcakmakoglu/vue-flow/commit/13d2e2cb75d165a67d0412df5964ea6b01dfbb42) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Improve smoothstep edge label positioning + +- [#1082](https://github.com/bcakmakoglu/vue-flow/pull/1082) [`e3cc6ddf`](https://github.com/bcakmakoglu/vue-flow/commit/e3cc6ddf84d824be3e47952dbaa07cc610f7fa03) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix horizontal scroll on windows + +- [#1085](https://github.com/bcakmakoglu/vue-flow/pull/1085) [`03715134`](https://github.com/bcakmakoglu/vue-flow/commit/0371513440ce0cc4a524fc844947fb0d69c2842b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Clear pressed key on keyup event, so that key combinations only work while simulteanously pressing keys + +- [#1084](https://github.com/bcakmakoglu/vue-flow/pull/1084) [`806f2632`](https://github.com/bcakmakoglu/vue-flow/commit/806f263217906258982d96039d98b019642b63ad) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing key combinations as a simple string instead of wrapping in an array + +- [#1086](https://github.com/bcakmakoglu/vue-flow/pull/1086) [`641b4d75`](https://github.com/bcakmakoglu/vue-flow/commit/641b4d7521409ad9754f776f46c983e4c9972493) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Reset isPressed value when switching from a boolean keyFilter to another type of keyFilter + ## 1.22.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3b34c955..3e352d04 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.22.2", + "version": "1.22.3", "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 a5c2e119..23c6b00a 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/minimap +## 1.2.0 + +### Minor Changes + +- [#1066](https://github.com/bcakmakoglu/vue-flow/pull/1066) [`f1421f43`](https://github.com/bcakmakoglu/vue-flow/commit/f1421f437dfea55bdeeaf9b5471f2ac466ce64be) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `offsetScale` prop + +### Patch Changes + +- [#1066](https://github.com/bcakmakoglu/vue-flow/pull/1066) [`eac7308b`](https://github.com/bcakmakoglu/vue-flow/commit/eac7308bebeb5663ff2b17f82e5e3339618bb292) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass missing minimap node props + ## 1.1.1 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 07f48666..90136038 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.1.1", + "version": "1.2.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 35887b57..b0a33ed8 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.3.4 + +### Patch Changes + +- [#1087](https://github.com/bcakmakoglu/vue-flow/pull/1087) [`48bcb29c`](https://github.com/bcakmakoglu/vue-flow/commit/48bcb29c88ed24409fbca17be028c1b5b2c4ee90) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Enforce minHeight, minWidth and maxHeight, maxWidth by updating node styles whenever these props change (if an update is necessary) + ## 1.3.3 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 0b4570e1..a3a4d413 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.3", + "version": "1.3.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",