chore(ionic): release beta.9

This commit is contained in:
Adam Bradley
2016-06-16 11:55:06 -05:00
parent c5a19f48d5
commit c15269341f
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<a name="2.0.0-beta.9"></a> <a name="2.0.0-beta.9"></a>
# [2.0.0-beta.9](https://github.com/driftyco/ionic/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2016-06-16) # [2.0.0-beta.9](https://github.com/driftyco/ionic/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2016-06-16)
### Features ### Features
* **backButton:** register back button actions ([84f37cf](https://github.com/driftyco/ionic/commit/84f37cf)) * **backButton:** register back button actions ([84f37cf](https://github.com/driftyco/ionic/commit/84f37cf))

View File

@ -11,7 +11,7 @@ In the root of the package are ES5 sources in the CommonJS module format, their
Usually, the only import required by the user is `ionic-angular`, as everything from Ionic is exported by the package: Usually, the only import required by the user is `ionic-angular`, as everything from Ionic is exported by the package:
``` ```
import {App, Page} from 'ionic-angular'; import {App} from 'ionic-angular';
``` ```
### Bundles ### Bundles