Skip to content

Commit e73f2d9

Browse files
author
Anthony Nahas
committed
Release 16.0.0
1 parent 8af88f3 commit e73f2d9

File tree

1 file changed

+7
-7
lines changed
  • projects/angular-material-extensions/password-strength

1 file changed

+7
-7
lines changed

projects/angular-material-extensions/password-strength/package.json

Lines changed: 7 additions & 7 deletions
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": "13.0.0",
4+
"version": "16.0.0",
55
"homepage": "https://github.com/angular-material-extensions/password-strength",
66
"author": {
77
"name": "anthonynahas",
@@ -41,17 +41,17 @@
4141
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4242
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4343
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
44-
"release:custom": "../../../node_modules/.bin/release-it 13.0.0 --ci --no-git.requireCleanWorkingDir",
44+
"release:custom": "../../../node_modules/.bin/release-it 16.0.0 --ci --no-git.requireCleanWorkingDir",
4545
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/password-strength",
4646
"test": "../../../node_modules/.bin/jest --coverage",
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
4848
},
4949
"peerDependencies": {
50-
"@angular/common": "^15.x",
51-
"@angular/core": "^15.x",
52-
"@angular/forms": "^15.x",
53-
"@angular/cdk": "^15.x",
54-
"@angular/material": "^15.x"
50+
"@angular/common": "^16.x",
51+
"@angular/core": "^16.x",
52+
"@angular/forms": "^16.x",
53+
"@angular/cdk": "^16.x",
54+
"@angular/material": "^16.x"
5555
},
5656
"engines": {
5757
"node": ">=14"

0 commit comments

Comments
 (0)