From 7f5e8b200b8e327a63a189df68d72689382e82e5 Mon Sep 17 00:00:00 2001 From: alessia Date: Fri, 26 May 2023 12:31:36 -0400 Subject: [PATCH] chore: reset package.json/lockfile to 3.7.2 and update unreleased changesets to use minor version --- .changeset/hungry-chairs-live.md | 2 +- .changeset/warm-pandas-cry.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/hungry-chairs-live.md b/.changeset/hungry-chairs-live.md index b4ae3149765..08f5a95a862 100644 --- a/.changeset/hungry-chairs-live.md +++ b/.changeset/hungry-chairs-live.md @@ -1,5 +1,5 @@ --- -'@apollo/client': patch +'@apollo/client': minor --- Add a new mechanism for Error Extraction to reduce bundle size by including diff --git a/.changeset/warm-pandas-cry.md b/.changeset/warm-pandas-cry.md index 9d6157a3c28..3003de4221b 100644 --- a/.changeset/warm-pandas-cry.md +++ b/.changeset/warm-pandas-cry.md @@ -1,5 +1,5 @@ --- -'@apollo/client': patch +'@apollo/client': minor --- Add the ability to specify custom GraphQL document transforms. These transforms are run before reading data from the cache, before local state is resolved, and before the query document is sent through the link chain. diff --git a/package-lock.json b/package-lock.json index 236ec2dc632..a89e5c0c41e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.0", + "version": "3.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.0", + "version": "3.7.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 12e3ddb4dac..0a16c0dfb25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.0", + "version": "3.7.2", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [