chore: next release

This commit is contained in:
github-actions[bot]
2023-01-11 09:03:08 +01:00
committed by Braks
parent 95f016b413
commit 459f08cddb
3 changed files with 7 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Add `zIndex` option to nodes and edges. Allows defining stacking order of elements.
+6
View File
@@ -1,5 +1,11 @@
# @vue-flow/core
## 1.12.0
### Minor Changes
- [#600](https://github.com/bcakmakoglu/vue-flow/pull/600) [`072fd911`](https://github.com/bcakmakoglu/vue-flow/commit/072fd91181c0897ae78d0bd2d500959afa1f5fdb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `zIndex` option to nodes and edges. Allows defining stacking order of elements.
## 1.11.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.11.1",
"version": "1.12.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",