chore: bump versions

This commit is contained in:
github-actions[bot]
2024-05-28 12:08:59 +00:00
committed by Braks
parent f698b2dbcc
commit 2443752e82
9 changed files with 23 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
---
"@vue-flow/controls": patch
"@vue-flow/minimap": patch
---
Allow `PanelPositionType` as value for position

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add warning when style imports are missing.

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Export `PanelPositionType`

View File

@@ -1,5 +1,11 @@
# @vue-flow/controls
## 1.1.2
### Patch Changes
- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow `PanelPositionType` as value for position
## 1.1.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.34.0
### Minor Changes
- [#1415](https://github.com/bcakmakoglu/vue-flow/pull/1415) [`bcb6c38`](https://github.com/bcakmakoglu/vue-flow/commit/bcb6c389d634e6604f332b86dc12eee8e5b8c08e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add warning when style imports are missing.
- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Export `PanelPositionType`
## 1.33.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @vue-flow/minimap
## 1.4.1
### Patch Changes
- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow `PanelPositionType` as value for position
## 1.4.0
### Minor Changes

View File

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