diff --git a/.changeset/loud-roses-wink.md b/.changeset/loud-roses-wink.md deleted file mode 100644 index 59f50a036..000000000 --- a/.changeset/loud-roses-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ethlete/query": patch ---- - -Emmit change events for query form controls that are getting reset diff --git a/libs/query/CHANGELOG.md b/libs/query/CHANGELOG.md index 5ac471899..bf7efc47f 100644 --- a/libs/query/CHANGELOG.md +++ b/libs/query/CHANGELOG.md @@ -1,5 +1,11 @@ # @ethlete/query +## 5.6.1 + +### Patch Changes + +- [#1571](https://github.com/ethlete-io/ethdk/pull/1571) [`6f4f845`](https://github.com/ethlete-io/ethdk/commit/6f4f845705689b2dc3e88fcc793180ee24d42851) Thanks [@Gw3i](https://github.com/Gw3i)! - Emmit change events for query form controls that are getting reset + ## 5.6.0 ### Minor Changes diff --git a/libs/query/package.json b/libs/query/package.json index 51a84a8c8..a6cf905ce 100644 --- a/libs/query/package.json +++ b/libs/query/package.json @@ -1,6 +1,6 @@ { "name": "@ethlete/query", - "version": "5.6.0", + "version": "5.6.1", "peerDependencies": { "@angular/common": "17.2.1", "@angular/core": "17.2.1",