From 2443752e82d0c26130358102ed54fc146a067b4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 May 2024 12:08:59 +0000 Subject: [PATCH] chore: bump versions --- .changeset/curly-phones-reply.md | 6 ------ .changeset/fresh-wolves-melt.md | 5 ----- .changeset/six-trainers-juggle.md | 5 ----- packages/controls/CHANGELOG.md | 6 ++++++ packages/controls/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 6 ++++++ packages/minimap/package.json | 2 +- 9 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 .changeset/curly-phones-reply.md delete mode 100644 .changeset/fresh-wolves-melt.md delete mode 100644 .changeset/six-trainers-juggle.md diff --git a/.changeset/curly-phones-reply.md b/.changeset/curly-phones-reply.md deleted file mode 100644 index d207b329..00000000 --- a/.changeset/curly-phones-reply.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@vue-flow/controls": patch -"@vue-flow/minimap": patch ---- - -Allow `PanelPositionType` as value for position diff --git a/.changeset/fresh-wolves-melt.md b/.changeset/fresh-wolves-melt.md deleted file mode 100644 index bd390358..00000000 --- a/.changeset/fresh-wolves-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add warning when style imports are missing. diff --git a/.changeset/six-trainers-juggle.md b/.changeset/six-trainers-juggle.md deleted file mode 100644 index 7d0cbacf..00000000 --- a/.changeset/six-trainers-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Export `PanelPositionType` diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 8890855f..82c1be7e 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/controls +## 1.1.2 + +### Patch Changes + +- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow `PanelPositionType` as value for position + ## 1.1.1 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 71da4ee1..3e2a3fa2 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "version": "1.1.1", + "version": "1.1.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c0f3ffef..374fe51f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.34.0 + +### Minor Changes + +- [#1415](https://github.com/bcakmakoglu/vue-flow/pull/1415) [`bcb6c38`](https://github.com/bcakmakoglu/vue-flow/commit/bcb6c389d634e6604f332b86dc12eee8e5b8c08e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add warning when style imports are missing. + +- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Export `PanelPositionType` + ## 1.33.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index bb581969..abb270ca 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.33.8", + "version": "1.34.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 b8b1a668..fc509975 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.4.1 + +### Patch Changes + +- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow `PanelPositionType` as value for position + ## 1.4.0 ### Minor Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 49f40f07..a1cdd4fb 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.4.0", + "version": "1.4.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",