chore: bump versions

This commit is contained in:
github-actions[bot]
2023-03-22 18:28:37 +00:00
committed by Braks
parent 04598cdcf6
commit 0ab0de1a4d
7 changed files with 16 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use `Object.assign` when parsing node to avoid mutating the original object.

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/pathfinding-edge": patch
---
Fix wrong package entries in `package.json` for pathfinding edge

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Fix non-passive wheel event listener violation

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.16.5
### Patch Changes
- [#780](https://github.com/bcakmakoglu/vue-flow/pull/780) [`cdaf1e99`](https://github.com/bcakmakoglu/vue-flow/commit/cdaf1e993ad3328f2659a4781214914ee78683bf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `Object.assign` when parsing node to avoid mutating the original object.
- [#770](https://github.com/bcakmakoglu/vue-flow/pull/770) [`f88faac7`](https://github.com/bcakmakoglu/vue-flow/commit/f88faac7d2849c596121519b5b417270f9cdfc3d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix non-passive wheel event listener violation
## 1.16.4
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @vue-flow/pathfinding-edge
## 1.0.5
### Patch Changes
- [#770](https://github.com/bcakmakoglu/vue-flow/pull/770) [`baaabbe8`](https://github.com/bcakmakoglu/vue-flow/commit/baaabbe8e5cd88c9976033bca33119b1bc7a4d57) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix wrong package entries in `package.json` for pathfinding edge
## 1.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/pathfinding-edge",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"repository": {
"type": "git",