Skip to content

Commit bb0c1be

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

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.changeset/sweet-pigs-fix.md

-8
This file was deleted.

packages/apollo-angular/CHANGELOG.md

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

3+
## 10.0.0
4+
5+
### Major Changes
6+
7+
- [#2342](https://github.com/kamilkisiela/apollo-angular/pull/2342)
8+
[`baf538a`](https://github.com/kamilkisiela/apollo-angular/commit/baf538aeb1f76f0835c84f6979589cbf2dfd0f0b)
9+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop deprecated things:
10+
11+
- Instead of `ApolloModule`, use either `provideApollo()` or `provideNamedApollo()`.
12+
- Instead of `import {graphql} from 'apollo-angular';` use
13+
`import {gql as graphql} from 'apollo-angular';`
14+
315
## 9.0.0
416

517
### Major 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": "9.0.0",
3+
"version": "10.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)