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

Commit

Permalink
chore: Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trimox committed Feb 26, 2020
1 parent 6d62e4c commit b30f92c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [5.1.0](https://github.com/trimox/angular-mdc-web/compare/v5.0.5...v5.1.0) (2020-02-26)


### Bug Fixes

* 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)
* **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))
* Upstream MDC v5.1.0 [bug fixes](https://github.com/material-components/material-components-web/releases/tag/v5.1.0)


## [5.0.5](https://github.com/trimox/angular-mdc-web/compare/v5.0.4...v5.0.5) (2020-02-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/trimox/angular-mdc-web.git"
},
"license": "MIT",
"version": "5.0.5",
"version": "5.1.0",
"engines": {
"node": ">= 12.0.0",
"yarn": ">= 1.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/material-components-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/trimox/angular-mdc-web.git"
},
"version": "5.0.5",
"version": "5.1.0",
"license": "MIT",
"keywords": [
"angular-mdc",
Expand Down

0 comments on commit b30f92c

Please sign in to comment.