diff --git a/.changeset/brown-yaks-sin.md b/.changeset/brown-yaks-sin.md deleted file mode 100644 index 831e8fb5..00000000 --- a/.changeset/brown-yaks-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Check if element is still in state before attempting removal when applying removal changes diff --git a/.changeset/seven-avocados-film.md b/.changeset/seven-avocados-film.md deleted file mode 100644 index 0e1d85b3..00000000 --- a/.changeset/seven-avocados-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@vue-flow/background': patch -'@vue-flow/minimap': patch ---- - -Correct pkg main field diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 3b32e926..a98b5100 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/background +## 1.0.2 + +### Patch Changes + +- [#588](https://github.com/bcakmakoglu/vue-flow/pull/588) [`4083ae0`](https://github.com/bcakmakoglu/vue-flow/commit/4083ae05d24dc68df7c77bfe2273a17237834cbf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct pkg main field + ## 1.0.1 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index 4ce7150f..b219ec20 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.0.1", + "version": "1.0.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 2bd13b18..fd42091a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.10.3 + +### Patch Changes + +- [#586](https://github.com/bcakmakoglu/vue-flow/pull/586) [`c0f31a2`](https://github.com/bcakmakoglu/vue-flow/commit/c0f31a2b48e5bbab97778b2d88d18cd4418ea949) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if element is still in state before attempting removal when applying removal changes + ## 1.10.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 10c8c941..d6d3403c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.10.2", + "version": "1.10.3", "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 a0806886..9c4334da 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.0.1 + +### Patch Changes + +- [#588](https://github.com/bcakmakoglu/vue-flow/pull/588) [`4083ae0`](https://github.com/bcakmakoglu/vue-flow/commit/4083ae05d24dc68df7c77bfe2273a17237834cbf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct pkg main field + ## 1.0.0 ### Major Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 44ed0e22..db9f95d3 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.0.0", + "version": "1.0.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",