diff --git a/.changeset/pre.json b/.changeset/pre.json index 2eab7992cad..8ad1ac16d58 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,7 @@ "big-flowers-move", "cold-kiwis-give", "famous-hats-explode", + "few-parrots-raise", "flat-worms-notice", "funny-bats-hammer", "large-ligers-prove", @@ -21,6 +22,7 @@ "perfect-crabs-smile", "poor-knives-smile", "popular-files-glow", + "rare-pigs-play", "shaggy-brooms-talk", "shaggy-islands-yell", "six-islands-drum", diff --git a/CHANGELOG.md b/CHANGELOG.md index 473535815bc..79335a40f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 4.1.0-alpha.4 + +### Patch Changes + +- [#13009](https://github.com/apollographql/apollo-client/pull/13009) [`259ae9b`](https://github.com/apollographql/apollo-client/commit/259ae9bafaa8122996b0a52dd99828b2261087e5) Thanks [@phryneas](https://github.com/phryneas)! - Allow `FragmentType` not only to be called as `FragmentType`, but also as `FragmentType`. + +- [#13012](https://github.com/apollographql/apollo-client/pull/13012) [`44706a2`](https://github.com/apollographql/apollo-client/commit/44706a2e7ae2c977fa917214a1ff5e5fe4a9b3a7) Thanks [@phryneas](https://github.com/phryneas)! - Add helper type `QueryRef.ForQuery` + ## 4.1.0-alpha.3 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 7b0d3a116d0..eb059f904d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "4.1.0-alpha.3", + "version": "4.1.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "4.1.0-alpha.3", + "version": "4.1.0-alpha.4", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index c97b54ed5e1..b82d5792632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "4.1.0-alpha.3", + "version": "4.1.0-alpha.4", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [