Skip to content

Commit 533527d

Browse files
Version Packages (rc)
1 parent 78891f9 commit 533527d

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.changeset/pre.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"@apollo/client": "3.9.7"
66
},
77
"changesets": [
8-
"tasty-pillows-ring"
8+
"tasty-pillows-ring",
9+
"tiny-bugs-tap",
10+
"twelve-apples-vanish"
911
]
10-
}
12+
}

CHANGELOG.md

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

3+
## 3.10.0-rc.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
311
## 3.10.0-alpha.0
412

513
### 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)