Skip to content

Commit 5c5435b

Browse files
committed
Release v2.3.0
1 parent 830da18 commit 5c5435b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/apollo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-angular",
33
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"author": {
66
"name": "Kamil Kisiela",
77
"email": "kamil.kisiela@gmail.com",
@@ -94,4 +94,4 @@
9494
"access": "public",
9595
"registry": "https://registry.npmjs.org"
9696
}
97-
}
97+
}

packages/apollo-angular/schematics/install/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function install(options: Schema): Rule {
3131
}
3232

3333
export const dependenciesMap: Record<string, string> = {
34-
'apollo-angular': '^2.2.0',
34+
'apollo-angular': '^2.3.0',
3535
'@apollo/client': '^3.0.0',
3636
graphql: '^15.0.0',
3737
};

0 commit comments

Comments
 (0)