diff --git a/.changeset/smart-news-study.md b/.changeset/smart-news-study.md deleted file mode 100644 index fddfb96d..00000000 --- a/.changeset/smart-news-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Always handle keyup events, instead of cancelling when focusing an input dom node diff --git a/.changeset/stale-bats-agree.md b/.changeset/stale-bats-agree.md deleted file mode 100644 index 79071ecf..00000000 --- a/.changeset/stale-bats-agree.md +++ /dev/null @@ -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. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 47eb1ace..324a0fb5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @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 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5fe1a423..78b8d18c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.12.1", + "version": "1.12.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",