Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and bcakmakoglu committed Dec 12, 2023
1 parent b0e6ac7 commit 2467705
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-sloths-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-steaks-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-ligers-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-apes-enjoy.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vue-flow/core

## 1.27.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- [#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

## 1.26.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.26.0",
"version": "1.27.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-resizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-flow/node-resizer

## 1.3.6

### Patch Changes

- [#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

## 1.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-resizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/node-resizer",
"version": "1.3.5",
"version": "1.3.6",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<[email protected]>",
Expand Down

0 comments on commit 2467705

Please sign in to comment.