Skip to content

Commit a636921

Browse files
Version Packages
1 parent 5b0af46 commit a636921

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/big-impalas-burn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cuddly-suits-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-pumas-feel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/huge-flowers-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-eagles-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# mobx-tanstack-query
22

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - make `mutate` method in Mutation as bounded method
8+
9+
- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - make `start` as bounded method for queries
10+
11+
- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - make `refetch` as bounded method for queries
12+
13+
- [`5b0af46`](https://github.com/js2me/mobx-tanstack-query/commit/5b0af46ad5d834a75d14e77ffde7c4c42c363821) Thanks [@js2me](https://github.com/js2me)! - make `start` method in Mutation as bounded method
14+
15+
### Patch Changes
16+
17+
- [`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
18+
319
## 6.2.2
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-tanstack-query",
3-
"version": "6.2.2",
3+
"version": "6.3.0",
44
"scripts": {
55
"prepare": "pnpm dev:install-hooks",
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)