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",