diff --git a/.changeset/pre.json b/.changeset/pre.json index edf432b52d7..3a00302fb38 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,7 @@ "initialVersions": { "@apollo/client": "3.9.7" }, - "changesets": [] + "changesets": [ + "tasty-pillows-ring" + ] } diff --git a/.size-limits.json b/.size-limits.json index dd93933136b..af76a4d408c 100644 --- a/.size-limits.json +++ b/.size-limits.json @@ -1,4 +1,4 @@ { - "dist/apollo-client.min.cjs": 39403, - "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32788 + "dist/apollo-client.min.cjs": 39410, + "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32796 } diff --git a/CHANGELOG.md b/CHANGELOG.md index 049c6173381..64a18fda499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.10.0-alpha.0 + +### Minor Changes + +- [#11465](https://github.com/apollographql/apollo-client/pull/11465) [`7623da7`](https://github.com/apollographql/apollo-client/commit/7623da7720855b0c19e13ff9124679f426a39725) Thanks [@alessbell](https://github.com/alessbell)! - Add `watchFragment` method to the cache and expose it on ApolloClient, refactor `useFragment` using `watchFragment`. + ## 3.9.7 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 92224a3e029..edd8e9e7dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.7", + "version": "3.10.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.7", + "version": "3.10.0-alpha.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 431659e8808..3c153eff791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.7", + "version": "3.10.0-alpha.0", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [