From dd2a650c3455f3bc0a88f8181758a84aacb25fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Wed, 29 Aug 2018 16:20:28 -0700 Subject: [PATCH] release: cut the v7.0.0-beta.4 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 672771a2e1..4c886ca949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [7.0.0-beta.4](https://github.com/angular/angular/compare/7.0.0-beta.3...7.0.0-beta.4) (2018-08-29) + + +### Bug Fixes + +* **bazel:** Cache fileNameToModuleName lookups ([#25731](https://github.com/angular/angular/issues/25731)) ([f394ba0](https://github.com/angular/angular/commit/f394ba0)) +* **bazel:** move bazel managed runtime deps for downstream usage ([#25690](https://github.com/angular/angular/issues/25690)) ([6ed7993](https://github.com/angular/angular/commit/6ed7993)) +* **bazel:** only lookup amd module-name tags in .d.ts files ([#25710](https://github.com/angular/angular/issues/25710)) ([42072c4](https://github.com/angular/angular/commit/42072c4)) +* **compiler:** update compiler to generate new slot allocations ([#25607](https://github.com/angular/angular/issues/25607)) ([27e2039](https://github.com/angular/angular/commit/27e2039)) + + + ## [6.1.6](https://github.com/angular/angular/compare/6.1.5...6.1.6) (2018-08-29) diff --git a/package.json b/package.json index abe3edbced..3ab089a5ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "7.0.0-beta.3", + "version": "7.0.0-beta.4", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps", @@ -133,4 +133,4 @@ "xhr2": "0.1.4", "yargs": "9.0.1" } -} \ No newline at end of file +}