Skip to content

Commit 5a5b2c1

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions (#1730)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f78c348 commit 5a5b2c1

8 files changed

+18
-22
lines changed

.changeset/flat-impalas-look.md

-5
This file was deleted.

.changeset/gentle-owls-grin.md

-5
This file was deleted.

.changeset/stale-radios-listen.md

-5
This file was deleted.

.changeset/three-phones-grow.md

-5
This file was deleted.

packages/core/CHANGELOG.md

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

3+
## 1.42.0
4+
5+
### Minor Changes
6+
7+
- [#1729](https://github.com/bcakmakoglu/vue-flow/pull/1729) [`8a832f1`](https://github.com/bcakmakoglu/vue-flow/commit/8a832f1bc2eb045f95d9cc0e66bba7be559caad5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use connection lookup to check what elements should be selected by a user selection box.
8+
9+
- [#1729](https://github.com/bcakmakoglu/vue-flow/pull/1729) [`d4a6910`](https://github.com/bcakmakoglu/vue-flow/commit/d4a6910b90feb2169da32ded7738645853684338) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `useNodeConnections` composable
10+
11+
- [#1742](https://github.com/bcakmakoglu/vue-flow/pull/1742) [`b1e2f57`](https://github.com/bcakmakoglu/vue-flow/commit/b1e2f57bf77ccb33e6b2d20e4be69e8c0bd29327) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Inherit attributes on main edge path element in BaseEdge component.
12+
313
## 1.41.7
414

515
### Patch Changes

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.41.7",
3+
"version": "1.42.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

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.1
4+
5+
### Patch Changes
6+
7+
- [#1739](https://github.com/bcakmakoglu/vue-flow/pull/1739) [`6f37cfd`](https://github.com/bcakmakoglu/vue-flow/commit/6f37cfde46c9f8725aa7e74d87c7b2a919f96613) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Hide minimap node when graph node is hidden.
8+
39
## 1.5.0
410

511
### Minor Changes

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.5.0",
3+
"version": "1.5.1",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)