chore: bump versions

This commit is contained in:
github-actions[bot]
2022-12-01 16:39:49 +01:00
committed by Braks
parent 649bdb94d4
commit a750c0bac9
4 changed files with 9 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add nullish check for node/edge events object to prevent err if undefined
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Update model-value regardless of element arr length
+8
View File
@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.5.1
### Patch Changes
- [#459](https://github.com/bcakmakoglu/vue-flow/pull/459) [`649bdb9`](https://github.com/bcakmakoglu/vue-flow/commit/649bdb94d4e1b9dc102629eb83b9912ca1c5c7c5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add nullish check for node/edge events object to prevent err if undefined
- [#454](https://github.com/bcakmakoglu/vue-flow/pull/454) [`fc15fa3`](https://github.com/bcakmakoglu/vue-flow/commit/fc15fa3276689744ef5f41f2b8560c8370cd37e6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Update model-value regardless of element arr length
## 1.5.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.5.0",
"version": "1.5.1",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",