Skip to content

Commit 0ab0de1

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent 04598cd commit 0ab0de1

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/clever-countries-hammer.md

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

.changeset/healthy-pandas-return.md

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

.changeset/thirty-lions-tickle.md

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

packages/core/CHANGELOG.md

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

3+
## 1.16.5
4+
5+
### Patch Changes
6+
7+
- [#780](https://github.com/bcakmakoglu/vue-flow/pull/780) [`cdaf1e99`](https://github.com/bcakmakoglu/vue-flow/commit/cdaf1e993ad3328f2659a4781214914ee78683bf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `Object.assign` when parsing node to avoid mutating the original object.
8+
9+
- [#770](https://github.com/bcakmakoglu/vue-flow/pull/770) [`f88faac7`](https://github.com/bcakmakoglu/vue-flow/commit/f88faac7d2849c596121519b5b417270f9cdfc3d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix non-passive wheel event listener violation
10+
311
## 1.16.4
412

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

packages/pathfinding-edge/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [#770](https://github.com/bcakmakoglu/vue-flow/pull/770) [`baaabbe8`](https://github.com/bcakmakoglu/vue-flow/commit/baaabbe8e5cd88c9976033bca33119b1bc7a4d57) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix wrong package entries in `package.json` for pathfinding edge
8+
39
## 1.0.4
410

511
### Patch Changes

packages/pathfinding-edge/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/pathfinding-edge",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": false,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)