From 73f69fab099d5c249d1135c5a9d558b05f619622 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Fri, 10 May 2019 15:08:25 +0200 Subject: [PATCH] prepare release 1.7.4 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- src/app/mat-select-search/ngx-mat-select-search.module.ts | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fa0cd..8e98077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.7.4 +* Enhancement: Allow setting the initial value of the search input + [#147](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/147) + + Thanks to @sehgalneha for reporting + ## 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) diff --git a/package-lock.json b/package-lock.json index 2f498bb..7e82edf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-select-search", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ddfa5bf..a6551bf 100644 --- a/package.json +++ b/package.json @@ -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.3", + "version": "1.7.4", "license": "MIT", "scripts": { "ng": "ng", diff --git a/src/app/mat-select-search/ngx-mat-select-search.module.ts b/src/app/mat-select-search/ngx-mat-select-search.module.ts index f67c206..af653d8 100755 --- a/src/app/mat-select-search/ngx-mat-select-search.module.ts +++ b/src/app/mat-select-search/ngx-mat-select-search.module.ts @@ -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.3'; +export const MatSelectSearchVersion = '1.7.4'; @NgModule({