Skip to content

Commit 4ebe210

Browse files
committed
chore(release): bump version number to 3.0.0
1 parent 566c210 commit 4ebe210

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
lines changed

CHANGELOG.md

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,115 @@
1+
<a name="3.0.0"></a>
2+
# [3.0.0](https://github.com/angular-material-extensions/password-strength/compare/v2.1.1...v3.0.0) (2018-06-18)
3+
4+
5+
16
<a name="2.1.1"></a>
2-
## [2.1.1](https://github.com/anthonynahas/ngx-material-password-strength/compare/v2.1.0...v2.1.1) (2018-06-16)
7+
## [2.1.1](https://github.com/angular-material-extensions/password-strength/compare/v2.1.0...v2.1.1) (2018-06-16)
38

49

510
### Bug Fixes
611

7-
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.2.0 ([0a35a88](https://github.com/anthonynahas/ngx-material-password-strength/commit/0a35a88))
8-
* **package:** update [@angular](https://github.com/angular)/material to version 6.2.0 ([3024220](https://github.com/anthonynahas/ngx-material-password-strength/commit/3024220))
12+
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.2.0 ([0a35a88](https://github.com/angular-material-extensions/password-strength/commit/0a35a88))
13+
* **package:** update [@angular](https://github.com/angular)/material to version 6.2.0 ([3024220](https://github.com/angular-material-extensions/password-strength/commit/3024220))
914

1015

1116

1217
<a name="2.1.0"></a>
13-
# [2.1.0](https://github.com/anthonynahas/ngx-material-password-strength/compare/v2.0.0...v2.1.0) (2018-05-28)
18+
# [2.1.0](https://github.com/angular-material-extensions/password-strength/compare/v2.0.0...v2.1.0) (2018-05-28)
1419

1520

1621
### Bug Fixes
1722

18-
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.0.2 ([be249e6](https://github.com/anthonynahas/ngx-material-password-strength/commit/be249e6))
19-
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.1.0 ([7675800](https://github.com/anthonynahas/ngx-material-password-strength/commit/7675800))
20-
* **package:** update [@angular](https://github.com/angular)/material to version 6.0.2 ([e34f93d](https://github.com/anthonynahas/ngx-material-password-strength/commit/e34f93d))
21-
* **package:** update [@angular](https://github.com/angular)/material to version 6.1.0 ([b55cbe0](https://github.com/anthonynahas/ngx-material-password-strength/commit/b55cbe0))
23+
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.0.2 ([be249e6](https://github.com/angular-material-extensions/password-strength/commit/be249e6))
24+
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.1.0 ([7675800](https://github.com/angular-material-extensions/password-strength/commit/7675800))
25+
* **package:** update [@angular](https://github.com/angular)/material to version 6.0.2 ([e34f93d](https://github.com/angular-material-extensions/password-strength/commit/e34f93d))
26+
* **package:** update [@angular](https://github.com/angular)/material to version 6.1.0 ([b55cbe0](https://github.com/angular-material-extensions/password-strength/commit/b55cbe0))
2227

2328

2429
### Features
2530

26-
* **package:** added flexlayout pattern to ngx-material-password-strength-info's component ([1ac8e9f](https://github.com/anthonynahas/ngx-material-password-strength/commit/1ac8e9f))
27-
* **package:** added new component: ngx-material-password-strength-info ([f5ae1de](https://github.com/anthonynahas/ngx-material-password-strength/commit/f5ae1de))
28-
* **password:** added password form control and the appropriate validators ([cd5cb1f](https://github.com/anthonynahas/ngx-material-password-strength/commit/cd5cb1f))
31+
* **package:** added flexlayout pattern to ngx-material-password-strength-info's component ([1ac8e9f](https://github.com/angular-material-extensions/password-strength/commit/1ac8e9f))
32+
* **package:** added new component: ngx-material-password-strength-info ([f5ae1de](https://github.com/angular-material-extensions/password-strength/commit/f5ae1de))
33+
* **password:** added password form control and the appropriate validators ([cd5cb1f](https://github.com/angular-material-extensions/password-strength/commit/cd5cb1f))
2934

3035

3136

3237
<a name="2.0.0"></a>
33-
# [2.0.0](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.7...v2.0.0) (2018-05-14)
38+
# [2.0.0](https://github.com/angular-material-extensions/password-strength/compare/v1.0.7...v2.0.0) (2018-05-14)
3439

3540

3641

3742
<a name="1.0.7"></a>
38-
## [1.0.7](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.6...v1.0.7) (2018-05-10)
43+
## [1.0.7](https://github.com/angular-material-extensions/password-strength/compare/v1.0.6...v1.0.7) (2018-05-10)
3944

4045

4146

4247
<a name="1.0.6"></a>
43-
## [1.0.6](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.5...v1.0.6) (2018-04-22)
48+
## [1.0.6](https://github.com/angular-material-extensions/password-strength/compare/v1.0.5...v1.0.6) (2018-04-22)
4449

4550

4651
### Bug Fixes
4752

48-
* **ngx-material-password-strength:** removed unwanted imports ([d7c2200](https://github.com/anthonynahas/ngx-material-password-strength/commit/d7c2200))
49-
* **project:** removed unwanted components and services ([b1cb12a](https://github.com/anthonynahas/ngx-material-password-strength/commit/b1cb12a))
53+
* **ngx-material-password-strength:** removed unwanted imports ([d7c2200](https://github.com/angular-material-extensions/password-strength/commit/d7c2200))
54+
* **project:** removed unwanted components and services ([b1cb12a](https://github.com/angular-material-extensions/password-strength/commit/b1cb12a))
5055

5156

5257
### Features
5358

54-
* **ngx-material-password-strength:** added onStrengthChanged output ([b0bc979](https://github.com/anthonynahas/ngx-material-password-strength/commit/b0bc979))
59+
* **ngx-material-password-strength:** added onStrengthChanged output ([b0bc979](https://github.com/angular-material-extensions/password-strength/commit/b0bc979))
5560

5661

5762

5863
<a name="1.0.5"></a>
59-
## [1.0.5](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.4...v1.0.5) (2018-04-18)
64+
## [1.0.5](https://github.com/angular-material-extensions/password-strength/compare/v1.0.4...v1.0.5) (2018-04-18)
6065

6166

6267

6368
<a name="1.0.4"></a>
64-
## [1.0.4](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.2...v1.0.4) (2018-04-15)
69+
## [1.0.4](https://github.com/angular-material-extensions/password-strength/compare/v1.0.2...v1.0.4) (2018-04-15)
6570

6671

6772
### Bug Fixes
6873

69-
* **ngx-material-password-strength:** added peerDependencies ([e3fa48b](https://github.com/anthonynahas/ngx-material-password-strength/commit/e3fa48b))
74+
* **ngx-material-password-strength:** added peerDependencies ([e3fa48b](https://github.com/angular-material-extensions/password-strength/commit/e3fa48b))
7075

7176

7277

7378
<a name="1.0.2"></a>
74-
## [1.0.2](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.1...v1.0.2) (2018-04-14)
79+
## [1.0.2](https://github.com/angular-material-extensions/password-strength/compare/v1.0.1...v1.0.2) (2018-04-14)
7580

7681

7782
### Bug Fixes
7883

79-
* **project:** downgraded jasmine core and karma jasmine html reporter ([a253c7e](https://github.com/anthonynahas/ngx-material-password-strength/commit/a253c7e))
80-
* **tests:** downgraded webpack to v3.8.1 ([a726ab7](https://github.com/anthonynahas/ngx-material-password-strength/commit/a726ab7))
84+
* **project:** downgraded jasmine core and karma jasmine html reporter ([a253c7e](https://github.com/angular-material-extensions/password-strength/commit/a253c7e))
85+
* **tests:** downgraded webpack to v3.8.1 ([a726ab7](https://github.com/angular-material-extensions/password-strength/commit/a726ab7))
8186

8287

8388

8489
<a name="1.0.1"></a>
85-
## [1.0.1](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.0...v1.0.1) (2018-04-13)
90+
## [1.0.1](https://github.com/angular-material-extensions/password-strength/compare/v1.0.0...v1.0.1) (2018-04-13)
8691

8792

8893
### Bug Fixes
8994

90-
* **circli:** renamed the start npm script to build ([ea3a243](https://github.com/anthonynahas/ngx-material-password-strength/commit/ea3a243))
91-
* **ngx-material-password-strength:** added the PasswordStrengthComponent to the module ([bddfa15](https://github.com/anthonynahas/ngx-material-password-strength/commit/bddfa15))
95+
* **circli:** renamed the start npm script to build ([ea3a243](https://github.com/angular-material-extensions/password-strength/commit/ea3a243))
96+
* **ngx-material-password-strength:** added the PasswordStrengthComponent to the module ([bddfa15](https://github.com/angular-material-extensions/password-strength/commit/bddfa15))
9297

9398

9499
### Features
95100

96-
* **project:** added circleci configuration ([2eeb4d0](https://github.com/anthonynahas/ngx-material-password-strength/commit/2eeb4d0))
101+
* **project:** added circleci configuration ([2eeb4d0](https://github.com/angular-material-extensions/password-strength/commit/2eeb4d0))
97102

98103

99104

100105
<a name="1.0.0"></a>
101-
# [1.0.0](https://github.com/anthonynahas/ngx-material-password-strength/compare/b3ef465...v1.0.0) (2018-04-12)
106+
# [1.0.0](https://github.com/angular-material-extensions/password-strength/compare/b3ef465...v1.0.0) (2018-04-12)
102107

103108

104109
### Features
105110

106-
* **ngx-material-password-strength:** added the main component as progress bar ([ed008a7](https://github.com/anthonynahas/ngx-material-password-strength/commit/ed008a7))
107-
* **ngx-material-password-strength:** init project ([b3ef465](https://github.com/anthonynahas/ngx-material-password-strength/commit/b3ef465))
111+
* **ngx-material-password-strength:** added the main component as progress bar ([ed008a7](https://github.com/angular-material-extensions/password-strength/commit/ed008a7))
112+
* **ngx-material-password-strength:** init project ([b3ef465](https://github.com/angular-material-extensions/password-strength/commit/b3ef465))
108113

109114

110115

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/password-strength",
33
"description": "Material password strength meter to indicate how secure is the provided password",
4-
"version": "2.1.1",
4+
"version": "3.0.0",
55
"homepage": "https://github.com/angular-material-extensions/password-strength",
66
"author": {
77
"name": "anthonynahas",

0 commit comments

Comments
 (0)