diff --git a/.changeset/metal-pens-brush.md b/.changeset/metal-pens-brush.md deleted file mode 100644 index ab2c0e7b..00000000 --- a/.changeset/metal-pens-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Prevent default edge options overwriting actual edge values diff --git a/.changeset/short-emus-press.md b/.changeset/short-emus-press.md deleted file mode 100644 index 8c83c5c8..00000000 --- a/.changeset/short-emus-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fall back to default edge or node type if custom type cannot be resolved diff --git a/.changeset/six-stingrays-do.md b/.changeset/six-stingrays-do.md deleted file mode 100644 index 02f11be9..00000000 --- a/.changeset/six-stingrays-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Place Vue Flow Container in it's own stacking context diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f7cee908..ea4bddc4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.3.2 + +### Patch Changes + +- [#407](https://github.com/bcakmakoglu/vue-flow/pull/407) [`2874cd9`](https://github.com/bcakmakoglu/vue-flow/commit/2874cd969ad31bf2ec578c6c9c40399f9d59244a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent default edge options overwriting actual edge values + +- [#407](https://github.com/bcakmakoglu/vue-flow/pull/407) [`7908e02`](https://github.com/bcakmakoglu/vue-flow/commit/7908e0224e5f54f817ac34c3c34e3da3ffb7cfb1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fall back to default edge or node type if custom type cannot be resolved + +- [#389](https://github.com/bcakmakoglu/vue-flow/pull/389) [`6e0dd5b`](https://github.com/bcakmakoglu/vue-flow/commit/6e0dd5b3d2fc3d4d02866d8454dabcc1ee675e77) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Place Vue Flow Container in it's own stacking context + ## 1.3.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f64d1cfc..f7fd9a14 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.3.1", + "version": "1.3.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",