From e74ef9b606eed6f26dd53a236de7e1b5747c7628 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Tue, 3 Jan 2017 12:35:35 +0100 Subject: [PATCH] Release v0.9.0-rc.1 (#191) --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aee5653d..462478a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ### vNEXT +### v0.9.0-rc.1 + - Support `es6` modules and `tree-shaking` ([PR #151](https://github.com/apollostack/angular2-apollo/pull/151)) -- Make our `Ahead-of-Time` compilation compatible with Angular 2.3.0 ([PR #189](https://github.com/apollostack/angular2-apollo/pull/189), [PR #195](https://github.com/apollostack/angular2-apollo/pull/195)) +- Make our `Ahead-of-Time` compilation compatible with Angular 2.3+ ([PR #189](https://github.com/apollostack/angular2-apollo/pull/189), [PR #195](https://github.com/apollostack/angular2-apollo/pull/195)) +- Added `getClient()` that exposes an instance of ApolloClient ([PR #203](https://github.com/apollostack/angular2-apollo/pull/203)) +- **BREAKING CHANGE** The way to provide an instance of ApolloClient has changed, [see how](https://github.com/apollostack/angular2-docs/pull/23) ### v0.8.0 diff --git a/package.json b/package.json index 6e4f5a2cf..667b2ce12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-apollo", - "version": "0.8.0", + "version": "0.9.0-rc.1", "description": "Angular 2.0 client for Apollo", "main": "build/bundles/apollo.umd.js", "module": "build/src/index.js",