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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trimox committed Mar 3, 2020
1 parent bb8989f commit bd5cbd4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.1.1](https://github.com/trimox/angular-mdc-web/compare/v5.1.0...v5.1.1) (2020-03-03)


### Bug Fixes

* **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)



# [5.1.0](https://github.com/trimox/angular-mdc-web/compare/v5.0.5...v5.1.0) (2020-02-26)


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.1.0",
"version": "5.1.1",
"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.1.0",
"version": "5.1.1",
"license": "MIT",
"keywords": [
"angular-mdc",
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@angular-mdc/theme": "0.0.0-PLACEHOLDER",
"material-components-web": "^5.1.0",
"@angular/cdk": "^9.0.0"
"@angular/cdk": "^9.1.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-NG",
Expand Down

0 comments on commit bd5cbd4

Please sign in to comment.