Skip to content

Commit 64bec85

Browse files
committed
Release 7.0.0
1 parent 75755b9 commit 64bec85

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

projects/angular-material-extensions/select-country/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/select-country/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/select-country",
33
"description": "Angular Material component that allow users to select a country or nationality",
4-
"version": "6.0.1",
4+
"version": "7.0.0",
55
"homepage": "https://angular-material-extensions.github.io/select-country",
66
"author": {
77
"name": "anthonynahas",
@@ -42,22 +42,22 @@
4242
"release:patch": "../../../node_modules/.bin/release-it --patch --ci ",
4343
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4444
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir",
45-
"release:version": "../../../node_modules/.bin/release-it 6.0.1 --ci --no-git.requireCleanWorkingDir",
45+
"release:version": "../../../node_modules/.bin/release-it 7.0.0 --ci --no-git.requireCleanWorkingDir",
4646
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/select-country",
4747
"test": "../../../node_modules/.bin/jest --coverage",
4848
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
4949
},
5050
"peerDependencies": {
51-
"@angular/common": "^13.x",
52-
"@angular/core": "^13.x",
53-
"@angular/forms": "^13.x",
54-
"@angular/platform-browser": "^13.x",
55-
"@angular/cdk": "~13.x",
56-
"@angular/material": "~13.x",
51+
"@angular/common": "^14.x",
52+
"@angular/core": "^14.x",
53+
"@angular/forms": "^14.x",
54+
"@angular/platform-browser": "^14.x",
55+
"@angular/cdk": "~14.x",
56+
"@angular/material": "~14.x",
5757
"rxjs": "^7.x"
5858
},
5959
"engines": {
60-
"node": ">=10.13"
60+
"node": ">=14"
6161
},
6262
"release-it": {
6363
"github": {

0 commit comments

Comments
 (0)