Skip to content

Commit

Permalink
chore: reset package.json/lockfile to 3.7.2 and update unreleased cha…
Browse files Browse the repository at this point in the history
…ngesets to use minor version
  • Loading branch information
alessbell committed May 26, 2023
1 parent ea5159f commit 7f5e8b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/hungry-chairs-live.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@apollo/client': patch
'@apollo/client': minor
---

Add a new mechanism for Error Extraction to reduce bundle size by including
Expand Down
2 changes: 1 addition & 1 deletion .changeset/warm-pandas-cry.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 7f5e8b2

Please sign in to comment.