Skip to content

Commit

Permalink
Release v1.7.0 (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Sep 3, 2019
1 parent abeb180 commit de8bbfa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/apollo-angular-boost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

### vNext

### v1.6.0

- Bump `apollo-angular-link-http` to `~1.8.0`
- Bump `apollo-angular` to `1.7.0`

### v1.5.0

- Support Angular 8
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-angular-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "build/bundles/ngApolloBoost.umd.js",
"module": "build/fesm5/ngApolloBoost.js",
"typings": "build/ngApolloBoost.d.ts",
"version": "1.5.0",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"apollo-cache-inmemory": "~1.6.0",
"apollo-angular": "~1.6.0",
"apollo-angular": "~1.7.0",
"apollo-client": "^2.6.0",
"apollo-angular-link-http": "~1.8.0",
"apollo-link": "~1.2.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

### vNext

### v1.7.0

- Fixed type definition for subscribe [PR #1290](https://github.com/apollographql/apollo-angular/pull/1290)
- Fix global scope naming for UMD build [PR #1305](https://github.com/apollographql/apollo-angular/pull/1305)
- Introduce useInitialLoading in watch [PR #1306](https://github.com/apollographql/apollo-angular/pull/1306)

### v1.6.0

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.6.0",
"version": "1.7.0",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit de8bbfa

Please sign in to comment.