chore: bump versions

This commit is contained in:
github-actions[bot]
2022-11-17 17:47:56 +00:00
committed by Braks
parent 62918cf400
commit ee9b1ed3a0
8 changed files with 18 additions and 22 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Elevate selected nodes zIndex by 1000 instead to 1000

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Elevate child nodes by zIndex +1

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix initial node extent not applied

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/additional-components': minor
---
Add `maskStrokeColor` & `maskStrokeWidth` prop to MiniMap

View File

@@ -1,5 +1,11 @@
# @vue-flow/additional-components
## 1.3.0
### Minor Changes
- [#438](https://github.com/bcakmakoglu/vue-flow/pull/438) [`32412ed`](https://github.com/bcakmakoglu/vue-flow/commit/32412ed8d6b48a04cd2628960f1a20aa89adc6dc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `maskStrokeColor` & `maskStrokeWidth` prop to MiniMap
## 1.2.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/additional-components",
"version": "1.2.4",
"version": "1.3.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

View File

@@ -1,5 +1,15 @@
# @vue-flow/core
## 1.4.2
### Patch Changes
- [#439](https://github.com/bcakmakoglu/vue-flow/pull/439) [`817884e`](https://github.com/bcakmakoglu/vue-flow/commit/817884e71ffb0d555b69d84b5f08f724afe891cf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Elevate selected nodes zIndex by 1000 instead to 1000
- [#448](https://github.com/bcakmakoglu/vue-flow/pull/448) [`3a09339`](https://github.com/bcakmakoglu/vue-flow/commit/3a0933952e8f0d4082c7643e78edd9f381f417a9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Elevate child nodes by zIndex +1
- [#447](https://github.com/bcakmakoglu/vue-flow/pull/447) [`06fc9f2`](https://github.com/bcakmakoglu/vue-flow/commit/06fc9f2ec43ac58d3e6257d8ff5a1948330f060a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix initial node extent not applied
## 1.4.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.4.1",
"version": "1.4.2",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",