diff --git a/.changeset/heavy-ligers-train.md b/.changeset/heavy-ligers-train.md deleted file mode 100644 index f8e369f91b2..00000000000 --- a/.changeset/heavy-ligers-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Adjust some types for React 19 compat diff --git a/.changeset/rich-geese-complain.md b/.changeset/rich-geese-complain.md deleted file mode 100644 index f60df47d644..00000000000 --- a/.changeset/rich-geese-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix error "Cannot convert object to primitive value" diff --git a/CHANGELOG.md b/CHANGELOG.md index c23d83006ae..55202abc98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.10.3 + +### Patch Changes + +- [#11811](https://github.com/apollographql/apollo-client/pull/11811) [`d67d7f9`](https://github.com/apollographql/apollo-client/commit/d67d7f9a2943273cacaefb26a54184e81f12b022) Thanks [@phryneas](https://github.com/phryneas)! - Adjust some types for React 19 compat + +- [#11834](https://github.com/apollographql/apollo-client/pull/11834) [`7d8aad4`](https://github.com/apollographql/apollo-client/commit/7d8aad4a00b89e0208ee1563293c24025e6604ce) Thanks [@psamim](https://github.com/psamim)! - Fix error "Cannot convert object to primitive value" + ## 3.10.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index f3782665d0a..edfc81e9e74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.10.2", + "version": "3.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.10.2", + "version": "3.10.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 48c1d89e238..6e4fbcf32f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.10.2", + "version": "3.10.3", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [