-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(changeset): update react 19 changeset from patch to minor bump (#…
- Loading branch information
1 parent
a79b8e9
commit 7045aed
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
"@aws-amplify/ui-react": patch | ||
"@aws-amplify/ui-react-ai": patch | ||
"@aws-amplify/ui-react-core": patch | ||
"@aws-amplify/ui-react-core-notifications": patch | ||
"@aws-amplify/ui-react-geo": patch | ||
"@aws-amplify/ui-react-liveness": patch | ||
"@aws-amplify/ui-react-native": patch | ||
"@aws-amplify/ui-react-notifications": patch | ||
"@aws-amplify/ui-react-storage": patch | ||
"@aws-amplify/ui-react": minor | ||
"@aws-amplify/ui-react-ai": minor | ||
"@aws-amplify/ui-react-core": minor | ||
"@aws-amplify/ui-react-core-notifications": minor | ||
"@aws-amplify/ui-react-geo": minor | ||
"@aws-amplify/ui-react-liveness": minor | ||
"@aws-amplify/ui-react-native": minor | ||
"@aws-amplify/ui-react-notifications": minor | ||
"@aws-amplify/ui-react-storage": minor | ||
--- | ||
|
||
chore(react): add support for React 19 |