diff --git a/.changeset/big-impalas-burn.md b/.changeset/big-impalas-burn.md deleted file mode 100644 index e97f722..0000000 --- a/.changeset/big-impalas-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": patch ---- - -fixed query `start()` method (duplicate request calls) and ignoring updating query params diff --git a/.changeset/cuddly-suits-fail.md b/.changeset/cuddly-suits-fail.md deleted file mode 100644 index c8ef38a..0000000 --- a/.changeset/cuddly-suits-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -make `mutate` method in Mutation as bounded method diff --git a/.changeset/heavy-pumas-feel.md b/.changeset/heavy-pumas-feel.md deleted file mode 100644 index f275ae2..0000000 --- a/.changeset/heavy-pumas-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -make `start` as bounded method for queries diff --git a/.changeset/huge-flowers-agree.md b/.changeset/huge-flowers-agree.md deleted file mode 100644 index 3fa7ed6..0000000 --- a/.changeset/huge-flowers-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -make `refetch` as bounded method for queries diff --git a/.changeset/olive-eagles-tan.md b/.changeset/olive-eagles-tan.md deleted file mode 100644 index 62c591f..0000000 --- a/.changeset/olive-eagles-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -make `start` method in Mutation as bounded method diff --git a/CHANGELOG.md b/CHANGELOG.md index 3690c03..69eb199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # mobx-tanstack-query +## 6.3.0 + +### Minor Changes + +- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - make `mutate` method in Mutation as bounded method + +- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - make `start` as bounded method for queries + +- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - make `refetch` as bounded method for queries + +- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - make `start` method in Mutation as bounded method + +### Patch Changes + +- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - fixed query `start()` method (duplicate request calls) and ignoring updating query params + ## 6.2.2 ### Patch Changes diff --git a/package.json b/package.json index 3cb0dba..0d700a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobx-tanstack-query", - "version": "6.2.2", + "version": "6.3.0", "scripts": { "prepare": "pnpm dev:install-hooks", "clean": "rimraf dist",