Skip to content

Commit fe226af

Browse files
chore: bump versions
1 parent 32b0fa0 commit fe226af

File tree

9 files changed

+20
-27
lines changed

9 files changed

+20
-27
lines changed

.changeset/gold-bears-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-cows-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-teachers-cheer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/selfish-poems-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-points-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @vue-flow/core
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`74c64ff`](https://github.com/bcakmakoglu/vue-flow/commit/74c64ff34dd3e22111274d8211cd625c9b70e497) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add `clickConnectStart` and `clickConnectEnd` events
8+
9+
- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`fb888b5`](https://github.com/bcakmakoglu/vue-flow/commit/fb888b5f8bcd9e25a027601ce6295163951ef09e) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add type to edge updater anchor class
10+
11+
- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`3cc8827`](https://github.com/bcakmakoglu/vue-flow/commit/3cc8827c808271c4abdff14dd8464f0a4f767a58) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add `connectableStart` and `connectableEnd` handle props. Can be used to enable/disable starting or ending a connection on a specific handle.
12+
13+
- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`ae41dfa`](https://github.com/bcakmakoglu/vue-flow/commit/ae41dfac10ad790002c5d62b6e730797b18d48ff) Thanks [@github-actions](https://github.com/apps/github-actions)! - Do not remove orphaned edges from state. They will not be rendered but stay in the state, so a user can potentially fix the edge.
14+
315
## 1.17.6
416

517
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/core",
3-
"version": "1.17.6",
3+
"version": "1.18.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

packages/minimap/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/minimap
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`38270cf`](https://github.com/bcakmakoglu/vue-flow/commit/38270cf5c33d16ba5d832a2d80499642c1d1a6b0) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add `inversePan` and `zoomStep` props
8+
39
## 1.0.4
410

511
### Patch Changes

packages/minimap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/minimap",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

0 commit comments

Comments
 (0)