chore: bump versions

This commit is contained in:
github-actions[bot]
2022-11-08 19:47:52 +00:00
committed by Braks
parent f89d4ecbfb
commit fc84b9c6f8
7 changed files with 16 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/additional-components': patch
---
Render mini map nodes regardless of `onlyRenderVisibleElements`

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Use node name as class name

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/additional-components': patch
---
Inject minimap slots to avoid performance drops when using template slots

View File

@@ -1,5 +1,13 @@
# @vue-flow/additional-components
## 1.2.2
### Patch Changes
- [#415](https://github.com/bcakmakoglu/vue-flow/pull/415) [`a27ccc4`](https://github.com/bcakmakoglu/vue-flow/commit/a27ccc46838243bfbe889a74f0ead9f2f381a06f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Render mini map nodes regardless of `onlyRenderVisibleElements`
- [#415](https://github.com/bcakmakoglu/vue-flow/pull/415) [`f89d4ec`](https://github.com/bcakmakoglu/vue-flow/commit/f89d4ecbfbb3e708d217dfa6de39bcce1d4a5266) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Inject minimap slots to avoid performance drops when using template slots
## 1.2.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @vue-flow/core
## 1.3.3
### Patch Changes
- [#412](https://github.com/bcakmakoglu/vue-flow/pull/412) [`630434d`](https://github.com/bcakmakoglu/vue-flow/commit/630434d5cfaae90eda96e0a49c488860fe994d32) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use node name as class name
## 1.3.2
### Patch Changes

View File

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