Skip to content

Commit 6f985bb

Browse files
github-actions[bot]PowerKiKi
authored andcommitted
chore(release): update monorepo packages versions
1 parent 61c8b9a commit 6f985bb

File tree

6 files changed

+30
-23
lines changed

6 files changed

+30
-23
lines changed

.changeset/apollo-angular-2323-dependencies.md

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

.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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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+
- [#2323](https://github.com/kamilkisiela/apollo-angular/pull/2323)
17+
[`095457d`](https://github.com/kamilkisiela/apollo-angular/commit/095457d609239ee2de636376b62159e420e1df54)
18+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
19+
20+
- Updated dependency
21+
[`@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0)
22+
(from `^17.0.0 || ^18.0.0`, in `peerDependencies`)
23+
24+
- [#2319](https://github.com/kamilkisiela/apollo-angular/pull/2319)
25+
[`cafb23a`](https://github.com/kamilkisiela/apollo-angular/commit/cafb23a797371b2f4df5aae4891cf528cdbcfa58)
26+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Move away from deprecated things
27+
28+
- [#2317](https://github.com/kamilkisiela/apollo-angular/pull/2317)
29+
[`a564953`](https://github.com/kamilkisiela/apollo-angular/commit/a5649533e12a589e8d7171ad2b320ee426c8c21d)
30+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Let typing flow better
31+
332
## 7.2.1
433

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