diff --git a/.changeset/gorgeous-hairs-obey.md b/.changeset/gorgeous-hairs-obey.md deleted file mode 100644 index 977d5bb5..00000000 --- a/.changeset/gorgeous-hairs-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix watcher not triggering with the `onMounted` hook diff --git a/.changeset/quiet-plants-mate.md b/.changeset/quiet-plants-mate.md deleted file mode 100644 index 254145da..00000000 --- a/.changeset/quiet-plants-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Child nodes not properly using parent dimensions when extent is set to `parent` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b08df1cb..aca65202 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index e3cfda4f..c4845451 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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>",