chore: bump versions

This commit is contained in:
github-actions[bot]
2023-11-10 15:19:16 +01:00
committed by Braks
parent 9e7ce26a2b
commit 1d8f7d7fc9
4 changed files with 11 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use correct prop value when prop watcher is executed instead of using prop key as value
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Keep connection lines snapped while hovering over handles
+10
View File
@@ -1,5 +1,15 @@
# @vue-flow/core # @vue-flow/core
## 1.26.0
### Minor Changes
- [#1193](https://github.com/bcakmakoglu/vue-flow/pull/1193) [`bc793ab9`](https://github.com/bcakmakoglu/vue-flow/commit/bc793ab9d50d9df40e2655d0eeccdcbde3feb5b1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Keep connection lines snapped while hovering over handles
### Patch Changes
- [#1196](https://github.com/bcakmakoglu/vue-flow/pull/1196) [`1aa69c59`](https://github.com/bcakmakoglu/vue-flow/commit/1aa69c59f18a200c2881c2f77a339a7473c22d02) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct prop value when prop watcher is executed instead of using prop key as value
## 1.25.3 ## 1.25.3
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/core", "name": "@vue-flow/core",
"version": "1.25.3", "version": "1.26.0",
"private": false, "private": false,
"license": "MIT", "license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",