Skip to content

Commit 466711f

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent f439e1c commit 466711f

File tree

8 files changed

+20
-22
lines changed

8 files changed

+20
-22
lines changed

.changeset/shiny-sloths-applaud.md

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

.changeset/small-steaks-accept.md

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

.changeset/tall-ligers-tan.md

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

.changeset/wise-apes-enjoy.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.27.0
4+
5+
### Minor Changes
6+
7+
- [#1203](https://github.com/bcakmakoglu/vue-flow/pull/1203) [`161f4808`](https://github.com/bcakmakoglu/vue-flow/commit/161f48080e74e28322c42e113e8d511db2e80c0a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set default node drag threshold to 1
8+
9+
- [#1212](https://github.com/bcakmakoglu/vue-flow/pull/1212) [`39cd3027`](https://github.com/bcakmakoglu/vue-flow/commit/39cd302701558c1c625fdc4da7535ae6505253a4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Return promise from `fromObject` action. Promise is resolved when transition of `setViewport` ends
10+
11+
### Patch Changes
12+
13+
- [#1214](https://github.com/bcakmakoglu/vue-flow/pull/1214) [`cda531f5`](https://github.com/bcakmakoglu/vue-flow/commit/cda531f54e835aea80d1c159d7bcc62e466dd0c8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add nullish check when looking up the edge label renderer el
14+
315
## 1.26.0
416

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

packages/node-resizer/CHANGELOG.md

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

3+
## 1.3.6
4+
5+
### Patch Changes
6+
7+
- [#1215](https://github.com/bcakmakoglu/vue-flow/pull/1215) [`b0e6ac79`](https://github.com/bcakmakoglu/vue-flow/commit/b0e6ac79ff45da5e0bc1b080e2cfca39fc893cdc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass correct node id to resize control
8+
39
## 1.3.5
410

511
### Patch Changes

packages/node-resizer/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/node-resizer",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)