diff --git a/.changeset/clever-planes-dance.md b/.changeset/clever-planes-dance.md deleted file mode 100644 index 92e6b4d3..00000000 --- a/.changeset/clever-planes-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Use correct aria live class names for vue-flow diff --git a/.changeset/serious-mugs-relax.md b/.changeset/serious-mugs-relax.md deleted file mode 100644 index 31034616..00000000 --- a/.changeset/serious-mugs-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/background': patch ---- - -Add container styles to background element to avoid pushing other elements behind background diff --git a/.changeset/strong-stingrays-scream.md b/.changeset/strong-stingrays-scream.md deleted file mode 100644 index 820973a0..00000000 --- a/.changeset/strong-stingrays-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/node-toolbar': patch ---- - -Wait for viewport ref to be available before teleporting to it diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index cf2125ad..3b32e926 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/background +## 1.0.1 + +### Patch Changes + +- [#569](https://github.com/bcakmakoglu/vue-flow/pull/569) [`5373c4d`](https://github.com/bcakmakoglu/vue-flow/commit/5373c4d2e15fc8c50755eb96701e27e173690476) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add container styles to background element to avoid pushing other elements behind background + ## 1.0.0 ### Major Changes diff --git a/packages/background/package.json b/packages/background/package.json index e79c4c8f..8be95176 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.0.0", + "version": "1.0.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 f914e01e..7827691f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.9.3 + +### Patch Changes + +- [`5402c0e`](https://github.com/bcakmakoglu/vue-flow/commit/5402c0ec211ee4d372911e17af9c5aef49656a85) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct aria live class names for vue-flow + ## 1.9.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7509979a..37c912cb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.9.2", + "version": "1.9.3", "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 index c8b5347e..e7962d5f 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-toolbar +## 1.0.2 + +### Patch Changes + +- [#569](https://github.com/bcakmakoglu/vue-flow/pull/569) [`c0ee1cd`](https://github.com/bcakmakoglu/vue-flow/commit/c0ee1cdfdc70ea61766b02de8f8acb4f0cad8bac) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Wait for viewport ref to be available before teleporting to it + ## 1.0.1 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 7646cbf3..c415b6c2 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-toolbar", - "version": "1.0.1", + "version": "1.0.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",