Skip to content

Commit

Permalink
Release v1.6.0 (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored May 29, 2019
1 parent 9a86be1 commit 414a9aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change log

### vNEXT
### vNext

### v1.6.0

- Angular 8 [PR #1206](https://github.com/apollographql/apollo-angular/pull/1206)
- Bumps packages in schematics

### v1.5.0

- Use more generic types and make everything more strict [PR #885](https://github.com/apollographql/apollo-angular/pull/885)
- Angular 7 [PR #913](https://github.com/apollographql/apollo-angular/pull/913)
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": "1.5.0",
"version": "1.6.0",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
Expand Down
10 changes: 5 additions & 5 deletions packages/apollo-angular/schematics/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ export default function install(options: Schema): Rule {
}

export const dependenciesMap: Record<string, string> = {
'apollo-angular': '^1.5.0-rc.0',
'apollo-angular-link-http': '^1.3.1',
'apollo-link': '^1.2.0',
'apollo-client': '^2.4.0',
'apollo-angular': '^1.6.0',
'apollo-angular-link-http': '^1.6.0',
'apollo-link': '^1.2.11',
'apollo-client': '^2.6.0',
'apollo-cache-inmemory': '^1.3.2',
'graphql-tag': '^2.10.0',
graphql: '^0.13.2',
graphql: '^14.3.1',
};

function assertTypescriptVersion() {
Expand Down

0 comments on commit 414a9aa

Please sign in to comment.