Skip to content

Commit 26aa80d

Browse files
authored
Merge pull request #2391 from the-guild-org/changeset-release/master
Upcoming Release Changes
2 parents 9ed9a08 + 94fcc61 commit 26aa80d

File tree

5 files changed

+20
-23
lines changed

5 files changed

+20
-23
lines changed

.changeset/fresh-beans-crash.md

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

.changeset/goofy-hotels-shout.md

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

.changeset/mighty-buses-travel.md

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

packages/apollo-angular/CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change log
22

3+
## 13.0.0
4+
5+
### Major Changes
6+
7+
- [#2389](https://github.com/the-guild-org/apollo-angular/pull/2389)
8+
[`b43359c`](https://github.com/the-guild-org/apollo-angular/commit/b43359cad7dceb09d3a3421b2af138277476a71a)
9+
Thanks [@matictrebusak](https://github.com/matictrebusak)! - Drop support for Angular 18
10+
11+
- [#2389](https://github.com/the-guild-org/apollo-angular/pull/2389)
12+
[`b43359c`](https://github.com/the-guild-org/apollo-angular/commit/b43359cad7dceb09d3a3421b2af138277476a71a)
13+
Thanks [@matictrebusak](https://github.com/matictrebusak)! - Support for Angular 21
14+
15+
### Minor Changes
16+
17+
- [#2390](https://github.com/the-guild-org/apollo-angular/pull/2390)
18+
[`7ae276c`](https://github.com/the-guild-org/apollo-angular/commit/7ae276c2ec1bfa15e34f9b2e020ba384124483e6)
19+
Thanks [@vz-tl](https://github.com/vz-tl)! - Support HttpContext in HttpLink option and operation
20+
context
21+
322
## 12.1.0
423

524
### Minor Changes
@@ -145,7 +164,6 @@
145164
- [#2355](https://github.com/the-guild-org/apollo-angular/pull/2355)
146165
[`226a963`](https://github.com/the-guild-org/apollo-angular/commit/226a96337f73be26496a9cfd6682230fd61e7304)
147166
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
148-
149167
- Updated dependency
150168
[`@apollo/client@^4.0.1` ↗︎](https://www.npmjs.com/package/@apollo/client/v/4.0.1) (from
151169
`^3.13.1`, in `peerDependencies`)
@@ -231,7 +249,6 @@
231249
- [#2342](https://github.com/the-guild-org/apollo-angular/pull/2342)
232250
[`baf538a`](https://github.com/the-guild-org/apollo-angular/commit/baf538aeb1f76f0835c84f6979589cbf2dfd0f0b)
233251
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop deprecated things:
234-
235252
- Instead of `ApolloModule`, use either `provideApollo()` or `provideNamedApollo()`.
236253
- Instead of `import {graphql} from 'apollo-angular';` use
237254
`import {gql as graphql} from 'apollo-angular';`
@@ -277,7 +294,6 @@
277294
- [#2333](https://github.com/the-guild-org/apollo-angular/pull/2333)
278295
[`9866ec6`](https://github.com/the-guild-org/apollo-angular/commit/9866ec675a0f38602aabe4ca3fd591e4d9f3248f)
279296
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
280-
281297
- Updated dependency
282298
[`@apollo/client@^3.10.0` ↗︎](https://www.npmjs.com/package/@apollo/client/v/3.10.0) (from
283299
`^3.0.0`, in `peerDependencies`)
@@ -303,7 +319,6 @@
303319
- [#2323](https://github.com/the-guild-org/apollo-angular/pull/2323)
304320
[`095457d`](https://github.com/the-guild-org/apollo-angular/commit/095457d609239ee2de636376b62159e420e1df54)
305321
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
306-
307322
- Updated dependency
308323
[`@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0)
309324
(from `^17.0.0 || ^18.0.0`, in `peerDependencies`)
@@ -389,15 +404,13 @@
389404
- [#2259](https://github.com/the-guild-org/apollo-angular/pull/2259)
390405
[`78f319a`](https://github.com/the-guild-org/apollo-angular/commit/78f319a6a93268144bbb9dc42c84bd45f50ff606)
391406
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
392-
393407
- Updated dependency
394408
[`@angular/core@^17.0.0 || ^18.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0)
395409
(from `^17.0.0`, in `peerDependencies`)
396410

397411
- [#2259](https://github.com/the-guild-org/apollo-angular/pull/2259)
398412
[`97fba6a`](https://github.com/the-guild-org/apollo-angular/commit/97fba6ab7909c2d65bd58f7e376a94c0b4394249)
399413
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
400-
401414
- Updated dependency
402415
[`@angular/core@^17.0.0 || ^18.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0)
403416
(from `^17.0.0`, in `peerDependencies`)
@@ -424,7 +437,6 @@
424437
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - BREAKING use Typescript strict mode
425438

426439
This is breaking because:
427-
428440
- `ApolloBase.client` throws an error if no client has been created beforehand. The behavior now
429441
matches the typing that always declared a client existed. In most cases, you should pass either
430442
`apolloOptions` or `apolloNamedOptions` to `Apollo.constructor` to create the client immediately

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": "12.1.0",
3+
"version": "13.0.0",
44
"type": "module",
55
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
66
"repository": {

0 commit comments

Comments
 (0)