Skip to content

Commit

Permalink
main - 73022d8 fix(cdk/text-field): auto sizing broken if user styles…
Browse files Browse the repository at this point in the history
… stretch the element (#30412)
  • Loading branch information
crisbeto committed Jan 29, 2025
1 parent fd709ff commit 97a2435
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": "19.2.0-next.1+sha-c1ff40f",
"version": "19.2.0-next.1+sha-73022d8",
"description": "Angular Components Examples",
"private": true,
"repository": {
Expand Down Expand Up @@ -259,15 +259,15 @@
},
"homepage": "https://github.com/angular/components#readme",
"peerDependencies": {
"@angular/cdk": "19.2.0-next.1+sha-c1ff40f",
"@angular/cdk-experimental": "19.2.0-next.1+sha-c1ff40f",
"@angular/cdk": "19.2.0-next.1+sha-73022d8",
"@angular/cdk-experimental": "19.2.0-next.1+sha-73022d8",
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/material": "19.2.0-next.1+sha-c1ff40f",
"@angular/material-experimental": "19.2.0-next.1+sha-c1ff40f",
"@angular/material-moment-adapter": "19.2.0-next.1+sha-c1ff40f",
"@angular/material-luxon-adapter": "19.2.0-next.1+sha-c1ff40f",
"@angular/material-date-fns-adapter": "19.2.0-next.1+sha-c1ff40f"
"@angular/material": "19.2.0-next.1+sha-73022d8",
"@angular/material-experimental": "19.2.0-next.1+sha-73022d8",
"@angular/material-moment-adapter": "19.2.0-next.1+sha-73022d8",
"@angular/material-luxon-adapter": "19.2.0-next.1+sha-73022d8",
"@angular/material-date-fns-adapter": "19.2.0-next.1+sha-73022d8"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 97a2435

Please sign in to comment.