chore: bump versions

This commit is contained in:
github-actions[bot]
2024-01-03 09:41:15 +00:00
committed by Braks
parent c4fb1ee7e3
commit d9dee8dfdf
7 changed files with 16 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/minimap": minor
---
Add minimap slot types

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add source and target handle ids to removal change of edges.

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/minimap": minor
---
Add `MiniMapNodeEmits` interface

View File

@@ -1,5 +1,11 @@
# @vue-flow/core
## 1.28.0
### Minor Changes
- [#1216](https://github.com/bcakmakoglu/vue-flow/pull/1216) [`845d591`](https://github.com/bcakmakoglu/vue-flow/commit/845d5911fd90f8618dd19c6180ea34d3d6a0da74) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add source and target handle ids to removal change of edges.
## 1.27.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @vue-flow/minimap
## 1.3.0
### Minor Changes
- [#1216](https://github.com/bcakmakoglu/vue-flow/pull/1216) [`80924fa`](https://github.com/bcakmakoglu/vue-flow/commit/80924faa357dd61a261f352de434229527f81e4d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add minimap slot types
- [#1216](https://github.com/bcakmakoglu/vue-flow/pull/1216) [`2aad7c5`](https://github.com/bcakmakoglu/vue-flow/commit/2aad7c5eaa2e90f473d09c56e7e399bdd902d3ec) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `MiniMapNodeEmits` interface
## 1.2.0
### Minor Changes

View File

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