From 435eef6414afee18d0f8a25a7e3ed445658b85f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Mar 2024 19:15:49 +0000 Subject: [PATCH 1/3] Version Packages (alpha) --- .changeset/pre.json | 4 +++- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) 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/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 7cd5ca6c9a8..a02037ba7f8 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 49f44cb93ac..2b04e9a7990 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": [ From 8138ae651c8e15504e146efcf66b936805e4b2e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Mar 2024 19:30:27 +0000 Subject: [PATCH 2/3] Version Packages (alpha) --- .changeset/pre.json | 5 ++++- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index edf432b52d7..e0e5f57834a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,8 @@ "initialVersions": { "@apollo/client": "3.9.7" }, - "changesets": [] + "changesets": [ + "flat-singers-kiss", + "tasty-pillows-ring" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 049c6173381..ac13198fdf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @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`. + +### Patch Changes + +- [#11689](https://github.com/apollographql/apollo-client/pull/11689) [`cb8ffe5`](https://github.com/apollographql/apollo-client/commit/cb8ffe50e903397f741b62a44624bfe69b5f7b75) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where passing a new `from` option to `useFragment` would first render with the previous value before rerendering with the correct value. + ## 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": [ From 7147c41aadbd9d29aa0a8e9c653d3e03201af218 Mon Sep 17 00:00:00 2001 From: alessbell Date: Mon, 18 Mar 2024 19:42:45 +0000 Subject: [PATCH 3/3] Clean up Prettier, Size-limit, and Api-Extractor --- .size-limits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }