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

Commit 1b4b4b0

Browse files
committed
chore: Release
1 parent 549c196 commit 1b4b4b0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.0.2](https://github.com/trimox/angular-mdc-web/compare/v5.0.1...v5.0.2) (2020-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **textfield:** Outlined error due to init() race condition ([#2077](https://github.com/trimox/angular-mdc-web/issues/2077)) ([555b2f0](https://github.com/trimox/angular-mdc-web/commit/555b2f0ebb3109344c2f3c2cff5d7fc94dba8b88)), closes [#2075](https://github.com/trimox/angular-mdc-web/issues/2075)
7+
8+
9+
110
## [5.0.1](https://github.com/trimox/angular-mdc-web/compare/v5.0.0...v5.0.1) (2020-02-12)
211

312

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.1",
11+
"version": "5.0.2",
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.1",
10+
"version": "5.0.2",
1111
"license": "MIT",
1212
"keywords": [
1313
"angular-mdc",

0 commit comments

Comments
 (0)