chore: bump versions

This commit is contained in:
github-actions[bot]
2024-01-30 07:50:16 +00:00
committed by Braks
parent 05e17d7951
commit b13d53d609
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Check if values are numeric in `isRect` instead of checking for truthiness of values

View File

@@ -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

View File

@@ -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>",