Skip to content

Commit b400199

Browse files
chore: bump versions
1 parent 7f52b7b commit b400199

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/gold-bears-help.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.

packages/core/CHANGELOG.md

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

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- [#802](https://github.com/bcakmakoglu/vue-flow/pull/802) [`87e6eef7`](https://github.com/bcakmakoglu/vue-flow/commit/87e6eef7021bd59404c60aed3c00a569037d6011) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `clickConnectStart` and `clickConnectEnd` events
8+
9+
- [#802](https://github.com/bcakmakoglu/vue-flow/pull/802) [`7f52b7b4`](https://github.com/bcakmakoglu/vue-flow/commit/7f52b7b4ef617289da40ba20a4ea4fbac6e1796d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `connectableStart` and `connectableEnd` handle props. Can be used to enable/disable starting or ending a connection on a specific handle.
10+
311
## 1.17.1
412

513
### 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.1",
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+
- [#802](https://github.com/bcakmakoglu/vue-flow/pull/802) [`fa28a98c`](https://github.com/bcakmakoglu/vue-flow/commit/fa28a98c83209fc51f2cb9e5e572e5e7e6560417) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - 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)