Skip to content

Commit 713748e

Browse files
authored
Release v2.0.4 (#1556)
1 parent 70d066b commit 713748e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/apollo-angular/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### vNext
44

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

78
### v2.0.3
89

packages/apollo-angular/package.json

Lines changed: 1 addition & 1 deletion
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.0.3",
4+
"version": "2.0.4",
55
"author": {
66
"name": "Kamil Kisiela",
77
"email": "kamil.kisiela@gmail.com",

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.0.3',
34+
'apollo-angular': '^2.0.4',
3535
'@apollo/client': '^3.0.0',
3636
graphql: '^15.0.0',
3737
};

0 commit comments

Comments
 (0)