Skip to content

Commit d9dcee0

Browse files
committed
Merge branch 'main' into feat/email-mfa
2 parents 67fe90e + cc0910b commit d9dcee0

File tree

143 files changed

+2882
-3392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+2882
-3392
lines changed

.eslintrc.js

Lines changed: 0 additions & 186 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/1.bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ body:
126126
multiple: false
127127
options:
128128
- Amplify CLI
129-
- Amplify Gen 2 (Preview)
129+
- Amplify Gen 2
130130
- CDK
131131
- Other
132132
- type: textarea

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,16 @@ In your sample project, you can now link specific packages
126126
yarn link @aws-amplify/auth
127127
```
128128

129+
If you are testing with a Vite sample project, such as from the quickstart guide, and your changes to the library are not showing up in your local app when running `yarn run dev`, Vite caching may be the culprit. Try editing this line in your sample project's `package.json`.
130+
131+
```diff
132+
"scripts": {
133+
- "dev": "vite",
134+
+ "dev": "vite --force",
135+
...
136+
}
137+
```
138+
129139
Passing unit tests are only necessary if you’re looking to contribute a pull request. If you’re just playing locally, you don’t need them. However, if you’re contributing a pull request for anything other than making a change to the documentation, fixing a formatting issue in the code (i.e., white space, missing semi-colons) or another task that does not impact the functionality of the code, you will need to validate your proposed changes with passing unit tests.
130140

131141
#### Verdaccio

docs/api/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)