diff --git a/.changeset/seven-oranges-compare.md b/.changeset/seven-oranges-compare.md deleted file mode 100644 index 33af74b0..00000000 --- a/.changeset/seven-oranges-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add currently stored nodes to isValidConnection args diff --git a/.changeset/soft-drinks-reflect.md b/.changeset/soft-drinks-reflect.md deleted file mode 100644 index ed30bf5a..00000000 --- a/.changeset/soft-drinks-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add slots and emits type definitions diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ebbdc49a..85c2378c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.25.0 + +### Minor Changes + +- [#1170](https://github.com/bcakmakoglu/vue-flow/pull/1170) [`cce71c9c`](https://github.com/bcakmakoglu/vue-flow/commit/cce71c9ce6f33656932dc9f05169a5f5907d5158) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add currently stored nodes to isValidConnection args + +- [#1166](https://github.com/bcakmakoglu/vue-flow/pull/1166) [`993c058b`](https://github.com/bcakmakoglu/vue-flow/commit/993c058b8ce4e525597ef535a17dcccb219b9a2e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add slots and emits type definitions + ## 1.24.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 078a5599..75511729 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.24.2", + "version": "1.25.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",