Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 21, 2022
1 parent 75755b9 commit 64bec85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.

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

18 changes: 9 additions & 9 deletions projects/angular-material-extensions/select-country/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-material-extensions/select-country",
"description": "Angular Material component that allow users to select a country or nationality",
"version": "6.0.1",
"version": "7.0.0",
"homepage": "https://angular-material-extensions.github.io/select-country",
"author": {
"name": "anthonynahas",
Expand Down Expand Up @@ -42,22 +42,22 @@
"release:patch": "../../../node_modules/.bin/release-it --patch --ci ",
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir",
"release:version": "../../../node_modules/.bin/release-it 6.0.1 --ci --no-git.requireCleanWorkingDir",
"release:version": "../../../node_modules/.bin/release-it 7.0.0 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/select-country",
"test": "../../../node_modules/.bin/jest --coverage",
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
},
"peerDependencies": {
"@angular/common": "^13.x",
"@angular/core": "^13.x",
"@angular/forms": "^13.x",
"@angular/platform-browser": "^13.x",
"@angular/cdk": "~13.x",
"@angular/material": "~13.x",
"@angular/common": "^14.x",
"@angular/core": "^14.x",
"@angular/forms": "^14.x",
"@angular/platform-browser": "^14.x",
"@angular/cdk": "~14.x",
"@angular/material": "~14.x",
"rxjs": "^7.x"
},
"engines": {
"node": ">=10.13"
"node": ">=14"
},
"release-it": {
"github": {
Expand Down

0 comments on commit 64bec85

Please sign in to comment.