Skip to content

Commit c91b30f

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent 5c2f150 commit c91b30f

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

Diff for: .changeset/odd-planes-cheat.md

-5
This file was deleted.

Diff for: .changeset/plenty-pigs-sort.md

-5
This file was deleted.

Diff for: .changeset/silver-cycles-mix.md

-5
This file was deleted.

Diff for: packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vue-flow/core
22

3+
## 1.34.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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.
10+
311
## 1.34.0
412

513
### Minor Changes

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/core",
3-
"version": "1.34.0",
3+
"version": "1.34.1",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

Diff for: packages/minimap/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/minimap
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 1.4.1
410

511
### Patch Changes

Diff for: packages/minimap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/minimap",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)