Skip to content

Commit

Permalink
Merge pull request #165 from aws-amplify/pr/repo-sync
Browse files Browse the repository at this point in the history
Sync amplify-ui to amplify-ui-staging
  • Loading branch information
ayush987goyal authored Dec 16, 2021
2 parents c7174f1 + 8cc082f commit 88f6676
Show file tree
Hide file tree
Showing 18 changed files with 3,587 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-ligers-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/ui': patch
---

Updated Xstate so users who are in the FORCE CHANGE PASSWORD state also check for setup TOTP MFA.
4 changes: 2 additions & 2 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ applications:
- nvm install 14
- nvm use 14
- node -v
- (cd .. && yarn install)
- (cd .. && yarn install && yarn build)
build:
commands:
- nvm install 14
Expand All @@ -17,7 +17,7 @@ applications:
artifacts:
baseDirectory: out
files:
- '**/*'
- "**/*"
cache:
paths:
- node_modules/**/*
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test": "$_ run build"
},
"dependencies": {
"@aws-amplify/ui-react": "^2.1.5",
"@aws-amplify/ui-react-v1": "npm:@aws-amplify/ui-react",
"@codesandbox/sandpack-react": "0.1.9",
"@cucumber/gherkin": "^19.0.3",
Expand All @@ -27,7 +28,7 @@
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"mdx-prism": "^0.3.3",
"next": "12",
"next": "^11.1.3",
"next-plugin-preval": "^1.2.1",
"prism-react-renderer": "^1.2.1",
"prism-theme-night-owl": "^1.4.0",
Expand Down
15 changes: 15 additions & 0 deletions docs/public/amplify-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 88f6676

Please sign in to comment.