chore: bump versions

This commit is contained in:
github-actions[bot]
2023-12-12 18:57:30 +00:00
committed by Braks
parent f439e1c4e3
commit 466711fc3f
8 changed files with 20 additions and 22 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/node-resizer": patch
---
Pass correct node id to resize control

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Set default node drag threshold to 1

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Add nullish check when looking up the edge label renderer el

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Return promise from `fromObject` action. Promise is resolved when transition of `setViewport` ends

View File

@@ -1,5 +1,17 @@
# @vue-flow/core
## 1.27.0
### Minor Changes
- [#1203](https://github.com/bcakmakoglu/vue-flow/pull/1203) [`161f4808`](https://github.com/bcakmakoglu/vue-flow/commit/161f48080e74e28322c42e113e8d511db2e80c0a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set default node drag threshold to 1
- [#1212](https://github.com/bcakmakoglu/vue-flow/pull/1212) [`39cd3027`](https://github.com/bcakmakoglu/vue-flow/commit/39cd302701558c1c625fdc4da7535ae6505253a4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Return promise from `fromObject` action. Promise is resolved when transition of `setViewport` ends
### Patch Changes
- [#1214](https://github.com/bcakmakoglu/vue-flow/pull/1214) [`cda531f5`](https://github.com/bcakmakoglu/vue-flow/commit/cda531f54e835aea80d1c159d7bcc62e466dd0c8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add nullish check when looking up the edge label renderer el
## 1.26.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @vue-flow/node-resizer
## 1.3.6
### Patch Changes
- [#1215](https://github.com/bcakmakoglu/vue-flow/pull/1215) [`b0e6ac79`](https://github.com/bcakmakoglu/vue-flow/commit/b0e6ac79ff45da5e0bc1b080e2cfca39fc893cdc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass correct node id to resize control
## 1.3.5
### Patch Changes

View File

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