Skip to content

Commit 72ad6ae

Browse files
authored
Merge pull request #48 from js2me/changeset-release/master
2 parents 87005aa + e45c6fa commit 72ad6ae

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

.changeset/chilly-poems-grin.md

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

.changeset/lazy-coats-flash.md

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

.changeset/loose-nights-own.md

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

.changeset/ninety-eels-dream.md

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

.changeset/red-groups-tie.md

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

.changeset/spotty-memes-stay.md

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

CHANGELOG.md

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

3+
## 6.7.0
4+
5+
### Minor Changes
6+
7+
- [`24a8a41`](https://github.com/js2me/mobx-tanstack-query/commit/24a8a41b65ebb03d29a88a6e3fd5dedf40a58cb7) Thanks [@js2me](https://github.com/js2me)! - added `autoRemovePreviousQuery` query feature
8+
9+
- [`24a8a41`](https://github.com/js2me/mobx-tanstack-query/commit/24a8a41b65ebb03d29a88a6e3fd5dedf40a58cb7) Thanks [@js2me](https://github.com/js2me)! - added value `"safe"` for `removeOnDestroy` option for query
10+
11+
- [`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)
12+
13+
- [`24a8a41`](https://github.com/js2me/mobx-tanstack-query/commit/24a8a41b65ebb03d29a88a6e3fd5dedf40a58cb7) Thanks [@js2me](https://github.com/js2me)! - `safe` option for `remove()` method for queries
14+
15+
### Patch Changes
16+
17+
- [`87005aa`](https://github.com/js2me/mobx-tanstack-query/commit/87005aab2dc62ea007bf6fe5456939fb8353ddb6) Thanks [@js2me](https://github.com/js2me)! - refactored unify destroy and aborts inside package entities
18+
19+
- [`87005aa`](https://github.com/js2me/mobx-tanstack-query/commit/87005aab2dc62ea007bf6fe5456939fb8353ddb6) Thanks [@js2me](https://github.com/js2me)! - fixed preset exports
20+
321
## 6.6.4
422

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

0 commit comments

Comments
 (0)