Skip to content

Commit 70c535f

Browse files
chore(release): update monorepo packages versions
1 parent e85d81a commit 70c535f

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
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.

packages/apollo-angular/CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
315
## 12.1.0
416

517
### Minor Changes
@@ -145,7 +157,6 @@
145157
- [#2355](https://github.com/the-guild-org/apollo-angular/pull/2355)
146158
[`226a963`](https://github.com/the-guild-org/apollo-angular/commit/226a96337f73be26496a9cfd6682230fd61e7304)
147159
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
148-
149160
- Updated dependency
150161
[`@apollo/client@^4.0.1` ↗︎](https://www.npmjs.com/package/@apollo/client/v/4.0.1) (from
151162
`^3.13.1`, in `peerDependencies`)
@@ -231,7 +242,6 @@
231242
- [#2342](https://github.com/the-guild-org/apollo-angular/pull/2342)
232243
[`baf538a`](https://github.com/the-guild-org/apollo-angular/commit/baf538aeb1f76f0835c84f6979589cbf2dfd0f0b)
233244
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop deprecated things:
234-
235245
- Instead of `ApolloModule`, use either `provideApollo()` or `provideNamedApollo()`.
236246
- Instead of `import {graphql} from 'apollo-angular';` use
237247
`import {gql as graphql} from 'apollo-angular';`
@@ -277,7 +287,6 @@
277287
- [#2333](https://github.com/the-guild-org/apollo-angular/pull/2333)
278288
[`9866ec6`](https://github.com/the-guild-org/apollo-angular/commit/9866ec675a0f38602aabe4ca3fd591e4d9f3248f)
279289
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
280-
281290
- Updated dependency
282291
[`@apollo/client@^3.10.0` ↗︎](https://www.npmjs.com/package/@apollo/client/v/3.10.0) (from
283292
`^3.0.0`, in `peerDependencies`)
@@ -303,7 +312,6 @@
303312
- [#2323](https://github.com/the-guild-org/apollo-angular/pull/2323)
304313
[`095457d`](https://github.com/the-guild-org/apollo-angular/commit/095457d609239ee2de636376b62159e420e1df54)
305314
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
306-
307315
- Updated dependency
308316
[`@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0)
309317
(from `^17.0.0 || ^18.0.0`, in `peerDependencies`)
@@ -389,15 +397,13 @@
389397
- [#2259](https://github.com/the-guild-org/apollo-angular/pull/2259)
390398
[`78f319a`](https://github.com/the-guild-org/apollo-angular/commit/78f319a6a93268144bbb9dc42c84bd45f50ff606)
391399
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
392-
393400
- Updated dependency
394401
[`@angular/core@^17.0.0 || ^18.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0)
395402
(from `^17.0.0`, in `peerDependencies`)
396403

397404
- [#2259](https://github.com/the-guild-org/apollo-angular/pull/2259)
398405
[`97fba6a`](https://github.com/the-guild-org/apollo-angular/commit/97fba6ab7909c2d65bd58f7e376a94c0b4394249)
399406
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
400-
401407
- Updated dependency
402408
[`@angular/core@^17.0.0 || ^18.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0)
403409
(from `^17.0.0`, in `peerDependencies`)
@@ -424,7 +430,6 @@
424430
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - BREAKING use Typescript strict mode
425431

426432
This is breaking because:
427-
428433
- `ApolloBase.client` throws an error if no client has been created beforehand. The behavior now
429434
matches the typing that always declared a client existed. In most cases, you should pass either
430435
`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)