Skip to content

Commit 408fff0

Browse files
chore: bump versions
1 parent 93b2776 commit 408fff0

File tree

9 files changed

+19
-23
lines changed

9 files changed

+19
-23
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) [`b786e0d`](https://github.com/bcakmakoglu/vue-flow/commit/b786e0db5894dc584bd56b10209c31305ba4749a) 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) [`1e65522`](https://github.com/bcakmakoglu/vue-flow/commit/1e655222b09135e185d8b7d01d9121332397751b) 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) [`247798f`](https://github.com/bcakmakoglu/vue-flow/commit/247798f65ae0ed92339a88ac080cc4e45439eb7b) 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.4
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.4",
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) [`da04c09`](https://github.com/bcakmakoglu/vue-flow/commit/da04c0991d3da7fe7ab131f0199adf9647b3cc45) 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>",

packages/pathfinding-edge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
2525
"postbuild": "shx rm -rf tmp",
2626
"test": "exit 0;",
27-
"lint": "eslint --ext .js,.ts,.vue ./"
27+
"lint": "eslint --ext .js,.ts,.vue ./"
2828
},
2929
"peerDependencies": {
3030
"@vue-flow/core": "^1.12.2"

0 commit comments

Comments
 (0)