Skip to content

Commit

Permalink
chore: release 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed May 5, 2020
1 parent 6246b07 commit 6b223a7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions projects/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-matero/extensions",
"version": "9.3.3",
"version": "9.4.0",
"description": "Angular Material Extensions",
"author": "nzbin<[email protected]>",
"repository": {
Expand Down Expand Up @@ -30,16 +30,16 @@
},
"homepage": "https://github.com/ng-matero/extensions#readme",
"dependencies": {
"@ng-select/ng-select": "~4.0.0",
"ngx-color": "~5.0.0",
"photoviewer": "~3.4.0"
"@ng-select/ng-select": "^4.0.0",
"ngx-color": "^5.0.0",
"photoviewer": "^3.4.0"
},
"peerDependencies": {
"@angular/animations": "~9.0.0",
"@angular/cdk": "~9.1.0",
"@angular/common": "~9.0.0",
"@angular/core": "~9.0.0",
"@angular/material": "~9.1.0"
"@angular/animations": "^9.0.0",
"@angular/cdk": "^9.1.0",
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/material": "^9.1.0"
},
"sideEffects": false
}
}

0 comments on commit 6b223a7

Please sign in to comment.