Skip to content

Commit

Permalink
Release v0.5.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Oct 4, 2016
1 parent 73295a3 commit a2932ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Change log

### vNEXT
### v0.5.0

- Added `subscribe` method to `Angular2Apollo` service ([PR #113](https://github.com/apollostack/angular2-apollo/pull/113))
- Added `updateQuery` to `ApolloQueryObservable` ([PR #113](https://github.com/apollostack/angular2-apollo/pull/113))
- **Deprecated** `ApolloQueryPipe` (use `SelectPipe` instead)
- **Deprecated** `Apollo` decorator (use `Angular2Apollo` service)
- **BREAKING CHANGE** No longer support for ApolloClient v0.3.X

### v0.4.6

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-apollo",
"version": "0.4.6",
"version": "0.5.0",
"description": "Angular 2.0 client for Apollo",
"main": "build/src/index.js",
"typings": "./build/src/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepublish": "npm run clean && npm run build"
},
"peerDependencies": {
"apollo-client": "^0.3.0 || ^0.4.0",
"apollo-client": "^0.4.0",
"@angular/core": "^2.0.0",
"rxjs": "^5.0.0-beta.12"
},
Expand Down

0 comments on commit a2932ab

Please sign in to comment.