chore: next release

This commit is contained in:
github-actions[bot]
2022-12-29 14:42:06 +01:00
committed by Braks
parent 5373c4d2e1
commit 47b8211097
9 changed files with 21 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Use correct aria live class names for vue-flow
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/background': patch
---
Add container styles to background element to avoid pushing other elements behind background
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/node-toolbar': patch
---
Wait for viewport ref to be available before teleporting to it
+6
View File
@@ -1,5 +1,11 @@
# @vue-flow/background # @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 ## 1.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/background", "name": "@vue-flow/background",
"version": "1.0.0", "version": "1.0.1",
"private": false, "private": false,
"license": "MIT", "license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
+6
View File
@@ -1,5 +1,11 @@
# @vue-flow/core # @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 ## 1.9.2
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/core", "name": "@vue-flow/core",
"version": "1.9.2", "version": "1.9.3",
"private": false, "private": false,
"license": "MIT", "license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
+6
View File
@@ -1,5 +1,11 @@
# @vue-flow/node-toolbar # @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 ## 1.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/node-toolbar", "name": "@vue-flow/node-toolbar",
"version": "1.0.1", "version": "1.0.2",
"private": false, "private": false,
"license": "MIT", "license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",