diff --git a/.changeset/apollo-angular-2323-dependencies.md b/.changeset/apollo-angular-2323-dependencies.md deleted file mode 100644 index a1ec38d3e..000000000 --- a/.changeset/apollo-angular-2323-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-angular": patch ---- -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`) diff --git a/.changeset/long-apes-punch.md b/.changeset/long-apes-punch.md deleted file mode 100644 index 749c0f7d8..000000000 --- a/.changeset/long-apes-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'apollo-angular': patch ---- - -Move away from deprecated things diff --git a/.changeset/lovely-walls-drum.md b/.changeset/lovely-walls-drum.md deleted file mode 100644 index 74649168a..000000000 --- a/.changeset/lovely-walls-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'apollo-angular': patch ---- - -Let typing flow better diff --git a/.changeset/perfect-buckets-drum.md b/.changeset/perfect-buckets-drum.md deleted file mode 100644 index c6b46b150..000000000 --- a/.changeset/perfect-buckets-drum.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'apollo-angular': major ---- - -added a `complete()` method for `TestOperation` object to cancel subscriptions after `flush()` - -BREAKING CHANGE: subscription observables must be manually completed by the `complete()` method. \ No newline at end of file diff --git a/packages/apollo-angular/CHANGELOG.md b/packages/apollo-angular/CHANGELOG.md index 26774d7ec..583a7945e 100644 --- a/packages/apollo-angular/CHANGELOG.md +++ b/packages/apollo-angular/CHANGELOG.md @@ -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 diff --git a/packages/apollo-angular/package.json b/packages/apollo-angular/package.json index 63bf173ae..35ff6d0ae 100644 --- a/packages/apollo-angular/package.json +++ b/packages/apollo-angular/package.json @@ -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",