From 23b084e8d23cedc9e60224444ff865a1cf29340b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Feb 2023 20:41:38 +0000 Subject: [PATCH] chore: bump versions --- .changeset/cuddly-maps-teach.md | 5 ----- .changeset/sweet-tomatoes-pump.md | 5 ----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/cuddly-maps-teach.md delete mode 100644 .changeset/sweet-tomatoes-pump.md diff --git a/.changeset/cuddly-maps-teach.md b/.changeset/cuddly-maps-teach.md deleted file mode 100644 index 077b9871..00000000 --- a/.changeset/cuddly-maps-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Remove export of `SelectionPane` as the component doesn't exist anymore diff --git a/.changeset/sweet-tomatoes-pump.md b/.changeset/sweet-tomatoes-pump.md deleted file mode 100644 index 821cdb79..00000000 --- a/.changeset/sweet-tomatoes-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Downgrade auto imports. Fixes broken type imports. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 08da9c1d..d7dbaf6f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.15.1 + +### Patch Changes + +- [#704](https://github.com/bcakmakoglu/vue-flow/pull/704) [`b3462f2`](https://github.com/bcakmakoglu/vue-flow/commit/b3462f22cb4bdeabb39f266ccc8879fa1b3ceae9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove export of `SelectionPane` as the component doesn't exist anymore + +- [#703](https://github.com/bcakmakoglu/vue-flow/pull/703) [`0838d2c`](https://github.com/bcakmakoglu/vue-flow/commit/0838d2c46bdcf24b9f88a9ed2ce10f939b31fbfe) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Downgrade auto imports. Fixes broken type imports. + ## 1.15.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index ad0fabd6..186b9be1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.15.0", + "version": "1.15.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",