diff --git a/.changeset/modern-rocks-breathe.md b/.changeset/modern-rocks-breathe.md deleted file mode 100644 index 31f6b706a..000000000 --- a/.changeset/modern-rocks-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Separate flow import and export object shapes and interfaces. An export object has all fields as required, while an import object makes all fields optional. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 84f105e5e..0393c3a69 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.48.0 + +### Minor Changes + +- [#1978](https://github.com/bcakmakoglu/vue-flow/pull/1978) [`7acd6d7`](https://github.com/bcakmakoglu/vue-flow/commit/7acd6d74353a0be6d0c52c7de96ab19f10e97e98) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Separate flow import and export object shapes and interfaces. An export object has all fields as required, while an import object makes all fields optional. + ## 1.47.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index f48c3289b..311965cb8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.47.0", + "version": "1.48.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",