diff --git a/.changeset/flat-readers-tap.md b/.changeset/flat-readers-tap.md deleted file mode 100644 index 5cbdfd2e..00000000 --- a/.changeset/flat-readers-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Check if transform has changed in panBy before applying the new transform diff --git a/.changeset/pretty-pots-play.md b/.changeset/pretty-pots-play.md deleted file mode 100644 index f3113c0b..00000000 --- a/.changeset/pretty-pots-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Properly reset the store state when using `$reset` and retain reactivity of store state diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b746b0e8..b0aede9d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.19.4 + +### Patch Changes + +- [#924](https://github.com/bcakmakoglu/vue-flow/pull/924) [`f292bfd6`](https://github.com/bcakmakoglu/vue-flow/commit/f292bfd6f246bd12492dcb8567d9b7cbc8c6c061) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Check if transform has changed in panBy before applying the new transform + +- [#923](https://github.com/bcakmakoglu/vue-flow/pull/923) [`caafee4e`](https://github.com/bcakmakoglu/vue-flow/commit/caafee4e31eb7aaa03b25328ce7ab62bacc7a5d2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Properly reset the store state when using `$reset` and retain reactivity of store state + ## 1.19.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 59cc89a0..a0e99c76 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.19.3", + "version": "1.19.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",