Skip to content

Commit 6bddee1

Browse files
committed
chore(release): bump version number to 0.1.0
1 parent ad98e81 commit 6bddee1

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<a name="0.1.0"></a>
2+
# 0.1.0 (2018-08-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **ci:** replaced start with build at npm scripts for circle ci ([2536136](https://github.com/firebaseui/ng-bootstrap/commit/2536136))
8+
* **firebaseui:** adjusted the alignment of the action buttons (sign-in/up) ([bde6237](https://github.com/firebaseui/ng-bootstrap/commit/bde6237))
9+
* **firebaseui:** show error msg on sumbit reset password's form ([9fea1bb](https://github.com/firebaseui/ng-bootstrap/commit/9fea1bb))
10+
* **firebaseui:** show error msg when submitting an empty register form ([1c67307](https://github.com/firebaseui/ng-bootstrap/commit/1c67307))
11+
* **firebaseui:** show error msgs when submitting empty sign in form ([73ba7fd](https://github.com/firebaseui/ng-bootstrap/commit/73ba7fd))
12+
* **sign-in:** stop submitting the sign in form when clicking on the reset button ([013e537](https://github.com/firebaseui/ng-bootstrap/commit/013e537))
13+
14+
15+
### Features
16+
17+
* **firebaseui:** added alert success msg when resetting the email ([933c47a](https://github.com/firebaseui/ng-bootstrap/commit/933c47a))
18+
* **firebaseui:** added email confirmation's component ([d0fdccc](https://github.com/firebaseui/ng-bootstrap/commit/d0fdccc))
19+
* **firebaseui:** added progress-bar's component to show the loading indicator ([1baa216](https://github.com/firebaseui/ng-bootstrap/commit/1baa216))
20+
* **firebaseui:** added the register new user's process ([1ab9ce8](https://github.com/firebaseui/ng-bootstrap/commit/1ab9ce8))
21+
* **firebaseui:** added user's sign in process to the auth component ([75fdf78](https://github.com/firebaseui/ng-bootstrap/commit/75fdf78))
22+
* **package:** added an alert container for user's feedback ([60b36b5](https://github.com/firebaseui/ng-bootstrap/commit/60b36b5))
23+
* **package:** added auth ui component `ngb-auth-firebaseui` ([873211a](https://github.com/firebaseui/ng-bootstrap/commit/873211a))
24+
* **package:** added authentication providers' component ([f18533a](https://github.com/firebaseui/ng-bootstrap/commit/f18533a))
25+
* **package:** added NgbAuthFirebaseUIModule ([5508c90](https://github.com/firebaseui/ng-bootstrap/commit/5508c90))
26+
* **package:** added spec for auth ui component `ngb-auth-firebaseui` ([f789d60](https://github.com/firebaseui/ng-bootstrap/commit/f789d60))
27+
* **package:** added the `IAlert` interface ([7aef0c6](https://github.com/firebaseui/ng-bootstrap/commit/7aef0c6))
28+
* **package:** added the alert service to push some notification on the UI ([aab6d3c](https://github.com/firebaseui/ng-bootstrap/commit/aab6d3c))
29+
* **package:** integration of the feedback mechanism ([81e4ce6](https://github.com/firebaseui/ng-bootstrap/commit/81e4ce6))
30+
31+
32+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@firebaseui/ng-bootstrap",
33
"description": "Angular Bootstrap UI library for firebase authentication powered by @ng-bootstrap",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"homepage": "https://github.com/firebaseui/ng-bootstrap",
66
"author": {
77
"name": "Anthony Nahas",
@@ -35,7 +35,7 @@
3535
"build": "gulp build",
3636
"test": " gulp test",
3737
"demo": " gulp build:demo",
38-
"check-travis": " travis-status --repo=AnthonyNahas/@firebaseui/ng-bootstrap --branch=master --fail-pending || echo 'Not yet passing'"
38+
"check-travis": " travis-status --repo=firebaseui/ng-bootstrap --branch=master --fail-pending || echo 'Not yet passing'"
3939
},
4040
"dependencies": {
4141
"@angular/common": "^6.1.1",

0 commit comments

Comments
 (0)