Skip to content

Commit

Permalink
Release v2.0.4 (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Sep 1, 2020
1 parent 70d066b commit 713748e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### vNext

- Fix v2 migration: default export (`ApolloClient`) of `apollo-client`
- Use TypeScript to parse JSON files (supports comments in JSON)

### v2.0.3

Expand Down
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "2.0.4",
"author": {
"name": "Kamil Kisiela",
"email": "kamil.kisiela@gmail.com",
Expand Down
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.0.3',
'apollo-angular': '^2.0.4',
'@apollo/client': '^3.0.0',
graphql: '^15.0.0',
};
Expand Down

0 comments on commit 713748e

Please sign in to comment.