From fb9457d92b8f61322b9d0e262d166e7737778df8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:24:05 -0600 Subject: [PATCH] Version Packages (#11196) Co-authored-by: github-actions[bot] --- .changeset/tall-otters-wave.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tall-otters-wave.md diff --git a/.changeset/tall-otters-wave.md b/.changeset/tall-otters-wave.md deleted file mode 100644 index edc71f3acc6..00000000000 --- a/.changeset/tall-otters-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -For `invariant.log` etc., error arguments are now serialized correctly in the link to the error page. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec64318480..3dd66f5496f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.8.4 + +### Patch Changes + +- [#11195](https://github.com/apollographql/apollo-client/pull/11195) [`9e59b251d`](https://github.com/apollographql/apollo-client/commit/9e59b251d4d63afb83d9821889f87c71c4adde0f) Thanks [@phryneas](https://github.com/phryneas)! - For `invariant.log` etc., error arguments are now serialized correctly in the link to the error page. + ## 3.8.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 005356a04c8..9d901ec831c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.3", + "version": "3.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.3", + "version": "3.8.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f80871f976a..bdd36577d64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.3", + "version": "3.8.4", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [