Skip to content

Commit

Permalink
chore(lib): release v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Apr 20, 2021
1 parent f5240b5 commit a650c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-auth-firebaseui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-auth-firebaseui",
"description": "Open Source Library for Angular Web Apps to integrate a material user interface for firebase authentication",
"version": "5.2.0",
"version": "5.3.0",
"homepage": "https://ngx-auth-firebaseui.firebaseapp.com",
"author": {
"name": "anthonynahas",
Expand Down Expand Up @@ -44,7 +44,7 @@
"release:patch": "../../node_modules/.bin/release-it --patch --ci",
"release:minor": "../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../node_modules/.bin/release-it --major --ci",
"release:custom": "../../node_modules/.bin/release-it 5.2.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../node_modules/.bin/release-it 5.3.0 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../node_modules/.bin/ng test ngx-auth-firebaseui",
"test": "../../node_modules/.bin/jest --coverage",
"test:watch": "../../node_modules/.bin/jest --coverage --watch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<mat-form-field [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}"
[appearance]="appearance">
<mat-label>{{passwordText}}</mat-label>
<input [maxlength]="max" [minlength]="min" [type]="togglePass.type" formControlName="password"
<input [maxlength]="max" [minlength]="min" [type]="togglePass?.type" formControlName="password"
autocomplete="current-password" matInput
required/>
<mat-pass-toggle-visibility #togglePass matSuffix></mat-pass-toggle-visibility>
Expand Down

0 comments on commit a650c6e

Please sign in to comment.