chore: bump versions

This commit is contained in:
github-actions[bot]
2023-03-31 13:40:16 +00:00
committed by Braks
parent 640adf5993
commit 36da593818
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Fix object assign order when parsing node and edge obj

View File

@@ -1,5 +1,11 @@
# @vue-flow/core
## 1.17.3
### Patch Changes
- [#815](https://github.com/bcakmakoglu/vue-flow/pull/815) [`15cc769`](https://github.com/bcakmakoglu/vue-flow/commit/15cc7692c84a7cbd1af4c7850cc742662c292cf0) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix object assign order when parsing node and edge obj
## 1.17.2
### Patch Changes

View File

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