Skip to content

Commit eb5eed1

Browse files
authored
chore: bump version to 7.3.5 w/ changelog (#15519)
1 parent 1421184 commit eb5eed1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 7.3.5 "asphalt-lightning" (2019-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **schematics:** do not run migrations multiple times ([#15424](https://github.com/angular/material2/issues/15424)) ([7b77740](https://github.com/angular/material2/commit/7b77740))
7+
* **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)
8+
9+
10+
111
## 7.3.4 "tapioca-turtle" (2019-03-11)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"preinstall": "node ./tools/npm/check-npm.js",
2929
"format": "git-clang-format"
3030
},
31-
"version": "7.3.4",
31+
"version": "7.3.5",
3232
"requiredAngularVersion": ">=7.0.0",
3333
"dependencies": {
3434
"@angular/animations": "8.0.0-beta.6",

0 commit comments

Comments
 (0)