Skip to content

Commit 549bd6d

Browse files
chore: bump versions
1 parent 27eb22f commit 549bd6d

File tree

8 files changed

+18
-22
lines changed

8 files changed

+18
-22
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.

packages/core/CHANGELOG.md

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

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`e4acfca`](https://github.com/bcakmakoglu/vue-flow/commit/e4acfca7891122b946da230cb28516586f2f0c58) 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) [`a746011`](https://github.com/bcakmakoglu/vue-flow/commit/a7460114d8986a78745160e62cc4210c0751826e) 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) [`7a2f018`](https://github.com/bcakmakoglu/vue-flow/commit/7a2f01848635f3e5baff1d063688a3bf05d4c309) 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+
313
## 1.17.5
414

515
### 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.5",
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) [`81b057e`](https://github.com/bcakmakoglu/vue-flow/commit/81b057e678c9fef56c7a40120635ab80be9ceb2e) 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)