Skip to content

Commit

Permalink
chore: bump version to rc.2 with changelog (#8677)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Nov 28, 2017
1 parent 6e865b7 commit 741378a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="5.0.0-rc.2 wool-wish"></a>
# [5.0.0-rc.2](https://github.com/angular/material2/compare/5.0.0-rc.1...5.0.0-rc.2) (2017-11-27)


### Bug Fixes

* **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))
* **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))

### Features
* The examples on [material.angular.io](https://material.angular.io) are now opened externally via
StackBlitz instead of Plunker.


<a name="5.0.0-rc.1 felt-photon"></a>
# [5.0.0-rc.1](https://github.com/angular/material2/compare/5.0.0-rc0...5.0.0-rc.1) (2017-11-20)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"docs": "gulp docs",
"api": "gulp api-docs"
},
"version": "5.0.0-rc.1",
"version": "5.0.0-rc.2",
"license": "MIT",
"engines": {
"node": ">= 5.4.1"
Expand Down

0 comments on commit 741378a

Please sign in to comment.