From d6bcca58f4d0dec22226b17aae54157e84e1a5d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Nov 2023 18:10:07 +0000 Subject: [PATCH] Version Packages --- .changeset/chatty-plants-cheer.md | 5 ----- .changeset/ninety-suits-flash.md | 5 ----- .changeset/yellow-fans-move.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 .changeset/chatty-plants-cheer.md delete mode 100644 .changeset/ninety-suits-flash.md delete mode 100644 .changeset/yellow-fans-move.md diff --git a/.changeset/chatty-plants-cheer.md b/.changeset/chatty-plants-cheer.md deleted file mode 100644 index 79cd7b9cd19..00000000000 --- a/.changeset/chatty-plants-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Enable `strict` in tsconfig for the entire project. diff --git a/.changeset/ninety-suits-flash.md b/.changeset/ninety-suits-flash.md deleted file mode 100644 index bba930c377e..00000000000 --- a/.changeset/ninety-suits-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Add missed reexports of MutationFetchPolicy and RefetchWritePolicy to @apollo/client/core diff --git a/.changeset/yellow-fans-move.md b/.changeset/yellow-fans-move.md deleted file mode 100644 index 936ec8a859c..00000000000 --- a/.changeset/yellow-fans-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -`useMutation`: also reset internal state on reset diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db41c5d5a6..c98b89a676b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @apollo/client +## 3.8.8 + +### Patch Changes + +- [#11200](https://github.com/apollographql/apollo-client/pull/11200) [`ae5091a21`](https://github.com/apollographql/apollo-client/commit/ae5091a21f0feff1486503071ea8dc002cf1be41) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Enable `strict` in tsconfig for the entire project. + +- [#11332](https://github.com/apollographql/apollo-client/pull/11332) [`291aea56b`](https://github.com/apollographql/apollo-client/commit/291aea56bfaed3987a98be7fe4e6160114b62d2d) Thanks [@asvishnyakov](https://github.com/asvishnyakov)! - Add missed reexports of MutationFetchPolicy and RefetchWritePolicy to @apollo/client/core + +- [#10931](https://github.com/apollographql/apollo-client/pull/10931) [`e5acf910e`](https://github.com/apollographql/apollo-client/commit/e5acf910e39752b453540b6751046d1c19b66350) Thanks [@phryneas](https://github.com/phryneas)! - `useMutation`: also reset internal state on reset + ## 3.8.7 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 985c9de8651..549776f8994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.7", + "version": "3.8.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.7", + "version": "3.8.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c8323711913..b328854a191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.7", + "version": "3.8.8", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [