diff --git a/.changeset/tame-lions-relate.md b/.changeset/tame-lions-relate.md deleted file mode 100644 index 404bdcdd..00000000 --- a/.changeset/tame-lions-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Check if values are numeric in `isRect` instead of checking for truthiness of values diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 738108e0..b776d146 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.30.1 + +### Patch Changes + +- [#1266](https://github.com/bcakmakoglu/vue-flow/pull/1266) [`c571dde`](https://github.com/bcakmakoglu/vue-flow/commit/c571dde2cca3a7de4c9b954e8f3fdd14a3171b03) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if values are numeric in `isRect` instead of checking for truthiness of values + ## 1.30.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index d608a4f7..8516d076 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.30.0", + "version": "1.30.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",