Skip to content

Commit 741378a

Browse files
authored
chore: bump version to rc.2 with changelog (#8677)
1 parent 6e865b7 commit 741378a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="5.0.0-rc.2 wool-wish"></a>
2+
# [5.0.0-rc.2](https://github.com/angular/material2/compare/5.0.0-rc.1...5.0.0-rc.2) (2017-11-27)
3+
4+
5+
### Bug Fixes
6+
7+
* **overlay:** disposed overlays not removed from the key event stack ([#8226](https://github.com/angular/material2/issues/8226)) ([461dfaf](https://github.com/angular/material2/commit/461dfaf))
8+
* **tabs:** fix accidentally setting `top` instead of `width` after removing Renderer use ([#8602](https://github.com/angular/material2/issues/8602)) ([6e865b7](https://github.com/angular/material2/commit/6e865b7))
9+
10+
### Features
11+
* The examples on [material.angular.io](https://material.angular.io) are now opened externally via
12+
StackBlitz instead of Plunker.
13+
14+
115
<a name="5.0.0-rc.1 felt-photon"></a>
216
# [5.0.0-rc.1](https://github.com/angular/material2/compare/5.0.0-rc0...5.0.0-rc.1) (2017-11-20)
317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"docs": "gulp docs",
2121
"api": "gulp api-docs"
2222
},
23-
"version": "5.0.0-rc.1",
23+
"version": "5.0.0-rc.2",
2424
"license": "MIT",
2525
"engines": {
2626
"node": ">= 5.4.1"

0 commit comments

Comments
 (0)