Skip to content

Commit

Permalink
feat(library): upgrade to RC7
Browse files Browse the repository at this point in the history
The library has been updated to Angular RC7. Closes
#59.
  • Loading branch information
Stabzs committed Sep 14, 2016
1 parent 157ba3a commit 56d040b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install [email protected].17 [email protected].11 @angular/[email protected].6 @angular/[email protected].6 @angular/[email protected].6 @angular/[email protected].6 @angular/[email protected].6
- npm install [email protected].21 [email protected].12 @angular/[email protected].7 @angular/[email protected].7 @angular/[email protected].7 @angular/[email protected].7 @angular/[email protected].7
- npm install
script:
- npm run build
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.5.2-rc.7 (2016-09-14)
### Features
* **Angular: RC7:** The library has been updated to Angular RC7.
Closes [#59](https://github.com/Stabzs/Angular2-Toaster/issues/59).

* **toaster.service:** A `removeToast` observable has been added to toasterService. This allows the
consumer to be notified when any toast is removed. This was added in
[#58](https://github.com/Stabzs/Angular2-Toaster/pull/58).


# 0.5.1-rc.6 (2016-09-06)
### Bug Fixes
* **toaster.module:** Toaster Module was improperly using `BrowserModule` when it should have been
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
largely based off of [AngularJS-Toaster](https://github.com/jirikavi/AngularJS-Toaster).

[![Build Status](https://travis-ci.org/Stabzs/Angular2-Toaster.svg?branch=master)](https://travis-ci.org/Stabzs/Angular2-Toaster)
[![Coverage Status](https://coveralls.io/repos/github/Stabzs/Angular2-Toaster/badge.svg?branch=master&bumped=0.5.2-rc.6)](https://coveralls.io/github/Stabzs/Angular2-Toaster?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Stabzs/Angular2-Toaster/badge.svg?branch=master&bumped=0.5.2-rc.7)](https://coveralls.io/github/Stabzs/Angular2-Toaster?branch=master)

### Current Version 0.5.2-rc.6
### Current Version 0.5.2-rc.7

## Installation:

Expand Down
14 changes: 7 additions & 7 deletions demo/systemjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"rimraf": "^2.5.2"
},
"dependencies": {
"@angular/common": "2.0.0-rc.5",
"@angular/compiler": "2.0.0-rc.5",
"@angular/core": "2.0.0-rc.5",
"@angular/platform-browser": "2.0.0-rc.5",
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
"rxjs": "5.0.0-beta.6",
"angular2-toaster": "0.5.0-rc.5",
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"rxjs": "5.0.0-beta.11",
"angular2-toaster": "0.5.2-rc.6",
"es6-shim": "0.35.0",
"http-server": "^0.8.5",
"reflect-metadata": "0.1.3",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-toaster",
"version": "0.5.2-rc.6",
"version": "0.5.2-rc.7",
"description": "An Angular 2 Toaster Notification library based on AngularJS-Toaster",
"main": "angular2-toaster.ts",
"scripts": {
Expand Down Expand Up @@ -34,29 +34,29 @@
},
"typings": "./angular2-toaster.d.ts",
"peerDependencies": {
"@angular/common": "^2.0.0-rc.6",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/core": "^2.0.0-rc.6",
"@angular/platform-browser": "^2.0.0-rc.6",
"@angular/platform-browser-dynamic": "^2.0.0-rc.6",
"rxjs": "5.0.0-beta.11"
"@angular/common": "^2.0.0-rc.7",
"@angular/compiler": "^2.0.0-rc.7",
"@angular/core": "^2.0.0-rc.7",
"@angular/platform-browser": "^2.0.0-rc.7",
"@angular/platform-browser-dynamic": "^2.0.0-rc.7",
"rxjs": "5.0.0-beta.12"
},
"devDependencies": {
"@angular/compiler-cli": "^0.6.0",
"@angular/platform-server": "^2.0.0-rc.6",
"@angular/compiler-cli": "^0.6.1",
"@angular/platform-server": "^2.0.0-rc.7",
"core-js": "^2.4.1",
"coveralls": "^2.11.9",
"cpx": "^1.3.1",
"coveralls": "^2.11.12",
"cpx": "^1.5.0",
"http-server": "^0.9.0",
"jasmine-core": "2.5.0",
"karma": "1.2.0",
"jasmine-core": "2.5.1",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "1.0.2",
"reflect-metadata": "0.1.8",
"remap-istanbul": "^0.6.4",
"systemjs": "^0.19.38",
"typescript": "2.0.2",
"zone.js": "0.6.17"
"zone.js": "0.6.21"
}
}

0 comments on commit 56d040b

Please sign in to comment.