chore: bump versions

This commit is contained in:
github-actions[bot]
2024-03-06 21:21:35 +00:00
committed by Braks
parent 28cb081a4e
commit e7768443ba
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Revert extending FlowEmits from separate interfaces for nodes and edges as it breaks event definitions for the actual component, causing warnings that the event was emitted by isn't defined.

View File

@@ -1,5 +1,11 @@
# @vue-flow/core
## 1.33.4
### Patch Changes
- [#1346](https://github.com/bcakmakoglu/vue-flow/pull/1346) [`376d0ac`](https://github.com/bcakmakoglu/vue-flow/commit/376d0acdb34af1e6ed7c4ee1a94e5fe4d9dd1e15) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Revert extending FlowEmits from separate interfaces for nodes and edges as it breaks event definitions for the actual component, causing warnings that the event was emitted by isn't defined.
## 1.33.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.33.3",
"version": "1.33.4",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",