Skip to content

Commit

Permalink
main - 13629b0 fix(material/autocomplete): regression in requireSelec…
Browse files Browse the repository at this point in the history
…tion when options are filtered (#28119)
  • Loading branch information
crisbeto committed Nov 14, 2023
1 parent 9d84251 commit 6e1d58f
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-6e29584",
"version": "17.1.0-next.0+sha-13629b0",
"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-6e29584",
"@angular/cdk-experimental": "17.1.0-next.0+sha-6e29584",
"@angular/cdk": "17.1.0-next.0+sha-13629b0",
"@angular/cdk-experimental": "17.1.0-next.0+sha-13629b0",
"@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-6e29584",
"@angular/material-experimental": "17.1.0-next.0+sha-6e29584",
"@angular/material-moment-adapter": "17.1.0-next.0+sha-6e29584",
"@angular/material-luxon-adapter": "17.1.0-next.0+sha-6e29584",
"@angular/material-date-fns-adapter": "17.1.0-next.0+sha-6e29584"
"@angular/material": "17.1.0-next.0+sha-13629b0",
"@angular/material-experimental": "17.1.0-next.0+sha-13629b0",
"@angular/material-moment-adapter": "17.1.0-next.0+sha-13629b0",
"@angular/material-luxon-adapter": "17.1.0-next.0+sha-13629b0",
"@angular/material-date-fns-adapter": "17.1.0-next.0+sha-13629b0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 6e1d58f

Please sign in to comment.