chore: bump versions
This commit is contained in:
committed by
Braks
parent
5c2f15061e
commit
c91b30fc1e
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/minimap": minor
|
||||
---
|
||||
|
||||
Add `maskBorderRadius` prop
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": patch
|
||||
---
|
||||
|
||||
Replace array fns with for-loops
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": patch
|
||||
---
|
||||
|
||||
Use separate prevConnections map in `useHandleConnections` composable to ensure comparison check is correct and callbacks are executed.
|
||||
@@ -1,5 +1,13 @@
|
||||
# @vue-flow/core
|
||||
|
||||
## 1.34.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1426](https://github.com/bcakmakoglu/vue-flow/pull/1426) [`c997a80`](https://github.com/bcakmakoglu/vue-flow/commit/c997a8095461f3dfcd184ca5b527f923e8da854b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Replace array fns with for-loops
|
||||
|
||||
- [#1425](https://github.com/bcakmakoglu/vue-flow/pull/1425) [`220c290`](https://github.com/bcakmakoglu/vue-flow/commit/220c29036cc8c09d0904e5dcf26461781369cf80) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use separate prevConnections map in `useHandleConnections` composable to ensure comparison check is correct and callbacks are executed.
|
||||
|
||||
## 1.34.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue-flow/core",
|
||||
"version": "1.34.0",
|
||||
"version": "1.34.1",
|
||||
"private": false,
|
||||
"license": "MIT",
|
||||
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @vue-flow/minimap
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1430](https://github.com/bcakmakoglu/vue-flow/pull/1430) [`40ae855`](https://github.com/bcakmakoglu/vue-flow/commit/40ae855f364eeff36dc1ff38df2807ddd70999f0) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `maskBorderRadius` prop
|
||||
|
||||
## 1.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue-flow/minimap",
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"private": false,
|
||||
"license": "MIT",
|
||||
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
|
||||
|
||||
Reference in New Issue
Block a user