From ef1a438921c05985da8c26312182832fe255e709 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Sep 2023 13:41:50 +0000 Subject: [PATCH 1/2] Version Packages (alpha) --- .changeset/pre.json | 4 +++- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 6c10751aa29..afb9eb79dcf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,6 +5,8 @@ "@apollo/client": "3.8.3" }, "changesets": [ - "shaggy-ears-scream.md" + "shaggy-ears-scream", + "sour-sheep-walk", + "tall-otters-wave" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec64318480..8428a8a7915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @apollo/client +## 3.9.0-alpha.0 + +### Minor Changes + +- [#11202](https://github.com/apollographql/apollo-client/pull/11202) [`7c2bc08b2`](https://github.com/apollographql/apollo-client/commit/7c2bc08b2ab46b9aa181d187a27aec2ad7129599) Thanks [@benjamn](https://github.com/benjamn)! - Prevent `QueryInfo#markResult` mutation of `result.data` and return cache data consistently whether complete or incomplete. + +- [#6701](https://github.com/apollographql/apollo-client/pull/6701) [`8d2b4e107`](https://github.com/apollographql/apollo-client/commit/8d2b4e107d7c21563894ced3a65d631183b58fd9) Thanks [@prowe](https://github.com/prowe)! - Ability to dynamically match mocks + + Adds support for a new property `MockedResponse.variableMatcher`: a predicate function that accepts a `variables` param. If `true`, the `variables` will be passed into the `ResultFunction` to help dynamically build a response. + +### 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 cd0e1e2c3ee..11635389387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.3", + "version": "3.9.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.3", + "version": "3.9.0-alpha.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 46e6b576d72..539503849bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.3", + "version": "3.9.0-alpha.0", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [ From d96e215c964973290745075bc947bebeac63c359 Mon Sep 17 00:00:00 2001 From: Alessia Bellisario Date: Tue, 19 Sep 2023 07:07:07 -0700 Subject: [PATCH 2/2] chore: remove unreleased changeset from main --- .changeset/pre.json | 3 +-- CHANGELOG.md | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index afb9eb79dcf..224d110b20f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,7 +6,6 @@ }, "changesets": [ "shaggy-ears-scream", - "sour-sheep-walk", - "tall-otters-wave" + "sour-sheep-walk" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8428a8a7915..16b294000bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,6 @@ Adds support for a new property `MockedResponse.variableMatcher`: a predicate function that accepts a `variables` param. If `true`, the `variables` will be passed into the `ResultFunction` to help dynamically build a response. -### 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