Skip to content

Commit

Permalink
main - 556eeb19c fix(material/button): Move unthemable icon button to…
Browse files Browse the repository at this point in the history
…kens to theme mixin (#27570)
  • Loading branch information
amysorto committed Oct 23, 2023
1 parent 7e82416 commit 5b73f78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/components-examples",
"version": "17.1.0-next.0+sha-92c701f",
"version": "17.1.0-next.0+sha-556eeb1",
"description": "Angular Components Examples",
"private": true,
"repository": {
Expand Down Expand Up @@ -369,15 +369,15 @@
},
"homepage": "https://github.com/angular/components#readme",
"peerDependencies": {
"@angular/cdk": "17.1.0-next.0+sha-92c701f",
"@angular/cdk-experimental": "17.1.0-next.0+sha-92c701f",
"@angular/cdk": "17.1.0-next.0+sha-556eeb1",
"@angular/cdk-experimental": "17.1.0-next.0+sha-556eeb1",
"@angular/core": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
"@angular/common": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
"@angular/material": "17.1.0-next.0+sha-92c701f",
"@angular/material-experimental": "17.1.0-next.0+sha-92c701f",
"@angular/material-moment-adapter": "17.1.0-next.0+sha-92c701f",
"@angular/material-luxon-adapter": "17.1.0-next.0+sha-92c701f",
"@angular/material-date-fns-adapter": "17.1.0-next.0+sha-92c701f"
"@angular/material": "17.1.0-next.0+sha-556eeb1",
"@angular/material-experimental": "17.1.0-next.0+sha-556eeb1",
"@angular/material-moment-adapter": "17.1.0-next.0+sha-556eeb1",
"@angular/material-luxon-adapter": "17.1.0-next.0+sha-556eeb1",
"@angular/material-date-fns-adapter": "17.1.0-next.0+sha-556eeb1"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 5b73f78

Please sign in to comment.