Skip to content

Commit

Permalink
Release v1.3.0 (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Aug 30, 2018
1 parent 5cc9196 commit 23f2211
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
6 changes: 6 additions & 0 deletions packages/apollo-angular-boost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

### vNEXR

### v1.1.0

- Bump `apollo-angular` to v1.3.0

### v1.0.0

- Uses `ng-packagr`
Expand Down
8 changes: 4 additions & 4 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/ng.apolloBoost.umd.js",
"module": "build/fesm5/ng.apolloBoost.js",
"typings": "build/ng.apolloBoost.d.ts",
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand All @@ -23,12 +23,12 @@
"deploy": "yarn build && npm publish build"
},
"peerDependencies": {
"@angular/core": "^6.0.0",
"@angular/common": "^6.0.0"
"@angular/core": "^6.1.0",
"@angular/common": "^6.1.0"
},
"dependencies": {
"apollo-cache-inmemory": "~1.2.5",
"apollo-angular": "~1.2.0",
"apollo-angular": "~1.3.0",
"apollo-client": "^2.3.1",
"apollo-angular-link-http": "~1.2.0",
"apollo-link": "~1.2.2",
Expand Down
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.3.0

- Make `Subscription` generic [PR #778](https://github.com/apollographql/apollo-angular/pull/778)
- Schematics (`ng add apollo-angular`) [PR #779](https://github.com/apollographql/apollo-angular/pull/779), [PR #780](https://github.com/apollographql/apollo-angular/pull/780)
- Allow to use a custom ApolloCache while testing [PR #786](https://github.com/apollographql/apollo-angular/pull/786)
Expand Down
15 changes: 2 additions & 13 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.2.0",
"version": "1.3.0",
"author": "Kamil Kisiela <kamil.kisiela@gmail.com> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -69,16 +69,5 @@
"typescript": "2.9.2",
"zone.js": "0.8.26"
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroup": [
"apollo-angular",
"apollo-angular-link-http",
"apollo-link",
"apollo-client",
"apollo-cache-inmemory",
"graphql-tag",
"graphql"
]
}
"schematics": "./schematics/collection.json"
}

0 comments on commit 23f2211

Please sign in to comment.