Skip to content

Commit 76b250c

Browse files
committed
fix(package): updated changelog and released v4.0.0-beta
1 parent 4dca596 commit 76b250c

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [4.0.0-beta](https://github.com/angular-material-extensions/password-strength/compare/v3.8.1...v4.0.0-beta) (2019-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **demo:** updated the demo apps ([4dca596](https://github.com/angular-material-extensions/password-strength/commit/4dca596))
7+
* **demo:** updated the dependencies ([97f743f](https://github.com/angular-material-extensions/password-strength/commit/97f743f))
8+
* **package:** updated the dependencies ([4e3c930](https://github.com/angular-material-extensions/password-strength/commit/4e3c930))
9+
* **package:** updated the dependencies ([f69d858](https://github.com/angular-material-extensions/password-strength/commit/f69d858))
10+
* **package:** upgraded the lib to v8 ([6deecef](https://github.com/angular-material-extensions/password-strength/commit/6deecef))
11+
12+
13+
### Features
14+
15+
* **demo2:** added new demo app with angular v8 ([e6259a5](https://github.com/angular-material-extensions/password-strength/commit/e6259a5))
16+
17+
18+
119
## [3.8.1](https://github.com/angular-material-extensions/password-strength/compare/v3.8.0...v3.8.1) (2019-05-14)
220

321

demo2/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"private": true,
1313
"dependencies": {
1414
"@angular/animations": "~8.0.0",
15-
"@angular/cdk": "~7.3.7",
15+
"@angular/cdk": "~8.0.1",
1616
"@angular/common": "~8.0.0",
1717
"@angular/compiler": "~8.0.0",
1818
"@angular/core": "~8.0.0",
1919
"@angular/flex-layout": "^8.0.0-beta.26",
2020
"@angular/forms": "~8.0.0",
21-
"@angular/material": "~7.3.7",
21+
"@angular/material": "~8.0.1",
2222
"@angular/platform-browser": "~8.0.0",
2323
"@angular/platform-browser-dynamic": "~8.0.0",
2424
"@angular/router": "~8.0.0",

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": "3.8.1",
4+
"version": "4.0.0-beta",
55
"homepage": "https://github.com/angular-material-extensions/password-strength",
66
"author": {
77
"name": "anthonynahas",

0 commit comments

Comments
 (0)