From 251bdf6ff520c93200300742544e83eebb420a2f Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 14 Sep 2016 23:54:58 +0100 Subject: [PATCH] chore: here we are --- CHANGELOG.md | 7 +++++++ package.json | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b8c687d..56d16ce1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ + +# 0.2.9 (2016-09-14) +* Angular 2.0.0 version +* Update to Typescript 2.0.2 +* Fix e2e test missing dir + # 0.2.8 (2016-09-01) * remove @angular test libraries from system.js (now in shim) * update test related files * wallaby doesn't completely work. Researching. + # 0.2.7 (2016-08-31) * Angular 2 RC6 version diff --git a/package.json b/package.json index 57258810d..d7532e3ac 100644 --- a/package.json +++ b/package.json @@ -22,23 +22,23 @@ "author": "", "license": "ISC", "dependencies": { - "@angular/common": "2.0.0-rc.7", - "@angular/compiler": "2.0.0-rc.7", - "@angular/core": "2.0.0-rc.7", - "@angular/forms": "2.0.0-rc.7", - "@angular/http": "2.0.0-rc.7", - "@angular/platform-browser": "2.0.0-rc.7", - "@angular/platform-browser-dynamic": "2.0.0-rc.7", - "@angular/router": "3.0.0-rc.3", - "@angular/upgrade": "2.0.0-rc.7", + "@angular/common": "2.0.0", + "@angular/compiler": "2.0.0", + "@angular/core": "2.0.0", + "@angular/forms": "2.0.0", + "@angular/http": "2.0.0", + "@angular/platform-browser": "2.0.0", + "@angular/platform-browser-dynamic": "2.0.0", + "@angular/router": "3.0.0", + "@angular/upgrade": "2.0.0", "systemjs": "0.19.27", "core-js": "^2.4.1", "reflect-metadata": "^0.1.3", "rxjs": "5.0.0-beta.12", - "zone.js": "^0.6.21", + "zone.js": "^0.6.23", - "angular2-in-memory-web-api": "0.0.19", + "angular2-in-memory-web-api": "0.0.20", "bootstrap": "^3.3.6" }, "devDependencies": {