diff --git a/.changeset/apollo-angular-2364-dependencies.md b/.changeset/apollo-angular-2364-dependencies.md deleted file mode 100644 index 7436380a1..000000000 --- a/.changeset/apollo-angular-2364-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-angular": patch ---- -dependencies updates: - - Updated dependency [`graphql@^16.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/16.0.0) (from `^15.0.0 || ^16.0.0`, in `peerDependencies`) diff --git a/.changeset/lazy-plants-poke.md b/.changeset/lazy-plants-poke.md deleted file mode 100644 index f4254d282..000000000 --- a/.changeset/lazy-plants-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'apollo-angular': major ---- - -Drop support for Angular 17 diff --git a/.changeset/shaggy-rabbits-compare.md b/.changeset/shaggy-rabbits-compare.md deleted file mode 100644 index be17d2621..000000000 --- a/.changeset/shaggy-rabbits-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'apollo-angular': major ---- - -Drop support for GraphQL 15 diff --git a/.changeset/yellow-points-sort.md b/.changeset/yellow-points-sort.md deleted file mode 100644 index deeaaeb77..000000000 --- a/.changeset/yellow-points-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'apollo-angular': major ---- - -Support Angular 20 diff --git a/packages/apollo-angular/CHANGELOG.md b/packages/apollo-angular/CHANGELOG.md index 5801ce5fe..92d399d42 100644 --- a/packages/apollo-angular/CHANGELOG.md +++ b/packages/apollo-angular/CHANGELOG.md @@ -1,5 +1,29 @@ # Change log +## 11.0.0 + +### Major Changes + +- [#2360](https://github.com/kamilkisiela/apollo-angular/pull/2360) + [`20a418e`](https://github.com/kamilkisiela/apollo-angular/commit/20a418e06e09c6cb71ad3c8e4f55b5d6d294876d) + Thanks [@mark7-bell](https://github.com/mark7-bell)! - Drop support for Angular 17 + +- [#2364](https://github.com/kamilkisiela/apollo-angular/pull/2364) + [`bdb302a`](https://github.com/kamilkisiela/apollo-angular/commit/bdb302abf042978a3c8f19c9a8d75153ec067ab8) + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop support for GraphQL 15 + +- [#2360](https://github.com/kamilkisiela/apollo-angular/pull/2360) + [`f311133`](https://github.com/kamilkisiela/apollo-angular/commit/f311133bc45241d002f48234af5fd62afcfbacdc) + Thanks [@mark7-bell](https://github.com/mark7-bell)! - Support Angular 20 + +### Patch Changes + +- [#2364](https://github.com/kamilkisiela/apollo-angular/pull/2364) + [`bdb302a`](https://github.com/kamilkisiela/apollo-angular/commit/bdb302abf042978a3c8f19c9a8d75153ec067ab8) + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: + - Updated dependency [`graphql@^16.0.0` ↗︎](https://www.npmjs.com/package/graphql/v/16.0.0) (from + `^15.0.0 || ^16.0.0`, in `peerDependencies`) + ## 10.0.3 ### Patch Changes diff --git a/packages/apollo-angular/package.json b/packages/apollo-angular/package.json index d3432d683..7266ba2b9 100644 --- a/packages/apollo-angular/package.json +++ b/packages/apollo-angular/package.json @@ -1,6 +1,6 @@ { "name": "apollo-angular", - "version": "10.0.3", + "version": "11.0.0", "type": "module", "description": "Use your GraphQL data in your Angular app, with the Apollo Client", "repository": {