Skip to content

Commit 00285ac

Browse files
chore(release): update monorepo packages versions
1 parent 8c75368 commit 00285ac

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

.changeset/long-apes-punch.md

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

.changeset/lovely-walls-drum.md

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

.changeset/perfect-buckets-drum.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+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- [#2316](https://github.com/kamilkisiela/apollo-angular/pull/2316)
8+
[`8c75368`](https://github.com/kamilkisiela/apollo-angular/commit/8c75368d4c433fdb0fd5b0615e5eda404e14b1aa)
9+
Thanks [@Frozen-byte](https://github.com/Frozen-byte)! - added a `complete()` method for
10+
`TestOperation` object to cancel subscriptions after `flush()`
11+
12+
BREAKING CHANGE: subscription observables must be manually completed by the `complete()` method.
13+
14+
### Patch Changes
15+
16+
- [#2319](https://github.com/kamilkisiela/apollo-angular/pull/2319)
17+
[`cafb23a`](https://github.com/kamilkisiela/apollo-angular/commit/cafb23a797371b2f4df5aae4891cf528cdbcfa58)
18+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Move away from deprecated things
19+
20+
- [#2317](https://github.com/kamilkisiela/apollo-angular/pull/2317)
21+
[`a564953`](https://github.com/kamilkisiela/apollo-angular/commit/a5649533e12a589e8d7171ad2b320ee426c8c21d)
22+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Let typing flow better
23+
324
## 7.2.1
425

526
### Patch 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": "7.2.1",
3+
"version": "8.0.0",
44
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)