Skip to content

Commit

Permalink
Add Angular Material 15 as a peer dependency (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
swierzbicki authored Nov 24, 2022
1 parent da5edf1 commit 4173e5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.1
- Add Angular Material 15 as a peer dependency \
Issue: [#408](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/408)

## 5.0.0
* Enhancement: Accessibility Issue: screenreaders reading blank before each option.
[#349](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/349)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"homepage": "https://github.com/bithost-gmbh/ngx-mat-select-search",
"peerDependencies": {
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0"
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
},
"ngPackage": {
"dest": "dist-lib",
Expand Down

0 comments on commit 4173e5b

Please sign in to comment.