chore: bump versions

This commit is contained in:
github-actions[bot]
2024-11-13 19:16:01 +00:00
committed by Braks
parent f7a266415a
commit d22a2394d4
9 changed files with 20 additions and 27 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
check if event on drag end is mouse/touch event or a usedrag event

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Properly release key combinations when one of the keys is unpressed

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/background": patch
---
Set default offset value to `0`

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Allow using the `+` key in key combinations

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Escape node labels and avoid rendering them as innerHTML

View File

@@ -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

View File

@@ -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>",

View File

@@ -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

View File

@@ -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>",