From 77ae5ab9ebc79cb71dda98f8f539ce2e7b797f6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:12:25 +0000 Subject: [PATCH] Version Packages --- .changeset/adapter-class-type-widen.md | 5 ----- .changeset/fix-relay-deactivation-recovery.md | 5 ----- .changeset/networkmanager-noop-union.md | 5 ----- packages/fetchium/CHANGELOG.md | 8 ++++++++ packages/fetchium/package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/adapter-class-type-widen.md delete mode 100644 .changeset/fix-relay-deactivation-recovery.md delete mode 100644 .changeset/networkmanager-noop-union.md diff --git a/.changeset/adapter-class-type-widen.md b/.changeset/adapter-class-type-widen.md deleted file mode 100644 index a524f2f..0000000 --- a/.changeset/adapter-class-type-widen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fetchium": patch ---- - -Allow concrete adapter subclasses with required constructor args to be assigned to `static adapter` without casts diff --git a/.changeset/fix-relay-deactivation-recovery.md b/.changeset/fix-relay-deactivation-recovery.md deleted file mode 100644 index 9b44116..0000000 --- a/.changeset/fix-relay-deactivation-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fetchium": patch ---- - -Fix relay not recovering after deactivation during in-flight refetch diff --git a/.changeset/networkmanager-noop-union.md b/.changeset/networkmanager-noop-union.md deleted file mode 100644 index d37f5b7..0000000 --- a/.changeset/networkmanager-noop-union.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fetchium": patch ---- - -Accept `NoOpNetworkManager` in `QueryClientConfig.networkManager` without a cast, mirroring the existing `gcManager` pattern diff --git a/packages/fetchium/CHANGELOG.md b/packages/fetchium/CHANGELOG.md index 5eb4378..9f38505 100644 --- a/packages/fetchium/CHANGELOG.md +++ b/packages/fetchium/CHANGELOG.md @@ -1,5 +1,13 @@ # fetchium +## 0.2.2 + +### Patch Changes + +- 306cb3c: Allow concrete adapter subclasses with required constructor args to be assigned to `static adapter` without casts +- f1145c8: Fix relay not recovering after deactivation during in-flight refetch +- 8b327ae: Accept `NoOpNetworkManager` in `QueryClientConfig.networkManager` without a cast, mirroring the existing `gcManager` pattern + ## 0.2.1 ### Patch Changes diff --git a/packages/fetchium/package.json b/packages/fetchium/package.json index c1d03a2..41dc480 100644 --- a/packages/fetchium/package.json +++ b/packages/fetchium/package.json @@ -1,6 +1,6 @@ { "name": "fetchium", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "repository": { "type": "git",