We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830da18 commit 5c5435bCopy full SHA for 5c5435b
packages/apollo-angular/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "apollo-angular",
3
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
4
- "version": "2.2.0",
+ "version": "2.3.0",
5
"author": {
6
"name": "Kamil Kisiela",
7
"email": "kamil.kisiela@gmail.com",
@@ -94,4 +94,4 @@
94
"access": "public",
95
"registry": "https://registry.npmjs.org"
96
}
97
-}
+}
packages/apollo-angular/schematics/install/index.ts
@@ -31,7 +31,7 @@ export default function install(options: Schema): Rule {
31
32
33
export const dependenciesMap: Record<string, string> = {
34
- 'apollo-angular': '^2.2.0',
+ 'apollo-angular': '^2.3.0',
35
'@apollo/client': '^3.0.0',
36
graphql: '^15.0.0',
37
};
0 commit comments