From d9dee8dfdfc129c3ae1d0c20e127a4f537118d29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Jan 2024 09:41:15 +0000 Subject: [PATCH] chore: bump versions --- .changeset/gentle-keys-approve.md | 5 ----- .changeset/many-lizards-love.md | 5 ----- .changeset/smart-olives-jog.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 8 ++++++++ packages/minimap/package.json | 2 +- 7 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 .changeset/gentle-keys-approve.md delete mode 100644 .changeset/many-lizards-love.md delete mode 100644 .changeset/smart-olives-jog.md diff --git a/.changeset/gentle-keys-approve.md b/.changeset/gentle-keys-approve.md deleted file mode 100644 index 0be14de3d..000000000 --- a/.changeset/gentle-keys-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": minor ---- - -Add minimap slot types diff --git a/.changeset/many-lizards-love.md b/.changeset/many-lizards-love.md deleted file mode 100644 index 102e63eb8..000000000 --- a/.changeset/many-lizards-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add source and target handle ids to removal change of edges. diff --git a/.changeset/smart-olives-jog.md b/.changeset/smart-olives-jog.md deleted file mode 100644 index 89372adda..000000000 --- a/.changeset/smart-olives-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": minor ---- - -Add `MiniMapNodeEmits` interface diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3a09646a8..19f6b0ba2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.28.0 + +### Minor Changes + +- [#1216](https://github.com/bcakmakoglu/vue-flow/pull/1216) [`845d591`](https://github.com/bcakmakoglu/vue-flow/commit/845d5911fd90f8618dd19c6180ea34d3d6a0da74) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add source and target handle ids to removal change of edges. + ## 1.27.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1b740bb57..4cd3d06fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.27.1", + "version": "1.28.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index 23c6b00a4..793373631 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/minimap +## 1.3.0 + +### Minor Changes + +- [#1216](https://github.com/bcakmakoglu/vue-flow/pull/1216) [`80924fa`](https://github.com/bcakmakoglu/vue-flow/commit/80924faa357dd61a261f352de434229527f81e4d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add minimap slot types + +- [#1216](https://github.com/bcakmakoglu/vue-flow/pull/1216) [`2aad7c5`](https://github.com/bcakmakoglu/vue-flow/commit/2aad7c5eaa2e90f473d09c56e7e399bdd902d3ec) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `MiniMapNodeEmits` interface + ## 1.2.0 ### Minor Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 9e5542444..21ca52a28 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.2.0", + "version": "1.3.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",