Skip to content

Commit a617c10

Browse files
Version Packages (alpha) (#13011)
* Version Packages (alpha) * Fix wrong pr/author refs --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jerel Miller <[email protected]>
1 parent 2ad6c0d commit a617c10

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"big-flowers-move",
1111
"cold-kiwis-give",
1212
"famous-hats-explode",
13+
"few-parrots-raise",
1314
"flat-worms-notice",
1415
"funny-bats-hammer",
1516
"large-ligers-prove",
@@ -21,6 +22,7 @@
2122
"perfect-crabs-smile",
2223
"poor-knives-smile",
2324
"popular-files-glow",
25+
"rare-pigs-play",
2426
"shaggy-brooms-talk",
2527
"shaggy-islands-yell",
2628
"six-islands-drum",

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.1.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#13009](https://github.com/apollographql/apollo-client/pull/13009) [`259ae9b`](https://github.com/apollographql/apollo-client/commit/259ae9bafaa8122996b0a52dd99828b2261087e5) Thanks [@phryneas](https://github.com/phryneas)! - Allow `FragmentType` not only to be called as `FragmentType<TData>`, but also as `FragmentType<TypedDocumentNode>`.
8+
9+
- [#13012](https://github.com/apollographql/apollo-client/pull/13012) [`44706a2`](https://github.com/apollographql/apollo-client/commit/44706a2e7ae2c977fa917214a1ff5e5fe4a9b3a7) Thanks [@phryneas](https://github.com/phryneas)! - Add helper type `QueryRef.ForQuery<TypedDocumentNode>`
10+
311
## 4.1.0-alpha.3
412

513
### Minor 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.1.0-alpha.3",
3+
"version": "4.1.0-alpha.4",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)