Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit b30f92c

Browse files
committed
chore: Release v5.1.0
1 parent 6d62e4c commit b30f92c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [5.1.0](https://github.com/trimox/angular-mdc-web/compare/v5.0.5...v5.1.0) (2020-02-26)
2+
3+
4+
### Bug Fixes
5+
6+
* Replace `@material/dom` with SSR compatible code ([#2106](https://github.com/trimox/angular-mdc-web/issues/2106)) ([27dad44](https://github.com/trimox/angular-mdc-web/commit/27dad44eab092983de90dd6c570352d188778844)), closes [#2031](https://github.com/trimox/angular-mdc-web/issues/2031)
7+
* **textfield:** Replace notched outline `<div>`s with `<span>` ([#2128](https://github.com/trimox/angular-mdc-web/issues/2128)) ([8a84469](https://github.com/trimox/angular-mdc-web/commit/8a84469c66ab8273003cf1073c79e15032576094))
8+
* Upstream MDC v5.1.0 [bug fixes](https://github.com/material-components/material-components-web/releases/tag/v5.1.0)
9+
10+
111
## [5.0.5](https://github.com/trimox/angular-mdc-web/compare/v5.0.4...v5.0.5) (2020-02-20)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/trimox/angular-mdc-web.git"
99
},
1010
"license": "MIT",
11-
"version": "5.0.5",
11+
"version": "5.1.0",
1212
"engines": {
1313
"node": ">= 12.0.0",
1414
"yarn": ">= 1.19.1"

packages/material-components-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/trimox/angular-mdc-web.git"
99
},
10-
"version": "5.0.5",
10+
"version": "5.1.0",
1111
"license": "MIT",
1212
"keywords": [
1313
"angular-mdc",

0 commit comments

Comments
 (0)