Skip to content

Commit 3370bee

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent 870eec0 commit 3370bee

File tree

10 files changed

+22
-32
lines changed

10 files changed

+22
-32
lines changed

.changeset/cyan-bugs-fetch.md

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

.changeset/late-islands-dance.md

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

.changeset/pink-walls-change.md

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

.changeset/poor-bottles-rule.md

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

.changeset/small-birds-worry.md

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

.changeset/thin-fishes-move.md

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

packages/core/CHANGELOG.md

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

3+
## 1.5.4
4+
5+
### Patch Changes
6+
7+
- [#486](https://github.com/bcakmakoglu/vue-flow/pull/486) [`912da4d`](https://github.com/bcakmakoglu/vue-flow/commit/912da4d0a6f0ed48f9455678eb978b9a5e0c08f6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent valid connections on same node and same handle
8+
9+
- [#485](https://github.com/bcakmakoglu/vue-flow/pull/485) [`7ba6215`](https://github.com/bcakmakoglu/vue-flow/commit/7ba621554276e10e2be1cb441928354b4ddfd073) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow middle mouse pan over edges
10+
11+
- [#481](https://github.com/bcakmakoglu/vue-flow/pull/481) [`aed0845`](https://github.com/bcakmakoglu/vue-flow/commit/aed08458575e8832f07922b6cb104e0185306a74) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `HandleConnectableFunc` type
12+
13+
- [#483](https://github.com/bcakmakoglu/vue-flow/pull/483) [`9326c58`](https://github.com/bcakmakoglu/vue-flow/commit/9326c580da5cebc3fd39d1ade195291033c03e54) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove barrel files and use auto-imports instead (internal change)
14+
15+
- [#479](https://github.com/bcakmakoglu/vue-flow/pull/479) [`c673b04`](https://github.com/bcakmakoglu/vue-flow/commit/c673b044227a6702c695691be6f94f4331812dec) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Type `markerEnd` and `markerStart` in `EdgeProps`
16+
317
## 1.5.3
418

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

packages/resize-rotate-node/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#469](https://github.com/bcakmakoglu/vue-flow/pull/469) [`870eec0`](https://github.com/bcakmakoglu/vue-flow/commit/870eec046f00ad19bd0866278729ae9269624299) Thanks [@Congyuwang](https://github.com/Congyuwang)! - Sync Node position after Resizing
8+
39
## 1.0.1
410

511
### Patch Changes

packages/resize-rotate-node/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/resize-rotate-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": false,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)