chore: bump versions

This commit is contained in:
github-actions[bot]
2024-07-27 18:22:02 +00:00
committed by Braks
parent fff558fbc3
commit 90a289ebbd
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Check if injected vue flow state matches options id, otherwise create new state

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Prefer options id over scope id when finding vue flow internal state by id

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.39.1
### Patch Changes
- [#1562](https://github.com/bcakmakoglu/vue-flow/pull/1562) [`e83b1ef`](https://github.com/bcakmakoglu/vue-flow/commit/e83b1ef9be83df10be9d4c8a35d6d0caff26e6b9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if injected vue flow state matches options id, otherwise create new state
- [#1562](https://github.com/bcakmakoglu/vue-flow/pull/1562) [`e83b1ef`](https://github.com/bcakmakoglu/vue-flow/commit/e83b1ef9be83df10be9d4c8a35d6d0caff26e6b9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prefer options id over scope id when finding vue flow internal state by id
## 1.39.0
### Minor Changes

View File

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