Skip to content

Commit 980f100

Browse files
Version Packages (rc)
1 parent 223a409 commit 980f100

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"proud-walls-shave",
163163
"purple-balloons-accept",
164164
"purple-bears-flash",
165+
"purple-eyes-divide",
165166
"purple-lions-cough",
166167
"rare-apes-drive",
167168
"rare-dingos-doubt",
@@ -248,6 +249,7 @@
248249
"tough-rockets-allow",
249250
"tough-taxis-smoke",
250251
"tough-tips-drop",
252+
"tricky-glasses-reply",
251253
"tricky-tables-shave",
252254
"twelve-mangos-dance",
253255
"twenty-numbers-perform",

CHANGELOG.md

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

3+
## 4.0.0-rc.8
4+
5+
### Patch Changes
6+
7+
- [#12820](https://github.com/apollographql/apollo-client/pull/12820) [`fba3d9e`](https://github.com/apollographql/apollo-client/commit/fba3d9ec96cce9f1a89908e4f33361e27d1f52b4) Thanks [@jerelmiller](https://github.com/jerelmiller)! - The `fetchOptions` option provided to `HttpLink` and `BatchHttpLink` is now `RequestInit` instead of `any`. The `credentials` option is now a `RequestCredentials` type instead of a `string`.
8+
9+
- [#12821](https://github.com/apollographql/apollo-client/pull/12821) [`223a409`](https://github.com/apollographql/apollo-client/commit/223a4094f401bbe7fd3e4c249fa405843b63ba2e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add a deprecation warning to `WebSocketLink`.
10+
311
## 4.0.0-rc.7
412

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

0 commit comments

Comments
 (0)