From ab59b71136e97ca17230ed1cd49ab243dc1f4355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Nov 2023 13:58:27 +0000 Subject: [PATCH] chore: bump versions --- .changeset/shy-masks-begin.md | 5 ----- .changeset/spotty-ghosts-promise.md | 5 ----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/shy-masks-begin.md delete mode 100644 .changeset/spotty-ghosts-promise.md diff --git a/.changeset/shy-masks-begin.md b/.changeset/shy-masks-begin.md deleted file mode 100644 index 15dbb354..00000000 --- a/.changeset/shy-masks-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Wait for d3zoom to exist before setting options diff --git a/.changeset/spotty-ghosts-promise.md b/.changeset/spotty-ghosts-promise.md deleted file mode 100644 index 659077f4..00000000 --- a/.changeset/spotty-ghosts-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Import `toValue` from vueuse/core to avoid amiguous export with vue diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 85c2378c..5db0baf2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.25.1 + +### Patch Changes + +- [#1177](https://github.com/bcakmakoglu/vue-flow/pull/1177) [`c9787c2b`](https://github.com/bcakmakoglu/vue-flow/commit/c9787c2bce11ebe7c1dd8f564efc0a2a3186bc46) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Wait for d3zoom to exist before setting options + +- [#1174](https://github.com/bcakmakoglu/vue-flow/pull/1174) [`4cefa322`](https://github.com/bcakmakoglu/vue-flow/commit/4cefa322fe2ec665b253ff6ac51004dc8afe322c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Import `toValue` from vueuse/core to avoid amiguous export with vue + ## 1.25.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 75511729..3467219c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.25.0", + "version": "1.25.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",