Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Feb 17, 2021
1 parent 830da18 commit 5c5435b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-angular",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"version": "2.2.0",
"version": "2.3.0",
"author": {
"name": "Kamil Kisiela",
"email": "kamil.kisiela@gmail.com",
Expand Down Expand Up @@ -94,4 +94,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}
2 changes: 1 addition & 1 deletion packages/apollo-angular/schematics/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function install(options: Schema): Rule {
}

export const dependenciesMap: Record<string, string> = {
'apollo-angular': '^2.2.0',
'apollo-angular': '^2.3.0',
'@apollo/client': '^3.0.0',
graphql: '^15.0.0',
};
Expand Down

0 comments on commit 5c5435b

Please sign in to comment.