diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed4f315ac..7ffa12b353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +## [1.1.16-3](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16...v1.1.16-3) (2016-11-28) + + +### Bug Fixes + +* **ci:** karma test should work in travis now ([3d61d48](https://github.com/valor-software/ng2-bootstrap/commit/3d61d48)) +* **ci:** let the karma pass ([29615f4](https://github.com/valor-software/ng2-bootstrap/commit/29615f4)) +* **pager:** fix aot compilation ([#1232](https://github.com/valor-software/ng2-bootstrap/issues/1232)) ([fd93f7b](https://github.com/valor-software/ng2-bootstrap/commit/fd93f7b)) + + +### Features + +* **access:** private access specifiers replaced by protected ([#1186](https://github.com/valor-software/ng2-bootstrap/issues/1186)) ([0d4e93b](https://github.com/valor-software/ng2-bootstrap/commit/0d4e93b)) +* **bs4:** updated to alfa 5 Class name changes ([#1201](https://github.com/valor-software/ng2-bootstrap/issues/1201)) ([49197f0](https://github.com/valor-software/ng2-bootstrap/commit/49197f0)) +* **build:** ng test now working, applied workaroud >.< ([8eea379](https://github.com/valor-software/ng2-bootstrap/commit/8eea379)) +* **datepicker:** disable datepicker dates based on dateDisabled property ([#799](https://github.com/valor-software/ng2-bootstrap/issues/799)) ([#1130](https://github.com/valor-software/ng2-bootstrap/issues/1130)) ([83452e1](https://github.com/valor-software/ng2-bootstrap/commit/83452e1)) +* **package:** ng2 and moment version bump ([333b876](https://github.com/valor-software/ng2-bootstrap/commit/333b876)) + + + ## [1.1.16-2](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16...v1.1.16-2) (2016-11-28) diff --git a/package.json b/package.json index ef2676959a..303d95c4e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-bootstrap", - "version": "1.1.16-2", + "version": "1.1.16-3", "description": "angular2 bootstrap components", "private": true, "scripts": { @@ -65,6 +65,7 @@ "@angular/platform-browser-dynamic": "2.2.0", "@angular/platform-server": "2.2.0", "@angular/router": "3.2.0", + "@angular/tsc-wrapped": "0.4.0", "@angular/upgrade": "2.2.0", "@types/jasmine": "2.5.38", "@types/node": "6.0.48", diff --git a/yarn.lock b/yarn.lock index 96db0d4ac4..2ab6b4ea91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -57,15 +57,15 @@ version "3.2.0" resolved "https://registry.yarnpkg.com/@angular/router/-/router-3.2.0.tgz#522585357ff9216e3ffae47e9045b3c150d00c7f" -"@angular/tsc-wrapped@^0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-0.3.0.tgz#98cdeb5c38d145b187c0ad0397a8d98b217f33f2" +"@angular/tsc-wrapped@0.4.0", "@angular/tsc-wrapped@^0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-0.4.0.tgz#78cacfd865b11366811baa1f2eec2ef0b63468e6" dependencies: tsickle "^0.1.7" -"@angular/tsc-wrapped@^0.4.0": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-0.4.1.tgz#4809a58f1a61470c7dcffdb0a5ca18f3d2d57212" +"@angular/tsc-wrapped@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-0.3.0.tgz#98cdeb5c38d145b187c0ad0397a8d98b217f33f2" dependencies: tsickle "^0.1.7"