From c0fe9e7276d181061ae4c0978d7df7183d8ebec9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Mar 2023 17:12:44 +0000 Subject: [PATCH] chore: bump versions --- .changeset/weak-humans-explode.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/weak-humans-explode.md diff --git a/.changeset/weak-humans-explode.md b/.changeset/weak-humans-explode.md deleted file mode 100644 index 910534e6..00000000 --- a/.changeset/weak-humans-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Downgrade unplugin-auto-import to fix vue types issue diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 23a8bec0..25cd6872 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.16.1 + +### Patch Changes + +- [#746](https://github.com/bcakmakoglu/vue-flow/pull/746) [`73a2b168`](https://github.com/bcakmakoglu/vue-flow/commit/73a2b16893b263d2fd64852b4e4acb0637a603ec) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Downgrade unplugin-auto-import to fix vue types issue + ## 1.16.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1805c4b8..c82f8fa2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.16.0", + "version": "1.16.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",