Skip to content

Commit f4d82c8

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

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"brown-readers-smash",
9+
"clean-turkeys-kick",
910
"cold-apes-bow",
1011
"early-bobcats-eat",
1112
"flat-beans-knock",
@@ -17,6 +18,7 @@
1718
"nasty-camels-pay",
1819
"nervous-owls-hear",
1920
"nice-countries-share",
21+
"perfect-jobs-flow",
2022
"slimy-points-end",
2123
"small-bears-confess",
2224
"wicked-pans-appear"

CHANGELOG.md

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

3+
## 3.12.0-rc.3
4+
5+
### Patch Changes
6+
7+
- [#12150](https://github.com/apollographql/apollo-client/pull/12150) [`9ed1e1e`](https://github.com/apollographql/apollo-client/commit/9ed1e1ef02b28445614fed4f5c141a289ac32d66) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue when using `Unmasked` with older versions of TypeScript when used with array fields.
8+
9+
- [#12152](https://github.com/apollographql/apollo-client/pull/12152) [`78137ec`](https://github.com/apollographql/apollo-client/commit/78137eccba90b80dd29bd8e1423b49ebe51ef8df) Thanks [@phryneas](https://github.com/phryneas)! - Add a helper that will skip the TS unmasking alorithm when no fragments are present on type level
10+
311
## 3.12.0-rc.2
412

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

0 commit comments

Comments
 (0)