diff --git a/.changeset/plenty-turkeys-remain.md b/.changeset/plenty-turkeys-remain.md deleted file mode 100644 index 98b49014..00000000 --- a/.changeset/plenty-turkeys-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -use `reactive` instead of `shallowReactive` for nested node/edge properties diff --git a/.changeset/spicy-dancers-hug.md b/.changeset/spicy-dancers-hug.md deleted file mode 100644 index 1fb0443c..00000000 --- a/.changeset/spicy-dancers-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix model watcher overwriting empty state when setting element `onMounted` hook diff --git a/.changeset/thin-forks-serve.md b/.changeset/thin-forks-serve.md deleted file mode 100644 index 9e99a70c..00000000 --- a/.changeset/thin-forks-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Allow `null` as key-code diff --git a/.changeset/young-icons-drive.md b/.changeset/young-icons-drive.md deleted file mode 100644 index acfc9e20..00000000 --- a/.changeset/young-icons-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/additional-components': patch ---- - -Fix minimap node slots not being rendered diff --git a/packages/additional-components/CHANGELOG.md b/packages/additional-components/CHANGELOG.md index 73da0b75..898503d3 100644 --- a/packages/additional-components/CHANGELOG.md +++ b/packages/additional-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/additional-components +## 1.3.1 + +### Patch Changes + +- [#473](https://github.com/bcakmakoglu/vue-flow/pull/473) [`9b70fc1`](https://github.com/bcakmakoglu/vue-flow/commit/9b70fc15b569598bbbc56d0ff0b22c212ba56fde) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix minimap node slots not being rendered + ## 1.3.0 ### Minor Changes diff --git a/packages/additional-components/package.json b/packages/additional-components/package.json index a8110d55..44e169a0 100644 --- a/packages/additional-components/package.json +++ b/packages/additional-components/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/additional-components", - "version": "1.3.0", + "version": "1.3.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 93bc4102..1e9cc1d2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.5.2 + +### Patch Changes + +- [#466](https://github.com/bcakmakoglu/vue-flow/pull/466) [`051dcc4`](https://github.com/bcakmakoglu/vue-flow/commit/051dcc477fe43033f12b17fb096c516a8cf2c485) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - use `reactive` instead of `shallowReactive` for nested node/edge properties + +- [#462](https://github.com/bcakmakoglu/vue-flow/pull/462) [`7dfceb2`](https://github.com/bcakmakoglu/vue-flow/commit/7dfceb213397d82375c779bf61d24ddf2df9b27d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix model watcher overwriting empty state when setting element `onMounted` hook + +- [#465](https://github.com/bcakmakoglu/vue-flow/pull/465) [`c56ee5a`](https://github.com/bcakmakoglu/vue-flow/commit/c56ee5a6e906166b451a7221d4a5a8714497f745) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow `null` as key-code + ## 1.5.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7ecbe0e5..b5dbba0b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.5.1", + "version": "1.5.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",