From fdc656af9d2b555fb6aa420dfee301d8c5767bfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Jun 2024 17:50:29 +0000 Subject: [PATCH] chore: bump versions --- .changeset/red-avocados-know.md | 5 ----- .changeset/silver-plums-relate.md | 5 ----- .changeset/twenty-chicken-mix.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/red-avocados-know.md delete mode 100644 .changeset/silver-plums-relate.md delete mode 100644 .changeset/twenty-chicken-mix.md diff --git a/.changeset/red-avocados-know.md b/.changeset/red-avocados-know.md deleted file mode 100644 index 01d426df..00000000 --- a/.changeset/red-avocados-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add overloads to `useVueFlow`. Allows calling `useVueFlow` with an `id` string only while emitting a deprecation warning for using the options obj. diff --git a/.changeset/silver-plums-relate.md b/.changeset/silver-plums-relate.md deleted file mode 100644 index b813d08d..00000000 --- a/.changeset/silver-plums-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use empty array when determing whether to update all node internals diff --git a/.changeset/twenty-chicken-mix.md b/.changeset/twenty-chicken-mix.md deleted file mode 100644 index 8ab8f9b6..00000000 --- a/.changeset/twenty-chicken-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `EdgePathParams` type and export it diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a2c138a7..3076e4a9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.37.0 + +### Minor Changes + +- [#1481](https://github.com/bcakmakoglu/vue-flow/pull/1481) [`192b154`](https://github.com/bcakmakoglu/vue-flow/commit/192b15414aa39bfde209b07c39f799a560a368ea) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add overloads to `useVueFlow`. Allows calling `useVueFlow` with an `id` string only while emitting a deprecation warning for using the options obj. + +- [#1476](https://github.com/bcakmakoglu/vue-flow/pull/1476) [`1b38c3f`](https://github.com/bcakmakoglu/vue-flow/commit/1b38c3f692f9cfe3c10c2bfadc0d0f782f6b892d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use empty array when determing whether to update all node internals + +- [#1479](https://github.com/bcakmakoglu/vue-flow/pull/1479) [`659ca6a`](https://github.com/bcakmakoglu/vue-flow/commit/659ca6a0b74b7a96434d2e03a39a72154e5b4756) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `EdgePathParams` type and export it + ## 1.36.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3f3e454f..6b8aa695 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.36.0", + "version": "1.37.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",