chore: bump versions

This commit is contained in:
github-actions[bot]
2024-02-28 10:54:59 +01:00
committed by Braks
parent d7dfcc375e
commit 8a99069621
5 changed files with 11 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use nullish check to fallback to default center values in `getSmoothstepPath`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Check if node dimensions exist in `useNodesInitialized`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Remove `ref` prop from `BaseEdge`
+10
View File
@@ -1,5 +1,15 @@
# @vue-flow/core
## 1.33.2
### Patch Changes
- [#1338](https://github.com/bcakmakoglu/vue-flow/pull/1338) [`f3c09ce`](https://github.com/bcakmakoglu/vue-flow/commit/f3c09cea2d346837dc00fd434cace334f278195d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use nullish check to fallback to default center values in `getSmoothstepPath`
- [#1339](https://github.com/bcakmakoglu/vue-flow/pull/1339) [`eb20a0f`](https://github.com/bcakmakoglu/vue-flow/commit/eb20a0f2090eddbc32230853e23750435f60a154) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if node dimensions exist in `useNodesInitialized`
- [#1335](https://github.com/bcakmakoglu/vue-flow/pull/1335) [`ed5d104`](https://github.com/bcakmakoglu/vue-flow/commit/ed5d104d312a0e456c50b1e1206fd7a1f80161ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove `ref` prop from `BaseEdge`
## 1.33.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.33.1",
"version": "1.33.2",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",