diff --git a/.changeset/pre.json b/.changeset/pre.json index 224d110b20f..afb9eb79dcf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ }, "changesets": [ "shaggy-ears-scream", - "sour-sheep-walk" + "sour-sheep-walk", + "tall-otters-wave" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b294000bf..add5a98d28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.9.0-alpha.1 + +### 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.9.0-alpha.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 11635389387..1af95cce8ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.0-alpha.0", + "version": "3.9.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.0-alpha.0", + "version": "3.9.0-alpha.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 539503849bb..05a2066a5fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.0-alpha.0", + "version": "3.9.0-alpha.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [