From d22a2394d49318b01c1a384d73970db018caec5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Nov 2024 19:16:01 +0000 Subject: [PATCH] chore: bump versions --- .changeset/early-walls-attack.md | 5 ----- .changeset/hot-islands-carry.md | 5 ----- .changeset/kind-eels-develop.md | 5 ----- .changeset/selfish-falcons-run.md | 5 ----- .changeset/tame-cups-tan.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/early-walls-attack.md delete mode 100644 .changeset/hot-islands-carry.md delete mode 100644 .changeset/kind-eels-develop.md delete mode 100644 .changeset/selfish-falcons-run.md delete mode 100644 .changeset/tame-cups-tan.md diff --git a/.changeset/early-walls-attack.md b/.changeset/early-walls-attack.md deleted file mode 100644 index 1844df3e..00000000 --- a/.changeset/early-walls-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -check if event on drag end is mouse/touch event or a usedrag event diff --git a/.changeset/hot-islands-carry.md b/.changeset/hot-islands-carry.md deleted file mode 100644 index fc884afd..00000000 --- a/.changeset/hot-islands-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Properly release key combinations when one of the keys is unpressed diff --git a/.changeset/kind-eels-develop.md b/.changeset/kind-eels-develop.md deleted file mode 100644 index 08072ce1..00000000 --- a/.changeset/kind-eels-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/background": patch ---- - -Set default offset value to `0` diff --git a/.changeset/selfish-falcons-run.md b/.changeset/selfish-falcons-run.md deleted file mode 100644 index ee0a9fad..00000000 --- a/.changeset/selfish-falcons-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow using the `+` key in key combinations diff --git a/.changeset/tame-cups-tan.md b/.changeset/tame-cups-tan.md deleted file mode 100644 index 8e10592e..00000000 --- a/.changeset/tame-cups-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Escape node labels and avoid rendering them as innerHTML diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 1169c377..ad06050b 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/background +## 1.3.2 + +### Patch Changes + +- [#1692](https://github.com/bcakmakoglu/vue-flow/pull/1692) [`f08c15d`](https://github.com/bcakmakoglu/vue-flow/commit/f08c15da511ab3e6e6960e2e80c32d2870d6e755) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set default offset value to `0` + ## 1.3.1 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index b2af8223..b185f436 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.3.1", + "version": "1.3.2", "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 70c54899..0ca65ceb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.41.5 + +### Patch Changes + +- [#1680](https://github.com/bcakmakoglu/vue-flow/pull/1680) [`b6c500d`](https://github.com/bcakmakoglu/vue-flow/commit/b6c500dca8a8baa054802a80772990c723f83e2d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - check if event on drag end is mouse/touch event or a usedrag event + +- [#1696](https://github.com/bcakmakoglu/vue-flow/pull/1696) [`249efce`](https://github.com/bcakmakoglu/vue-flow/commit/249efce8107f1b51ecd98206953015b9b470e342) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Properly release key combinations when one of the keys is unpressed + +- [#1693](https://github.com/bcakmakoglu/vue-flow/pull/1693) [`f28ffba`](https://github.com/bcakmakoglu/vue-flow/commit/f28ffba4d3f8166f2e80a9e6805d17db14ab2a89) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow using the `+` key in key combinations + +- [#1695](https://github.com/bcakmakoglu/vue-flow/pull/1695) [`b09ad8e`](https://github.com/bcakmakoglu/vue-flow/commit/b09ad8ea35e974c83b5ad2ceea49e7971ff62cf3) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Escape node labels and avoid rendering them as innerHTML + ## 1.41.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1c2647b6..209e20dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.41.4", + "version": "1.41.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",