chore: bump versions

This commit is contained in:
github-actions[bot]
2024-03-06 19:03:28 +01:00
committed by Braks
parent 75eb364127
commit e2bae63fdd
3 changed files with 7 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use separate interfaces for Edge- and NodeEvents and extend FlowEmit interface from them. Fixes edge events overwriting node event definitions when types are created.
+6
View File
@@ -1,5 +1,11 @@
# @vue-flow/core
## 1.33.3
### Patch Changes
- [#1343](https://github.com/bcakmakoglu/vue-flow/pull/1343) [`89b76a1`](https://github.com/bcakmakoglu/vue-flow/commit/89b76a172eb2d92949d64fd51c2630b15f17506e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use separate interfaces for Edge- and NodeEvents and extend FlowEmit interface from them. Fixes edge events overwriting node event definitions when types are created.
## 1.33.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.33.2",
"version": "1.33.3",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",