Skip to content

Commit

Permalink
chore: version changed, peerDeps versions changed to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
motabass committed Nov 16, 2021
1 parent 6ad66bb commit bfbf90a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-community-components",
"version": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
16 changes: 8 additions & 8 deletions projects/material-community-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "material-community-components",
"version": "12.0.0",
"version": "13.0.0",
"ngPackage": {
"lib": {
"entryFile": "src/public-api.ts"
Expand Down Expand Up @@ -37,12 +37,12 @@
"material-community-components"
],
"peerDependencies": {
"@angular/core": ">= 9",
"@angular/common": ">= 9",
"@angular/animations": ">= 9",
"@angular/cdk": ">= 9",
"@angular/forms": ">= 9",
"@angular/material": ">= 9",
"@thebespokepixel/es-tinycolor": "^2.1.1"
"@angular/core": ">= 13",
"@angular/common": ">= 13",
"@angular/animations": ">= 13",
"@angular/cdk": ">= 13",
"@angular/forms": ">= 13",
"@angular/material": ">= 13",
"@thebespokepixel/es-tinycolor": "^3.0.6"
}
}

0 comments on commit bfbf90a

Please sign in to comment.