Skip to content

Commit d8306e5

Browse files
authored
Merge pull request #2383 from the-guild-org/changeset-release/master
Upcoming Release Changes
2 parents d21e7f9 + 8bf6947 commit d8306e5

File tree

4 files changed

+22
-18
lines changed

4 files changed

+22
-18
lines changed

.changeset/rare-mangos-act.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/strong-carrots-stare.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/apollo-angular/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change log
22

3+
## 12.1.0
4+
5+
### Minor Changes
6+
7+
- [#2382](https://github.com/the-guild-org/apollo-angular/pull/2382)
8+
[`d21e7f9`](https://github.com/the-guild-org/apollo-angular/commit/d21e7f90de50d0b7b2afc3692b8b569803209ea5)
9+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - New `onlyCompleteFragment()`
10+
11+
Same as `onlyCompleteData()` but for `Apollo.watchFragment()`.
12+
13+
### Patch Changes
14+
15+
- [#2381](https://github.com/the-guild-org/apollo-angular/pull/2381)
16+
[`679dba2`](https://github.com/the-guild-org/apollo-angular/commit/679dba2ca47d859ed2be5441f12eca3ca72ceea1)
17+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Rename `onlyComplete()` into
18+
`onlyCompleteData()`
19+
20+
Because it communicates better that it is about the data, and not the stream being completed.
21+
22+
`onlyComplete()` will be dropped in the next major version.
23+
324
## 12.0.0
425

526
### Major Changes

packages/apollo-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-angular",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"type": "module",
55
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
66
"repository": {

0 commit comments

Comments
 (0)