diff --git a/.changeset/curly-vans-crash.md b/.changeset/curly-vans-crash.md deleted file mode 100644 index c3b6719c..00000000 --- a/.changeset/curly-vans-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Set initial node position correctly after applying node extent diff --git a/.changeset/loud-wasps-care.md b/.changeset/loud-wasps-care.md deleted file mode 100644 index 9ec9b0ed..00000000 --- a/.changeset/loud-wasps-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix type exports using path alias instead of relative paths, which causes types to not be inferred on user-side diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 11af2fe5..2bd13b18 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.10.2 + +### Patch Changes + +- [#584](https://github.com/bcakmakoglu/vue-flow/pull/584) [`17cd5bc`](https://github.com/bcakmakoglu/vue-flow/commit/17cd5bc9eb189693b346d0722b330ccbca25bedb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set initial node position correctly after applying node extent + +- [#583](https://github.com/bcakmakoglu/vue-flow/pull/583) [`0c25796`](https://github.com/bcakmakoglu/vue-flow/commit/0c25796967dec49ad9ba5ecce99c7e0bdc0c29aa) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix type exports using path alias instead of relative paths, which causes types to not be inferred on user-side + ## 1.10.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 18198046..10c8c941 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.10.1", + "version": "1.10.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",