-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BREAKING CHANGE: major version bump to v6 #4724
Conversation
|
babf603
to
44d2d68
Compare
064a239
to
c5f8f30
Compare
"@aws-amplify/ui-react": "^5.3.2", | ||
"@aws-amplify/ui-react-geo": "^1.0.2", | ||
"@aws-amplify/ui-react": "^6.0.0", | ||
"@aws-amplify/ui-react-geo": "^2.0.0", | ||
"@aws-amplify/ui-react-liveness": "^2.0.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left this since we didn't bump liveness
Co-authored-by: Emma Sauerborn <70536670+esauerbo@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LFG
package.json
Outdated
@@ -122,5 +122,6 @@ | |||
"turbo": "^1.2.8", | |||
"typescript": "^5.2.2", | |||
"wait-on": "^6.0.0" | |||
} | |||
}, | |||
"version": "0.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@@ -0,0 +1,11 @@ | |||
# @aws-amplify/ui-react-auth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# @aws-amplify/ui-react-auth |
ed390da
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addedsideEffects
field updatedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.