Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and PowerKiKi committed Nov 22, 2024
1 parent 61c8b9a commit 6f985bb
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/apollo-angular-2323-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-apes-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-walls-drum.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/perfect-buckets-drum.md

This file was deleted.

29 changes: 29 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change log

## 8.0.0

### Major Changes

- [#2316](https://github.com/kamilkisiela/apollo-angular/pull/2316)
[`8c75368`](https://github.com/kamilkisiela/apollo-angular/commit/8c75368d4c433fdb0fd5b0615e5eda404e14b1aa)
Thanks [@Frozen-byte](https://github.com/Frozen-byte)! - added a `complete()` method for
`TestOperation` object to cancel subscriptions after `flush()`

BREAKING CHANGE: subscription observables must be manually completed by the `complete()` method.

### Patch Changes

- [#2323](https://github.com/kamilkisiela/apollo-angular/pull/2323)
[`095457d`](https://github.com/kamilkisiela/apollo-angular/commit/095457d609239ee2de636376b62159e420e1df54)
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:

- Updated dependency
[`@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0)
(from `^17.0.0 || ^18.0.0`, in `peerDependencies`)

- [#2319](https://github.com/kamilkisiela/apollo-angular/pull/2319)
[`cafb23a`](https://github.com/kamilkisiela/apollo-angular/commit/cafb23a797371b2f4df5aae4891cf528cdbcfa58)
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Move away from deprecated things

- [#2317](https://github.com/kamilkisiela/apollo-angular/pull/2317)
[`a564953`](https://github.com/kamilkisiela/apollo-angular/commit/a5649533e12a589e8d7171ad2b320ee426c8c21d)
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Let typing flow better

## 7.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-angular",
"version": "7.2.1",
"version": "8.0.0",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6f985bb

Please sign in to comment.