chore: bump versions

This commit is contained in:
github-actions[bot]
2022-12-10 12:32:51 +00:00
committed by Braks
parent 7abc395654
commit 51e7f386d4
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix watcher not triggering with the `onMounted` hook

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Child nodes not properly using parent dimensions when extent is set to `parent`

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.5.7
### Patch Changes
- [#501](https://github.com/bcakmakoglu/vue-flow/pull/501) [`ccff5b8b`](https://github.com/bcakmakoglu/vue-flow/commit/ccff5b8bd0f17bb862457c538dd0c7eb3acdfafd) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix watcher not triggering with the `onMounted` hook
- [#506](https://github.com/bcakmakoglu/vue-flow/pull/506) [`7abc3956`](https://github.com/bcakmakoglu/vue-flow/commit/7abc395654d04a7a0144d37e8787a416b0847fae) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Child nodes not properly using parent dimensions when extent is set to `parent`
## 1.5.6
### Patch Changes

View File

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