Skip to content

Commit

Permalink
chore: fix Cognito Identity Pool versioning (#764)
Browse files Browse the repository at this point in the history
The notice has not been visible yet, likely due to the way alpha modules
are versioned slightly differently. This PR aims to update that
versioning of this notice.

---------

Co-authored-by: Leonardo Gama <leogama@amazon.com>
  • Loading branch information
Leo10Gama and Leonardo Gama authored Feb 26, 2025
1 parent 0229900 commit 638f423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"components": [
{
"name": "@aws-cdk/aws-cognito-identitypool-alpha.IdentityPool",
"version": ">=2.74.0 <=2.179.0"
"version": ">=2.74.0-alpha.0 <2.179.0-alpha.0"
}
],
"schemaVersion": "1"
Expand Down

0 comments on commit 638f423

Please sign in to comment.