diff --git a/.changeset/gorgeous-buses-laugh.md b/.changeset/gorgeous-buses-laugh.md deleted file mode 100644 index 52dfcbd4d8e..00000000000 --- a/.changeset/gorgeous-buses-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Adds `TVariables` generic to `GraphQLRequest` and `MockedResponse` interfaces. diff --git a/.changeset/shaggy-bees-attack.md b/.changeset/shaggy-bees-attack.md deleted file mode 100644 index 6df0cc127a3..00000000000 --- a/.changeset/shaggy-bees-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Tolerate undefined `concast.sources` if `complete` called earlier than `concast.start` diff --git a/.changeset/tricky-berries-perform.md b/.changeset/tricky-berries-perform.md deleted file mode 100644 index b12df6fd26a..00000000000 --- a/.changeset/tricky-berries-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Update `SingleExecutionResult` and `IncrementalPayload`'s `data` types such that they no longer include `undefined`, which was not a valid runtime value, to fix errors when TypeScript's `exactOptionalPropertyTypes` is enabled. diff --git a/CHANGELOG.md b/CHANGELOG.md index 70581917a22..d2cf365ab67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @apollo/client +## 3.7.8 + +### Patch Changes + +- [#7555](https://github.com/apollographql/apollo-client/pull/7555) [`45562d6fa`](https://github.com/apollographql/apollo-client/commit/45562d6fa20eab658bd86d79d092862ace4e1225) Thanks [@TheCeloReis](https://github.com/TheCeloReis)! - Adds `TVariables` generic to `GraphQLRequest` and `MockedResponse` interfaces. + +- [#10526](https://github.com/apollographql/apollo-client/pull/10526) [`1d13de4f1`](https://github.com/apollographql/apollo-client/commit/1d13de4f190150e96d61a9e987274ee6c249dbef) Thanks [@benjamn](https://github.com/benjamn)! - Tolerate undefined `concast.sources` if `complete` called earlier than `concast.start` + +- [#10497](https://github.com/apollographql/apollo-client/pull/10497) [`8a883d8a1`](https://github.com/apollographql/apollo-client/commit/8a883d8a1c8899f94a3e2ae09cb2069bde2b2150) Thanks [@nevir](https://github.com/nevir)! - Update `SingleExecutionResult` and `IncrementalPayload`'s `data` types such that they no longer include `undefined`, which was not a valid runtime value, to fix errors when TypeScript's `exactOptionalPropertyTypes` is enabled. + ## 3.7.7 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 5fce7025f8f..34c7e66121b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.7.7", + "version": "3.7.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.7.7", + "version": "3.7.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dc7c0054d48..b87ed62f8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.7.7", + "version": "3.7.8", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [