Skip to content

Commit 5ff16fb

Browse files
Version Packages (rc) (#12754)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0198870 commit 5ff16fb

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,15 @@
116116
"mighty-penguins-wink",
117117
"modern-feet-do",
118118
"moody-lobsters-listen",
119+
"nasty-mayflies-smoke",
119120
"nervous-fireants-bow",
120121
"nervous-goats-allow",
121122
"new-apes-care",
122123
"nice-donkeys-reflect",
123124
"nice-dots-matter",
124125
"nice-waves-work",
125126
"ninety-bags-bake",
127+
"ninety-nails-compete",
126128
"odd-chicken-hide",
127129
"odd-lemons-relax",
128130
"old-avocados-cover",

CHANGELOG.md

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

3+
## 4.0.0-rc.3
4+
5+
### Major Changes
6+
7+
- [#12731](https://github.com/apollographql/apollo-client/pull/12731) [`0198870`](https://github.com/apollographql/apollo-client/commit/0198870107eab7ad0bc69a549cb069fa41b3280f) Thanks [@phryneas](https://github.com/phryneas)! - Ship React Compiler compiled React hooks in `@apollo/client/react/compiled`.
8+
9+
We now ship a React-Compiler compiled version of the React hooks in
10+
`@apollo/client/react/compiled`.
11+
12+
This entry point contains everything that `@apollo/client/react` does,
13+
so you can use it as a drop-in replacement in your whole application
14+
if you choose to use the compiled hooks.
15+
16+
### Minor Changes
17+
18+
- [#12753](https://github.com/apollographql/apollo-client/pull/12753) [`b85818d`](https://github.com/apollographql/apollo-client/commit/b85818dcc66d3ed8b1c3a7e5e37b2875d6bf9d03) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Renamed `client.reFetchObservableQueries` to `client.refetchObservableQueries`.
19+
`client.reFetchObservableQueries` is still available as an alias, but is now
20+
deprecated and will be removed in a future major version.
21+
322
## 4.0.0-rc.2
423

524
### Major Changes

package-lock.json

Lines changed: 2 additions & 2 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.2",
3+
"version": "4.0.0-rc.3",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)