diff --git a/.changeset/chilly-poems-grin.md b/.changeset/chilly-poems-grin.md deleted file mode 100644 index d08efff..0000000 --- a/.changeset/chilly-poems-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": patch ---- - -refactored unify destroy and aborts inside package entities diff --git a/.changeset/lazy-coats-flash.md b/.changeset/lazy-coats-flash.md deleted file mode 100644 index d65cbd1..0000000 --- a/.changeset/lazy-coats-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -added `autoRemovePreviousQuery` query feature diff --git a/.changeset/loose-nights-own.md b/.changeset/loose-nights-own.md deleted file mode 100644 index 57d2c29..0000000 --- a/.changeset/loose-nights-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -added value `"safe"` for `removeOnDestroy` option for query diff --git a/.changeset/ninety-eels-dream.md b/.changeset/ninety-eels-dream.md deleted file mode 100644 index a02d915..0000000 --- a/.changeset/ninety-eels-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": patch ---- - -fixed preset exports diff --git a/.changeset/red-groups-tie.md b/.changeset/red-groups-tie.md deleted file mode 100644 index c0e0347..0000000 --- a/.changeset/red-groups-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -rework query/mutation features code (refactor and clean code inside queries and mutations) diff --git a/.changeset/spotty-memes-stay.md b/.changeset/spotty-memes-stay.md deleted file mode 100644 index d334219..0000000 --- a/.changeset/spotty-memes-stay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -`safe` option for `remove()` method for queries diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f0a32..46f4530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # mobx-tanstack-query +## 6.7.0 + +### Minor Changes + +- [`24a8a41`](https://github.com/js2me/mobx-tanstack-query/commit/24a8a41b65ebb03d29a88a6e3fd5dedf40a58cb7) Thanks [@js2me](https://github.com/js2me)! - added `autoRemovePreviousQuery` query feature + +- [`24a8a41`](https://github.com/js2me/mobx-tanstack-query/commit/24a8a41b65ebb03d29a88a6e3fd5dedf40a58cb7) Thanks [@js2me](https://github.com/js2me)! - added value `"safe"` for `removeOnDestroy` option for query + +- [`b626ab4`](https://github.com/js2me/mobx-tanstack-query/commit/b626ab46d38fa17c1685d26c97dcc869012d17ff) Thanks [@js2me](https://github.com/js2me)! - rework query/mutation features code (refactor and clean code inside queries and mutations) + +- [`24a8a41`](https://github.com/js2me/mobx-tanstack-query/commit/24a8a41b65ebb03d29a88a6e3fd5dedf40a58cb7) Thanks [@js2me](https://github.com/js2me)! - `safe` option for `remove()` method for queries + +### Patch Changes + +- [`87005aa`](https://github.com/js2me/mobx-tanstack-query/commit/87005aab2dc62ea007bf6fe5456939fb8353ddb6) Thanks [@js2me](https://github.com/js2me)! - refactored unify destroy and aborts inside package entities + +- [`87005aa`](https://github.com/js2me/mobx-tanstack-query/commit/87005aab2dc62ea007bf6fe5456939fb8353ddb6) Thanks [@js2me](https://github.com/js2me)! - fixed preset exports + ## 6.6.4 ### Patch Changes diff --git a/package.json b/package.json index 630755a..d639cde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobx-tanstack-query", - "version": "6.6.4", + "version": "6.7.0", "scripts": { "prepare": "pnpm dev:install-hooks", "clean": "rimraf dist",