Skip to content

Commit 54cb32a

Browse files
Version Packages (alpha)
1 parent bfcd16e commit 54cb32a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 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",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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) [`bfcd16e`](https://github.com/apollographql/apollo-client/commit/bfcd16eadbc7008c93cd80ed652f2d58ff973ab6) Thanks [@phryneas](https://github.com/phryneas)! - Allow `FragmentType` not only to be called as `FragmentType<TData>`, but also as `FragmentType<TypedDocumentNode>`.
8+
39
## 4.1.0-alpha.3
410

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