Skip to content

Commit

Permalink
Release v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Apr 15, 2020
1 parent 89942fa commit d0dcc41
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/apollo-angular-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/core": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
"dependencies": {
"apollo-angular": "~1.9.0",
"apollo-angular": "~1.9.1",
"apollo-angular-link-http": "~1.10.0",
"apollo-cache-inmemory": "~1.6.0",
"apollo-client": "^2.6.0",
Expand Down Expand Up @@ -62,4 +62,4 @@
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/apollo-angular-cache-ngrx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
"apollo-cache-inmemory": "^1.1.5",
"tslib": "^1.11.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
"ts-jest": "25.2.1",
"typescript": "3.8.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/apollo-angular-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@angular/platform-browser-dynamic": "9.1.0",
"@angular/platform-server": "9.1.0",
"@types/jest": "25.1.4",
"apollo-angular": "1.9.0",
"apollo-angular": "1.9.1",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link": "1.2.14",
Expand All @@ -64,4 +64,4 @@
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"ts-jest": "25.2.1",
"typescript": "3.8.3"
}
}
}
2 changes: 2 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNext

### v1.9.1

- Fix an issue with TypeScript prior v3.5 - private get accessor [#1491](https://github.com/kamilkisiela/apollo-angular/issues/1491)

### v1.9.0
Expand Down
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": "1.9.0",
"version": "1.9.1",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
Expand Down Expand Up @@ -77,4 +77,4 @@
"zone.js": "0.10.3"
},
"schematics": "./schematics/collection.json"
}
}
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 @@ -33,7 +33,7 @@ export default function install(options: Schema): Rule {
}

export const dependenciesMap: Record<string, string> = {
'apollo-angular': '^1.9.0',
'apollo-angular': '^1.9.1',
'apollo-angular-link-http': '^1.10.0',
'apollo-link': '^1.2.11',
'apollo-client': '^2.6.0',
Expand Down

0 comments on commit d0dcc41

Please sign in to comment.