chore: next release

This commit is contained in:
github-actions[bot]
2023-01-16 18:48:40 +01:00
committed by Braks
parent 010400992f
commit e5855a536c
4 changed files with 9 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Always handle keyup events, instead of cancelling when focusing an input dom node
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Check if position is a number when updating, instead of checking if the value is truthy. Fixes 0 values not being used when updating.
+8
View File
@@ -1,5 +1,13 @@
# @vue-flow/core # @vue-flow/core
## 1.12.2
### Patch Changes
- [#610](https://github.com/bcakmakoglu/vue-flow/pull/610) [`01040099`](https://github.com/bcakmakoglu/vue-flow/commit/010400992fdd01df694a06785fbacd339515f24e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Always handle keyup events, instead of cancelling when focusing an input dom node
- [#611](https://github.com/bcakmakoglu/vue-flow/pull/611) [`8dbdcae2`](https://github.com/bcakmakoglu/vue-flow/commit/8dbdcae27d46679bca34cef105742517f364e485) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if position is a number when updating, instead of checking if the value is truthy. Fixes 0 values not being used when updating.
## 1.12.1 ## 1.12.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vue-flow/core", "name": "@vue-flow/core",
"version": "1.12.1", "version": "1.12.2",
"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>",