From 92b05652b2f75768016ef05f702b31d1588a5fd3 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 14 Nov 2018 14:27:00 -0800 Subject: [PATCH] release: cut the v7.1.0-rc.0 release --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50cf33058..6a3a4ffaf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [7.1.0-rc.0](https://github.com/angular/angular/compare/7.1.0-beta.2...7.1.0-rc.0) (2018-11-14) + + +### Bug Fixes + +* **compiler-cli:** add missing tslib dependency ([#27063](https://github.com/angular/angular/issues/27063)) ([c31e78f](https://github.com/angular/angular/commit/c31e78f)) +* **compiler-cli:** only pass canonical genfile paths to compiler host ([#27062](https://github.com/angular/angular/issues/27062)) ([0ada23a](https://github.com/angular/angular/commit/0ada23a)) +* **router:** add `relativeLinkResolution` to `recognize` operator ([#26990](https://github.com/angular/angular/issues/26990)) ([a752971](https://github.com/angular/angular/commit/a752971)), closes [#26983](https://github.com/angular/angular/issues/26983) + + +### Features + +* **router:** add pathParamsChange mode for runGuardsAndResolvers ([#26861](https://github.com/angular/angular/issues/26861)) ([bf6ac6c](https://github.com/angular/angular/commit/bf6ac6c)), closes [#18253](https://github.com/angular/angular/issues/18253) + + + ## [7.0.4](https://github.com/angular/angular/compare/7.0.3...7.0.4) (2018-11-14) diff --git a/package.json b/package.json index 3f50963b8e..1407c51d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "7.1.0-beta.2", + "version": "7.1.0-rc.0", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",