From 90a289ebbd29812657a64f9268ef23ce851d8462 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 Jul 2024 18:22:02 +0000 Subject: [PATCH] chore: bump versions --- .changeset/beige-shoes-fold.md | 5 ----- .changeset/funny-jokes-lie.md | 5 ----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/beige-shoes-fold.md delete mode 100644 .changeset/funny-jokes-lie.md diff --git a/.changeset/beige-shoes-fold.md b/.changeset/beige-shoes-fold.md deleted file mode 100644 index 9473875c..00000000 --- a/.changeset/beige-shoes-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Check if injected vue flow state matches options id, otherwise create new state diff --git a/.changeset/funny-jokes-lie.md b/.changeset/funny-jokes-lie.md deleted file mode 100644 index c8099b7f..00000000 --- a/.changeset/funny-jokes-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prefer options id over scope id when finding vue flow internal state by id diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index eba93e2f..746183c5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 76135d0e..4b54ba5d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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>",