Skip to content

Commit 524d812

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent 43ed0a8 commit 524d812

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changeset/nice-seals-tickle.md

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

.changeset/swift-cups-pay.md

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

packages/core/CHANGELOG.md

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

3+
## 1.41.1
4+
5+
### Patch Changes
6+
7+
- [#1608](https://github.com/bcakmakoglu/vue-flow/pull/1608) [`0581cd8`](https://github.com/bcakmakoglu/vue-flow/commit/0581cd820f7db3aa04a7247e56d283327906b93b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent overwriting width/height in node styles object with `node.width`/`node.height` if `width`/`height` already exist in the styles object.
8+
Fixes NodeResizer not working when initial size was passed to a node through `node.width`/`node.height`.
9+
10+
- [#1609](https://github.com/bcakmakoglu/vue-flow/pull/1609) [`81a81fa`](https://github.com/bcakmakoglu/vue-flow/commit/81a81faf5a2708b34c6b867593480050fbcfb27f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent drag-click handler when multi selection is active.
11+
312
## 1.41.0
413

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

0 commit comments

Comments
 (0)