From 5f9cb71eb41c3d62d968086db5e81ed64b41c1f9 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Mon, 18 Mar 2019 11:51:38 -0700 Subject: [PATCH] chore: bump version to 7.3.5 w/ changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35e1ec86816..c55a32663318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 7.3.5 "asphalt-lightning" (2019-03-18) + + +### Bug Fixes + +* **schematics:** do not run migrations multiple times ([#15424](https://github.com/angular/material2/issues/15424)) ([7b77740](https://github.com/angular/material2/commit/7b77740)) +* **stepper:** avoid breaking change in stepControl type ([#15464](https://github.com/angular/material2/issues/15464)) ([f02ebe1](https://github.com/angular/material2/commit/f02ebe1)), closes [#15134](https://github.com/angular/material2/issues/15134) [#15462](https://github.com/angular/material2/issues/15462) + + + ## 7.3.4 "tapioca-turtle" (2019-03-11) diff --git a/package.json b/package.json index 508df1f33cd1..f11798306514 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "preinstall": "node ./tools/npm/check-npm.js", "format": "git-clang-format" }, - "version": "7.3.4", + "version": "7.3.5", "requiredAngularVersion": ">=7.0.0", "dependencies": { "@angular/animations": "8.0.0-beta.6",