chore: bump versions

This commit is contained in:
github-actions[bot]
2023-11-04 17:56:58 +00:00
committed by Braks
parent 5a21959482
commit ea7f8435ef
6 changed files with 13 additions and 21 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Properly cleanup drag handlers when drag is disabled

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use existing node, if one was passed, for intersection checks

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Add immediate flag to prop watchers. Fixes default viewport values not being available when viewport is mounted

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Do not wait for d3zoom to be available when setting min/max zoom

View File

@@ -1,5 +1,17 @@
# @vue-flow/core
## 1.24.2
### Patch Changes
- [#1164](https://github.com/bcakmakoglu/vue-flow/pull/1164) [`e3edb6dd`](https://github.com/bcakmakoglu/vue-flow/commit/e3edb6dd8bfeebc5c4becc0bd564072fe3f04be1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Properly cleanup drag handlers when drag is disabled
- [#1163](https://github.com/bcakmakoglu/vue-flow/pull/1163) [`56469e95`](https://github.com/bcakmakoglu/vue-flow/commit/56469e95df5031362d88476c061f730ac9fffd28) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use existing node, if one was passed, for intersection checks
- [#1159](https://github.com/bcakmakoglu/vue-flow/pull/1159) [`8013c9cf`](https://github.com/bcakmakoglu/vue-flow/commit/8013c9cf20a9be89746e274be799043c153390bf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add immediate flag to prop watchers. Fixes default viewport values not being available when viewport is mounted
- [#1159](https://github.com/bcakmakoglu/vue-flow/pull/1159) [`8013c9cf`](https://github.com/bcakmakoglu/vue-flow/commit/8013c9cf20a9be89746e274be799043c153390bf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Do not wait for d3zoom to be available when setting min/max zoom
## 1.24.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.24.1",
"version": "1.24.2",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",