Skip to content

Commit

Permalink
fix(package): updated changelog and released v4.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 13, 2019
1 parent 4dca596 commit 76b250c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [4.0.0-beta](https://github.com/angular-material-extensions/password-strength/compare/v3.8.1...v4.0.0-beta) (2019-06-13)


### Bug Fixes

* **demo:** updated the demo apps ([4dca596](https://github.com/angular-material-extensions/password-strength/commit/4dca596))
* **demo:** updated the dependencies ([97f743f](https://github.com/angular-material-extensions/password-strength/commit/97f743f))
* **package:** updated the dependencies ([4e3c930](https://github.com/angular-material-extensions/password-strength/commit/4e3c930))
* **package:** updated the dependencies ([f69d858](https://github.com/angular-material-extensions/password-strength/commit/f69d858))
* **package:** upgraded the lib to v8 ([6deecef](https://github.com/angular-material-extensions/password-strength/commit/6deecef))


### Features

* **demo2:** added new demo app with angular v8 ([e6259a5](https://github.com/angular-material-extensions/password-strength/commit/e6259a5))



## [3.8.1](https://github.com/angular-material-extensions/password-strength/compare/v3.8.0...v3.8.1) (2019-05-14)


Expand Down
12 changes: 6 additions & 6 deletions demo2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"private": true,
"dependencies": {
"@angular/animations": "~8.0.0",
"@angular/cdk": "~7.3.7",
"@angular/cdk": "~8.0.1",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "~8.0.0",
"@angular/material": "~7.3.7",
"@angular/material": "~8.0.1",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
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": "@angular-material-extensions/password-strength",
"description": "Material password strength meter to indicate how secure is the provided password",
"version": "3.8.1",
"version": "4.0.0-beta",
"homepage": "https://github.com/angular-material-extensions/password-strength",
"author": {
"name": "anthonynahas",
Expand Down

0 comments on commit 76b250c

Please sign in to comment.