Skip to content

Commit

Permalink
chore(release): bump version number to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 25, 2019
1 parent f5dcfa1 commit 84b3684
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.2.6](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.5...v3.2.6) (2019-07-25)



## [3.2.5](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.4...v3.2.5) (2019-07-25)


Expand Down
2 changes: 1 addition & 1 deletion 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": "3.2.5",
"version": "3.2.6",
"homepage": "https://github.com/anthonynahas/ngx-auth-firebaseui",
"author": {
"name": "anthonynahas",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
import {async, ComponentFixture, TestBed} from '@angular/core/testing';

import {NgxAuthFirebaseuiAvatarComponent} from './ngx-auth-firebaseui-avatar.component';
import {MAT_DIALOG_DATA, MatButtonModule, MatDialogModule, MatDialogRef, MatMenuModule, MatTooltipModule} from '@angular/material';
import {
MAT_DIALOG_DATA,
MatButtonModule,
MatDialogModule,
MatDialogRef,
MatIconModule,
MatMenuModule,
MatTooltipModule
} from '@angular/material';
import {AngularFireAuth} from '@angular/fire/auth';
import {AngularFireModule} from '@angular/fire';
import {AngularFireAuthStub} from '../../tests/helper';
Expand All @@ -20,7 +28,8 @@ describe('NgxAuthFirebaseuiAvatarComponent', () => {
MatMenuModule,
MatButtonModule,
MatTooltipModule,
MatDialogModule
MatDialogModule,
MatIconModule
],
providers: [
{provide: AngularFireAuth, useValue: AngularFireAuthStub},
Expand Down

0 comments on commit 84b3684

Please sign in to comment.