From 3c34976e42a94b89f5383531759baa2303e7d723 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 15:37:59 +0000 Subject: [PATCH] Version Packages --- .changeset/blue-pans-make.md | 5 ----- .changeset/every-parks-march.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/blue-pans-make.md delete mode 100644 .changeset/every-parks-march.md 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",