Skip to content

Commit

Permalink
Merge pull request #143 from bithost-gmbh/release-1-7-3
Browse files Browse the repository at this point in the history
set version to 1.7.3
  • Loading branch information
macjohnny committed May 10, 2019
2 parents c70dde0 + ff8927f commit d577317
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.7.3
* Enhancement: Allow setting accessibility label of the input with ` @Input() ariaLabel`
[#137](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/137)

Thanks to @tonyholt

## 1.7.2
* Enhancement: Allow setting type of the search input field with `@Input() type`
[#138](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/138)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-mat-select-search",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/mat-select-search/ngx-mat-select-search.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {MatButtonModule, MatInputModule, MatIconModule, MatProgressSpinnerModule
import { CommonModule } from '@angular/common';
import { MatSelectSearchClearDirective } from './mat-select-search-clear.directive';

export const MatSelectSearchVersion = '1.7.2';
export const MatSelectSearchVersion = '1.7.3';


@NgModule({
Expand Down

0 comments on commit d577317

Please sign in to comment.