Skip to content

Commit e19896f

Browse files
Version Packages
1 parent d00661c commit e19896f

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/quick-waves-return.md

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

.changeset/silver-bushes-admire.md

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

CHANGELOG.md

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

3+
## 6.8.1
4+
5+
### Patch Changes
6+
7+
- [`d00661c`](https://github.com/js2me/mobx-tanstack-query/commit/d00661ca4d57f1167c54e44ca626c0a447aefc19) Thanks [@js2me](https://github.com/js2me)! - fix missing hooks use in mutation
8+
9+
- [`d00661c`](https://github.com/js2me/mobx-tanstack-query/commit/d00661ca4d57f1167c54e44ca626c0a447aefc19) Thanks [@js2me](https://github.com/js2me)! - fix missing pass second arg for `mutationFn` (`MutationContext`)
10+
311
## 6.8.0
412

513
### Minor 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.8.0",
3+
"version": "6.8.1",
44
"scripts": {
55
"prepare": "pnpm dev:install-hooks",
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)