From ba5faa5ea8f1ffcefd543f80f1e0dd8e1c647fe5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:01:32 +0200 Subject: [PATCH] Version Packages (alpha) (#11273) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index b16d942c18b..97962fa8e7a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,7 +5,7 @@ "@apollo/client": "3.8.3" }, "changesets": [ - "pretty-readers-lick", + "beige-geese-wink", "shaggy-ears-scream", "sour-sheep-walk", "yellow-flies-repeat" diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dede21ad49..c91f9b1dbb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.9.0-alpha.2 + +### Patch Changes + +- [#11254](https://github.com/apollographql/apollo-client/pull/11254) [`d08970d34`](https://github.com/apollographql/apollo-client/commit/d08970d348cf4ad6d80c6baf85b4a4cd4034a3bb) Thanks [@benjamn](https://github.com/benjamn)! - Decouple `canonicalStringify` from `ObjectCanon` for better time and memory performance. + ## 3.9.0-alpha.1 ### Minor Changes @@ -15,6 +21,7 @@ - [#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. + ## 3.8.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 2ac7ea6229d..0d656a76bf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.0-alpha.1", + "version": "3.9.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.0-alpha.1", + "version": "3.9.0-alpha.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 632afaaacd9..b8cefcee3b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.0-alpha.1", + "version": "3.9.0-alpha.2", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [