diff --git a/.changeset/giant-gifts-retire.md b/.changeset/giant-gifts-retire.md deleted file mode 100644 index e517cbef..00000000 --- a/.changeset/giant-gifts-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/node-resizer": patch ---- - -Render nothing when `isVisible` prop is set to false diff --git a/.changeset/new-rabbits-walk.md b/.changeset/new-rabbits-walk.md deleted file mode 100644 index 20911c84..00000000 --- a/.changeset/new-rabbits-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/controls": patch ---- - -Remove border from controls diff --git a/.changeset/tame-berries-end.md b/.changeset/tame-berries-end.md deleted file mode 100644 index 1f8759f0..00000000 --- a/.changeset/tame-berries-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix focus,focus-visible and selected styles not using proper border colors diff --git a/.changeset/thirty-socks-try.md b/.changeset/thirty-socks-try.md deleted file mode 100644 index fbcf01e8..00000000 --- a/.changeset/thirty-socks-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Set vue flow version as regular string instead of a ref diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index e2dee76c..10974f76 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/controls +## 1.0.6 + +### Patch Changes + +- [#894](https://github.com/bcakmakoglu/vue-flow/pull/894) [`c0a03c4`](https://github.com/bcakmakoglu/vue-flow/commit/c0a03c4339f05e3ae56299aaecd499838ba77838) Thanks [@github-actions](https://github.com/apps/github-actions)! - Remove border from controls + ## 1.0.5 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 079f4351..451d4060 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "version": "1.0.5", + "version": "1.0.6", "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 a21a3b6f..23ffa86f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.19.2 + +### Patch Changes + +- [#899](https://github.com/bcakmakoglu/vue-flow/pull/899) [`24370a0`](https://github.com/bcakmakoglu/vue-flow/commit/24370a075567cf46a827112a8c16984ee15876a4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix focus,focus-visible and selected styles not using proper border colors + +- [#889](https://github.com/bcakmakoglu/vue-flow/pull/889) [`56d7873`](https://github.com/bcakmakoglu/vue-flow/commit/56d787360210c1d57692a360695f222d5fe98b0a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set vue flow version as regular string instead of a ref + ## 1.19.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e8ef8ef0..7c2e6f17 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.19.1", + "version": "1.19.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index e3554d81..ed7caa38 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.3.2 + +### Patch Changes + +- [#890](https://github.com/bcakmakoglu/vue-flow/pull/890) [`9065311`](https://github.com/bcakmakoglu/vue-flow/commit/9065311970952b910a2a154e8a0871fa095a71f6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Render nothing when `isVisible` prop is set to false + ## 1.3.1 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 2d4d723c..228ace7c 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.3.1", + "version": "1.3.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",