diff --git a/.changeset/early-humans-roll.md b/.changeset/early-humans-roll.md deleted file mode 100644 index 1aa94a8a..00000000 --- a/.changeset/early-humans-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use relative paths for imports. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4cd889d2..3a09646a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.27.1 + +### Patch Changes + +- [#1220](https://github.com/bcakmakoglu/vue-flow/pull/1220) [`2b4ed51`](https://github.com/bcakmakoglu/vue-flow/commit/2b4ed515b54fa7372fd5b086311520b127b83ff4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use relative paths for imports. + ## 1.27.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5765666d..1b740bb5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.27.0", + "version": "1.27.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",