diff --git a/.changeset/blue-pans-make.md b/.changeset/blue-pans-make.md deleted file mode 100644 index aab6dcc..0000000 --- a/.changeset/blue-pans-make.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": patch ---- - -remove a lot of useless reactions (replaced it by more simple callbacks) diff --git a/.changeset/every-parks-march.md b/.changeset/every-parks-march.md deleted file mode 100644 index b6e3766..0000000 --- a/.changeset/every-parks-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -added `lazy` option for queries and mutations which work on lazy observables from mobx diff --git a/CHANGELOG.md b/CHANGELOG.md index beafb08..93bda26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # mobx-tanstack-query +## 6.1.0 + +### Minor Changes + +- [#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 + +### Patch Changes + +- [#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) + ## 6.0.11 ### Patch Changes diff --git a/package.json b/package.json index 3becda4..65cd365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobx-tanstack-query", - "version": "6.0.11", + "version": "6.1.0", "scripts": { "prepare": "pnpm dev:install-hooks", "clean": "rimraf dist",