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 Aug 21, 2023
1 parent c47149b commit a838941
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 63 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-oranges-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-tables-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-bulldogs-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-lies-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-terms-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-experts-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-ties-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-clouds-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-dolphins-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-taxis-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-comics-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-tables-serve.md

This file was deleted.

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

## 1.22.3

### Patch Changes

- [#1064](https://github.com/bcakmakoglu/vue-flow/pull/1064) [`07387ebe`](https://github.com/bcakmakoglu/vue-flow/commit/07387ebef39c086d2d3cc51a51ea3f7eecec5016) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - fix smooth step edge horizontally or vertically aligned nodes

- [#1082](https://github.com/bcakmakoglu/vue-flow/pull/1082) [`e3cc6ddf`](https://github.com/bcakmakoglu/vue-flow/commit/e3cc6ddf84d824be3e47952dbaa07cc610f7fa03) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix scroll speed when using Control btn on windows

- [#1081](https://github.com/bcakmakoglu/vue-flow/pull/1081) [`0d36d4cd`](https://github.com/bcakmakoglu/vue-flow/commit/0d36d4cdd991395c33c2e2248a9d4ba3f9d42538) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use os specific key defaults (Windows -> Control, Mac -> Meta)

- [#1065](https://github.com/bcakmakoglu/vue-flow/pull/1065) [`05821407`](https://github.com/bcakmakoglu/vue-flow/commit/0582140773675df8fd117712d3837e89edb0f546) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add role `img` to edges if not focusable

- [#1083](https://github.com/bcakmakoglu/vue-flow/pull/1083) [`13d2e2cb`](https://github.com/bcakmakoglu/vue-flow/commit/13d2e2cb75d165a67d0412df5964ea6b01dfbb42) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Improve smoothstep edge label positioning

- [#1082](https://github.com/bcakmakoglu/vue-flow/pull/1082) [`e3cc6ddf`](https://github.com/bcakmakoglu/vue-flow/commit/e3cc6ddf84d824be3e47952dbaa07cc610f7fa03) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix horizontal scroll on windows

- [#1085](https://github.com/bcakmakoglu/vue-flow/pull/1085) [`03715134`](https://github.com/bcakmakoglu/vue-flow/commit/0371513440ce0cc4a524fc844947fb0d69c2842b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Clear pressed key on keyup event, so that key combinations only work while simulteanously pressing keys

- [#1084](https://github.com/bcakmakoglu/vue-flow/pull/1084) [`806f2632`](https://github.com/bcakmakoglu/vue-flow/commit/806f263217906258982d96039d98b019642b63ad) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing key combinations as a simple string instead of wrapping in an array

- [#1086](https://github.com/bcakmakoglu/vue-flow/pull/1086) [`641b4d75`](https://github.com/bcakmakoglu/vue-flow/commit/641b4d7521409ad9754f776f46c983e4c9972493) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Reset isPressed value when switching from a boolean keyFilter to another type of keyFilter

## 1.22.2

### Patch 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.22.2",
"version": "1.22.3",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<[email protected]>",
Expand Down
10 changes: 10 additions & 0 deletions packages/minimap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vue-flow/minimap

## 1.2.0

### Minor Changes

- [#1066](https://github.com/bcakmakoglu/vue-flow/pull/1066) [`f1421f43`](https://github.com/bcakmakoglu/vue-flow/commit/f1421f437dfea55bdeeaf9b5471f2ac466ce64be) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `offsetScale` prop

### Patch Changes

- [#1066](https://github.com/bcakmakoglu/vue-flow/pull/1066) [`eac7308b`](https://github.com/bcakmakoglu/vue-flow/commit/eac7308bebeb5663ff2b17f82e5e3339618bb292) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass missing minimap node props

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/minimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/minimap",
"version": "1.1.1",
"version": "1.2.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.4

### Patch Changes

- [#1087](https://github.com/bcakmakoglu/vue-flow/pull/1087) [`48bcb29c`](https://github.com/bcakmakoglu/vue-flow/commit/48bcb29c88ed24409fbca17be028c1b5b2c4ee90) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Enforce minHeight, minWidth and maxHeight, maxWidth by updating node styles whenever these props change (if an update is necessary)

## 1.3.3

### 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.3",
"version": "1.3.4",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<[email protected]>",
Expand Down

2 comments on commit a838941

@vercel
Copy link

@vercel vercel bot commented on a838941 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a838941 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.