Skip to content

Commit cfbdf2f

Browse files
Version Packages (rc)
1 parent e2dd4c9 commit cfbdf2f

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.changeset/pre.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"@apollo/client": "3.9.7"
66
},
77
"changesets": [
8-
"tasty-pillows-ring"
8+
"chatty-llamas-switch",
9+
"stupid-bears-cheat",
10+
"tasty-pillows-ring",
11+
"tiny-bugs-tap",
12+
"twelve-apples-vanish"
913
]
10-
}
14+
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @apollo/client
22

3+
## 3.10.0-rc.0
4+
5+
### Minor Changes
6+
7+
- [#11605](https://github.com/apollographql/apollo-client/pull/11605) [`e2dd4c9`](https://github.com/apollographql/apollo-client/commit/e2dd4c95290cea604b548cc446826d89aafe8e11) Thanks [@alessbell](https://github.com/alessbell)! - Adds `createMockFetch` utility for integration testing that includes the link chain
8+
9+
- [#11605](https://github.com/apollographql/apollo-client/pull/11605) [`e2dd4c9`](https://github.com/apollographql/apollo-client/commit/e2dd4c95290cea604b548cc446826d89aafe8e11) Thanks [@alessbell](https://github.com/alessbell)! - Adds proxiedSchema and createMockSchema testing utilities
10+
11+
- [#11743](https://github.com/apollographql/apollo-client/pull/11743) [`78891f9`](https://github.com/apollographql/apollo-client/commit/78891f9ec81c0b7a7e010f5550a91965fa33a958) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove alpha designation for `queryRef.toPromise()` to stabilize the API.
12+
13+
- [#11743](https://github.com/apollographql/apollo-client/pull/11743) [`78891f9`](https://github.com/apollographql/apollo-client/commit/78891f9ec81c0b7a7e010f5550a91965fa33a958) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove alpha designation for `createQueryPreloader` to stabilize the API.
14+
315
## 3.10.0-alpha.0
416

517
### Minor Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "3.9.10",
3+
"version": "3.10.0-rc.0",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)