diff --git a/.changeset/blue-ghosts-do.md b/.changeset/blue-ghosts-do.md deleted file mode 100644 index 2b0a5d92..00000000 --- a/.changeset/blue-ghosts-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Separate store and model watchers from each other and allow them to be triggered after init diff --git a/.changeset/old-chefs-float.md b/.changeset/old-chefs-float.md deleted file mode 100644 index 13f6cd6a..00000000 --- a/.changeset/old-chefs-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Make nodes and edges deeply reactive objects, so that data changes can trigger v-model changes as well diff --git a/.changeset/swift-seahorses-share.md b/.changeset/swift-seahorses-share.md deleted file mode 100644 index 9749c1ef..00000000 --- a/.changeset/swift-seahorses-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/node-toolbar': major ---- - -Add node toolbar package diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 85eb934b..b08df1cb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.5.6 + +### Patch Changes + +- [#497](https://github.com/bcakmakoglu/vue-flow/pull/497) [`50e59604`](https://github.com/bcakmakoglu/vue-flow/commit/50e596046bdb06b59eb9b4281e9482afb92d98a3) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Separate store and model watchers from each other and allow them to be triggered after init + +- [#496](https://github.com/bcakmakoglu/vue-flow/pull/496) [`1ca8c2a9`](https://github.com/bcakmakoglu/vue-flow/commit/1ca8c2a9be3c35e5873fcc2289e1108fe4354618) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Make nodes and edges deeply reactive objects, so that data changes can trigger v-model changes as well + ## 1.5.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8529a2cd..e3cfda4f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.5.5", + "version": "1.5.6", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md new file mode 100644 index 00000000..34d145e1 --- /dev/null +++ b/packages/node-toolbar/CHANGELOG.md @@ -0,0 +1,7 @@ +# @vue-flow/node-toolbar + +## 1.0.0 + +### Major Changes + +- [#476](https://github.com/bcakmakoglu/vue-flow/pull/476) [`136cc19f`](https://github.com/bcakmakoglu/vue-flow/commit/136cc19fe29a16bc139655f8ce491fe94b1182e8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add node toolbar package diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 8cd65226..03dd6d85 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-toolbar", - "version": "0.0.1", + "version": "1.0.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",