From 367f8947f2cf8adc8135c38d665f967f742a739b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:47:24 +0100 Subject: [PATCH] chore: bump versions (#1664) Co-authored-by: github-actions[bot] --- .changeset/empty-falcons-obey.md | 5 ----- .changeset/lovely-hairs-push.md | 5 ----- .changeset/nasty-panthers-admire.md | 5 ----- .changeset/real-radios-learn.md | 5 ----- .changeset/smart-lies-impress.md | 5 ----- packages/background/CHANGELOG.md | 6 ++++++ packages/background/package.json | 2 +- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- 9 files changed, 20 insertions(+), 27 deletions(-) delete mode 100644 .changeset/empty-falcons-obey.md delete mode 100644 .changeset/lovely-hairs-push.md delete mode 100644 .changeset/nasty-panthers-admire.md delete mode 100644 .changeset/real-radios-learn.md delete mode 100644 .changeset/smart-lies-impress.md diff --git a/.changeset/empty-falcons-obey.md b/.changeset/empty-falcons-obey.md deleted file mode 100644 index e607799b..00000000 --- a/.changeset/empty-falcons-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Reorder pane class names to allow dragging cursor when selection mode is permanently enabled diff --git a/.changeset/lovely-hairs-push.md b/.changeset/lovely-hairs-push.md deleted file mode 100644 index f0c12a41..00000000 --- a/.changeset/lovely-hairs-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Set `isPressed` to `true` if permanent keypress is enabled diff --git a/.changeset/nasty-panthers-admire.md b/.changeset/nasty-panthers-admire.md deleted file mode 100644 index 75fcafc4..00000000 --- a/.changeset/nasty-panthers-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow pan on drag when selectionKeyCode is `true` but panOnDrag key is not left mouse btn diff --git a/.changeset/real-radios-learn.md b/.changeset/real-radios-learn.md deleted file mode 100644 index a73777dd..00000000 --- a/.changeset/real-radios-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/background": patch ---- - -Start patterns at 0,0 diff --git a/.changeset/smart-lies-impress.md b/.changeset/smart-lies-impress.md deleted file mode 100644 index 89086bdd..00000000 --- a/.changeset/smart-lies-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use all handle bounds when using loose connection mode during edge update diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 40bd938a..1169c377 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/background +## 1.3.1 + +### Patch Changes + +- [#1666](https://github.com/bcakmakoglu/vue-flow/pull/1666) [`a48659a`](https://github.com/bcakmakoglu/vue-flow/commit/a48659a9215ca037221e09fccab85ea04b1a50d6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Start patterns at 0,0 + ## 1.3.0 ### Minor Changes diff --git a/packages/background/package.json b/packages/background/package.json index 3bde3f4a..b2af8223 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "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/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d7e9c120..23918ed7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.41.3 + +### Patch Changes + +- [#1662](https://github.com/bcakmakoglu/vue-flow/pull/1662) [`a41bd7b`](https://github.com/bcakmakoglu/vue-flow/commit/a41bd7b8218a47061824f2f4a5a2a7758e62561a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Reorder pane class names to allow dragging cursor when selection mode is permanently enabled + +- [#1667](https://github.com/bcakmakoglu/vue-flow/pull/1667) [`e51f08c`](https://github.com/bcakmakoglu/vue-flow/commit/e51f08cb51ee1bf442b70b88ce74f54db86ad4a7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set `isPressed` to `true` if permanent keypress is enabled + +- [#1662](https://github.com/bcakmakoglu/vue-flow/pull/1662) [`a41bd7b`](https://github.com/bcakmakoglu/vue-flow/commit/a41bd7b8218a47061824f2f4a5a2a7758e62561a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow pan on drag when selectionKeyCode is `true` but panOnDrag key is not left mouse btn + +- [#1665](https://github.com/bcakmakoglu/vue-flow/pull/1665) [`a6ec480`](https://github.com/bcakmakoglu/vue-flow/commit/a6ec4800f3256ce6d7d5d88212ac780634cb4f09) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use all handle bounds when using loose connection mode during edge update + ## 1.41.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 34bb4bed..34f85133 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.41.2", + "version": "1.41.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",