Skip to content

Commit b4a83ab

Browse files
authored
chore: bump version and update changelog (#8846)
1 parent 05d726d commit b4a83ab

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
<a name="5.0.0"></a>
2+
# [5.0.0 velvet-cuttlefish](https://github.com/angular/material2/compare/5.0.0-rc.3...5.0.0) (2017-12-06)
3+
4+
5+
### Bug Fixes
6+
7+
* **drawer:** avoid initial animation when rendering on the server ([#8828](https://github.com/angular/material2/issues/8828)) ([2b1f84e](https://github.com/angular/material2/commit/2b1f84e)), closes [#6865](https://github.com/angular/material2/issues/6865)
8+
* **tabs:** hide tab body content after leaving the tab's view area ([#8827](https://github.com/angular/material2/issues/8827)) ([05d726d](https://github.com/angular/material2/commit/05d726d))
9+
10+
11+
### Features
12+
13+
* **selection-list:** support for ngModel ([#7456](https://github.com/angular/material2/issues/7456)) ([3fbb28a](https://github.com/angular/material2/commit/3fbb28a)), closes [#6896](https://github.com/angular/material2/issues/6896)
14+
15+
16+
117
<a name="5.0.0-rc.3"></a>
2-
# [5.0.0-rc.3](https://github.com/angular/material2/compare/5.0.0-rc.2...5.0.0-rc.3) (2017-12-05)
18+
# [5.0.0-rc.3 ink-sparkler](https://github.com/angular/material2/compare/5.0.0-rc.2...5.0.0-rc.3) (2017-12-05)
319

420

521
### BREAKING CHANGES

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.3",
23+
"version": "5.0.0",
2424
"license": "MIT",
2525
"engines": {
2626
"node": ">= 5.4.1"

0 commit comments

Comments
 (0)