chore: next release

This commit is contained in:
github-actions[bot]
2022-12-29 13:35:14 +00:00
committed by Braks
parent 5373c4d2e1
commit 47b8211097
9 changed files with 21 additions and 18 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Use correct aria live class names for vue-flow

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/background': patch
---
Add container styles to background element to avoid pushing other elements behind background

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/node-toolbar': patch
---
Wait for viewport ref to be available before teleporting to it

View File

@@ -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

View File

@@ -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>",

View File

@@ -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

View File

@@ -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>",

View File

@@ -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

View File

@@ -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>",