Skip to content

Commit a3bbabe

Browse files
Version Packages (rc) (#11947)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4528918 commit a3bbabe

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
"angry-seals-jog",
1010
"chilly-dots-shake",
1111
"clever-bikes-admire",
12+
"curly-vans-draw",
1213
"flat-onions-guess",
1314
"fluffy-badgers-rush",
15+
"good-suns-happen",
16+
"hungry-rings-help",
1417
"little-suits-return",
1518
"nasty-olives-act",
1619
"pink-ants-remember",

CHANGELOG.md

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

3+
## 3.11.0-rc.1
4+
5+
### Patch Changes
6+
7+
- [#11949](https://github.com/apollographql/apollo-client/pull/11949) [`4528918`](https://github.com/apollographql/apollo-client/commit/45289186bcaaa33dfe904913eb6df31e2541c219) Thanks [@alessbell](https://github.com/alessbell)! - Remove deprecated `watchFragment` option, `canonizeResults`
8+
9+
- [#11926](https://github.com/apollographql/apollo-client/pull/11926) [`3dd6432`](https://github.com/apollographql/apollo-client/commit/3dd64324dc5156450cead27f8141ea93315ffe65) Thanks [@phryneas](https://github.com/phryneas)! - `watchFragment`: forward additional options to `diffOptions`
10+
11+
- [#11946](https://github.com/apollographql/apollo-client/pull/11946) [`7d833b8`](https://github.com/apollographql/apollo-client/commit/7d833b80119a991e6d2eb58f2c71074d697b8e63) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where mutations were not accessible by Apollo Client Devtools in 3.11.0-rc.0.
12+
313
## 3.11.0-rc.0
414

515
### 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.11.0-rc.0",
3+
"version": "3.11.0-rc.1",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)