Skip to content

Commit 09cb136

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent 0ced769 commit 09cb136

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/many-forks-grin.md

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

.changeset/modern-rocks-breathe.md

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

.changeset/pink-bees-lick.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.48.0
4+
5+
### Minor Changes
6+
7+
- [#1978](https://github.com/bcakmakoglu/vue-flow/pull/1978) [`7acd6d7`](https://github.com/bcakmakoglu/vue-flow/commit/7acd6d74353a0be6d0c52c7de96ab19f10e97e98) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Separate flow import and export object shapes and interfaces. An export object has all fields as required, while an import object makes all fields optional.
8+
9+
### Patch Changes
10+
11+
- [#1988](https://github.com/bcakmakoglu/vue-flow/pull/1988) [`dd6a91f`](https://github.com/bcakmakoglu/vue-flow/commit/dd6a91f7dce0d7b76b9d0602da89b1ed8542bc85) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correctly unwrap disableKeyboardA11y ref when checking if a selection can be moved or not.
12+
13+
- [#1989](https://github.com/bcakmakoglu/vue-flow/pull/1989) [`3f6e09a`](https://github.com/bcakmakoglu/vue-flow/commit/3f6e09a51c3ec33f5d8ce3bcd442c17623794c0a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use position instead of computedPosition as updated position when moving a child node via keyboard.
14+
315
## 1.47.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.47.0",
3+
"version": "1.48.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)