Skip to content

Commit fb3d8ff

Browse files
Version Packages (rc) (#12829)
1 parent 2a32ac6 commit fb3d8ff

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"brave-moons-juggle",
2020
"brave-radios-wait",
2121
"bright-ads-share",
22+
"brown-bobcats-joke",
2223
"calm-frogs-remain",
2324
"calm-seals-relate",
2425
"chatty-planes-grin",
@@ -87,6 +88,7 @@
8788
"great-peaches-design",
8889
"great-roses-jog",
8990
"great-scissors-jam",
91+
"great-seas-buy",
9092
"grumpy-vans-type",
9193
"healthy-apes-sneeze",
9294
"healthy-books-flash",
@@ -168,6 +170,7 @@
168170
"purple-bears-flash",
169171
"purple-eyes-divide",
170172
"purple-lions-cough",
173+
"quiet-balloons-wave",
171174
"rare-apes-drive",
172175
"rare-dingos-doubt",
173176
"rare-houses-prove",

.size-limits.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43876,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38663,
4-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33603,
5-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27660
2+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43855,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38649,
4+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33615,
5+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27649
66
}

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.9
4+
5+
### Minor Changes
6+
7+
- [#12828](https://github.com/apollographql/apollo-client/pull/12828) [`81b03d8`](https://github.com/apollographql/apollo-client/commit/81b03d86ad7e7384124708477829bcbf63d4fa2c) Thanks [@phryneas](https://github.com/phryneas)! - `invariant.error` will now also log in production builds, not only dev builds
8+
9+
### Patch Changes
10+
11+
- [#12822](https://github.com/apollographql/apollo-client/pull/12822) [`103664d`](https://github.com/apollographql/apollo-client/commit/103664dc93c0a7097eaec1a5144e769eb4fb7a31) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Ensure `HttpLink.ContextOptions` and `BatchHttpLink.ContextOptions` include `ClientAwarenessLink.ContextOptions`.
12+
13+
- [#12650](https://github.com/apollographql/apollo-client/pull/12650) [`2a32ac6`](https://github.com/apollographql/apollo-client/commit/2a32ac6d38de2be0be6891a969ee4f5e3bbca629) Thanks [@phryneas](https://github.com/phryneas)! - Fix a situation where a passed-in `AbortSignal` would override internal unsubscription cancellation behaviour.
14+
315
## 4.0.0-rc.8
416

517
### 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.8",
3+
"version": "4.0.0-rc.9",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)