Skip to content

Commit 3c34976

Browse files
Version Packages
1 parent 4363cb7 commit 3c34976

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/blue-pans-make.md

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

.changeset/every-parks-march.md

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

CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#30](https://github.com/js2me/mobx-tanstack-query/pull/30) [`bee7713`](https://github.com/js2me/mobx-tanstack-query/commit/bee77135d9879250f4221a3c23696ead6753852b) Thanks [@js2me](https://github.com/js2me)! - added `lazy` option for queries and mutations which work on lazy observables from mobx
8+
9+
### Patch Changes
10+
11+
- [#30](https://github.com/js2me/mobx-tanstack-query/pull/30) [`bee7713`](https://github.com/js2me/mobx-tanstack-query/commit/bee77135d9879250f4221a3c23696ead6753852b) Thanks [@js2me](https://github.com/js2me)! - remove a lot of useless reactions (replaced it by more simple callbacks)
12+
313
## 6.0.11
414

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

0 commit comments

Comments
 (0)