diff --git a/CHANGELOG.md b/CHANGELOG.md index 1425b7af53..5227eb391d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# [8.0.0-beta.2](https://github.com/angular/angular/compare/8.0.0-beta.1...8.0.0-beta.2) (2019-01-30) + + +### Bug Fixes + +* **bazel:** also pass afterDeclarations transformers to emitWithTsickle ([#28342](https://github.com/angular/angular/issues/28342)) ([70e426b](https://github.com/angular/angular/commit/70e426b)) +* **forms:** don't override form group's dirty state when disabling controls ([#24591](https://github.com/angular/angular/issues/24591)) ([ef67282](https://github.com/angular/angular/commit/ef67282)) + + +### Features + +* **compiler-cli:** expose ngtsc as a TscPlugin ([#28435](https://github.com/angular/angular/issues/28435)) ([a227c52](https://github.com/angular/angular/commit/a227c52)) + + +### Performance Improvements + +* **core:** be more consistent about typeof checks ([#28400](https://github.com/angular/angular/issues/28400)) ([9af18c2](https://github.com/angular/angular/commit/9af18c2)) + + + ## [7.2.3](https://github.com/angular/angular/compare/7.2.2...7.2.3) (2019-01-30) diff --git a/package.json b/package.json index 8cb0fff2ee..3718231c1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "8.0.0-beta.1", + "version": "8.0.0-beta.2", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps", @@ -151,4 +151,4 @@ "resolutions": { "natives": "1.1.6" } -} +} \ No newline at end of file