Skip to content

Commit f86e55d

Browse files
github-actions[bot]PowerKiKi
authored andcommitted
chore(release): update monorepo packages versions
1 parent 58a9c56 commit f86e55d

File tree

4 files changed

+26
-24
lines changed

4 files changed

+26
-24
lines changed

.changeset/apollo-angular-2340-dependencies.md

-5
This file was deleted.

.changeset/khaki-worms-lick.md

-18
This file was deleted.

packages/apollo-angular/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change log
22

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- [#2340](https://github.com/kamilkisiela/apollo-angular/pull/2340)
8+
[`6d3d5ba`](https://github.com/kamilkisiela/apollo-angular/commit/6d3d5ba67a5a8d2778a021f1059559379ff99e8f)
9+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - - Requires `@apollo/client` 3.13.1
10+
- Dropped `SubscriptionResult`, because it added extra maintenance work to keep native types in
11+
sync, and it brought no value over using native type.
12+
`diff - import type { SubscriptionResult } from 'apollo-angular'; + import type { FetchResult } from '@apollo/client/core'; `
13+
- Most methods of `QueryRef` forward types from `@apollo/client`. That should allow always using
14+
correct types from whichever `@apollo/client` version is installed without needing to touch
15+
`apollo-angular`.
16+
- `QueryRef.valueChanges` and `QueryRef.queryId` are readonly, because there is no reason for
17+
those to be re-affected.
18+
19+
### Patch Changes
20+
21+
- [#2340](https://github.com/kamilkisiela/apollo-angular/pull/2340)
22+
[`88656f0`](https://github.com/kamilkisiela/apollo-angular/commit/88656f00f4f4f8c757ef19e35b172a647e6e2300)
23+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:
24+
- Updated dependency
25+
[`@apollo/client@^3.13.1` ↗︎](https://www.npmjs.com/package/@apollo/client/v/3.13.1) (from
26+
`^3.10.0`, in `peerDependencies`)
27+
328
## 8.0.2
429

530
### Patch Changes

packages/apollo-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-angular",
3-
"version": "8.0.2",
3+
"version": "9.0.0",
44
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)