Skip to content

Commit 7a6608a

Browse files
Version Packages (rc)
1 parent 511b4f3 commit 7a6608a

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"gold-sloths-battle",
7474
"good-dolphins-peel",
7575
"gorgeous-chefs-tap",
76+
"great-peaches-design",
7677
"great-roses-jog",
7778
"great-scissors-jam",
7879
"grumpy-vans-type",
@@ -113,6 +114,7 @@
113114
"mean-lizards-think",
114115
"metal-needles-search",
115116
"mighty-carrots-bathe",
117+
"mighty-jobs-drum",
116118
"mighty-penguins-wink",
117119
"modern-feet-do",
118120
"moody-lobsters-listen",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @apollo/client
22

3+
## 4.0.0-rc.5
4+
5+
### Major Changes
6+
7+
- [#12774](https://github.com/apollographql/apollo-client/pull/12774) [`511b4f3`](https://github.com/apollographql/apollo-client/commit/511b4f3e792a75aa5aa27b335e8119dbc2a9c254) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Apply document transforms before reading data from the cache for `client.readQuery`, `client.readFragment`, `client.watchFragment`, `useFragment`, and `useSuspenseFragment`.
8+
9+
NOTE: This change does not affect the equivalent `cache.*` APIs. To read data from the cache without first running document transforms, run `cache.readQuery`, `cache.readFragment`, etc.
10+
11+
### Patch Changes
12+
13+
- [#12775](https://github.com/apollographql/apollo-client/pull/12775) [`454ec78`](https://github.com/apollographql/apollo-client/commit/454ec78b751853da07243174a6f9bdc4535e7e8f) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Don't export `gql` from `@apollo/client/react` entrypoint. Import from `@apollo/client` instead.
14+
315
## 4.0.0-rc.4
416

517
### Minor Changes

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "4.0.0-rc.4",
3+
"version": "4.0.0-rc.5",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

scripts/codemods/ac3-to-ac4/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/client-codemod-migrate-3-to-4
22

3+
## 1.0.0-rc.1
4+
5+
### Patch Changes
6+
7+
- [#12775](https://github.com/apollographql/apollo-client/pull/12775) [`454ec78`](https://github.com/apollographql/apollo-client/commit/454ec78b751853da07243174a6f9bdc4535e7e8f) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Don't export `gql` from `@apollo/client/react` entrypoint. Import from `@apollo/client` instead.
8+
39
## 1.0.0-rc.0
410

511
### Major Changes

scripts/codemods/ac3-to-ac4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-codemod-migrate-3-to-4",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Apollo Client Codemod to migrate from version 3 to version 4",
55
"keywords": [
66
"apollo",

0 commit comments

Comments
 (0)