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

Commit bd5cbd4

Browse files
committed
chore: Release v5.1.1
1 parent bb8989f commit bd5cbd4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.1.1](https://github.com/trimox/angular-mdc-web/compare/v5.1.0...v5.1.1) (2020-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **select:** Fix comparing objects as values + lazy loading ([#2125](https://github.com/trimox/angular-mdc-web/issues/2125)) ([fe306e0](https://github.com/trimox/angular-mdc-web/commit/fe306e0b2320e1a0dee131ef132949bd583f8835)), closes [#2058](https://github.com/trimox/angular-mdc-web/issues/2058) [#2141](https://github.com/trimox/angular-mdc-web/issues/2141) [#2035](https://github.com/trimox/angular-mdc-web/issues/2035)
7+
8+
9+
110
# [5.1.0](https://github.com/trimox/angular-mdc-web/compare/v5.0.5...v5.1.0) (2020-02-26)
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.1.0",
11+
"version": "5.1.1",
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.1.0",
10+
"version": "5.1.1",
1111
"license": "MIT",
1212
"keywords": [
1313
"angular-mdc",

packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@angular-mdc/theme": "0.0.0-PLACEHOLDER",
2626
"material-components-web": "^5.1.0",
27-
"@angular/cdk": "^9.0.0"
27+
"@angular/cdk": "^9.1.0"
2828
},
2929
"peerDependencies": {
3030
"@angular/core": "0.0.0-NG",

0 commit comments

Comments
 (0)