Skip to content

Commit

Permalink
chore(release): bump version number to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 8, 2020
1 parent 03d449e commit 2d1f78d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.5.0](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.4.2...v3.5.0) (2020-01-08)


### Bug Fixes

* **demo:** run demo in AOT mode ([08efe9f](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/08efe9fb8e474b78f6bd5f03011815fd2112db96))
* **demo:** updated angular and other dependencies ([762ddd4](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/762ddd45714a2c98aa8c73bde95267baf9326587))
* **demo:** updated firebase and other dependencies ([982e57e](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/982e57eba46fab657774bfe4d5196fedfb62ee81))
* **package:** fixed condition, show displayNameInitials only if user photoURL is not available ([2a1ae29](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/2a1ae294860468ef9994f9903e93e763b61d1bdb))
* **package:** handle null values in components ([e85f404](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/e85f40489c4550a1fe0406e34ea0c2ad8f8d310a))
* **package:** Undefined provider fails prod build ([1e563b6](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/1e563b697e8b57ae03f53cc9567138851894b0a5))
* **package:** updated angular and other dependencies ([1af5550](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/1af55506233c484394e4c9a9611a8ec1f4c5fda6))
* **package:** updated angular, firebase and other dependencies ([0aeafd3](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/0aeafd30c1970da387b2b3b1fba72878ff1f410f))
* **package:** updated firebase to v7.6.1 ([1241ea8](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/1241ea85606117f1692c01505a85890726bbf87b))



## [3.4.2](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.4.1...v3.4.2) (2019-10-10)


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.4.2",
"version": "3.5.0",
"homepage": "https://ngx-auth-firebaseui.firebaseapp.com",
"author": {
"name": "anthonynahas",
Expand Down

0 comments on commit 2d1f78d

Please sign in to comment.