Skip to content

Commit c9e73a0

Browse files
Merge branch 'feat/email-otp-mfa' into feat/email-otp-mfa-enum
2 parents bf34d03 + 75eaa46 commit c9e73a0

File tree

779 files changed

+18844
-16385
lines changed

Some content is hidden

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

779 files changed

+18844
-16385
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:latest
1+
FROM public.ecr.aws/ubuntu/ubuntu:latest
22

33
## Dockerfile for local development of Amplify Flutter packages on Linux
44

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ packages/smithy/goldens/models/custom/** -linguist-vendored
8787
## Genrated dart files
8888
*.g.dart linguist-generated
8989

90+
## Genrated test files
91+
**/snapshots/*.diff linguist-generated
92+
**/repo_snapshot/** linguist-generated
93+
9094
## Lock files
9195
package-lock.json linguist-generated
9296
pnpm-lock.yaml linguist-generated

.github/ISSUE_TEMPLATE/BUG-REPORT.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ body:
7979
attributes:
8080
label: "Flutter Version"
8181
description: "Please share which version of Flutter you're using (found using `flutter --version`)."
82-
placeholder: "3.19.3"
82+
placeholder: "3.24.0"
8383
validations:
8484
required: true
8585
- type: input
8686
id: amplify-version
8787
attributes:
8888
label: Amplify Flutter Version
8989
description: "The version of the Amplify Flutter libraries you're currently using."
90-
placeholder: "1.7.0"
90+
placeholder: "2.4.0"
9191
validations:
9292
required: true
9393
- type: dropdown
@@ -97,8 +97,9 @@ body:
9797
description: "How do you currently deploy your backend?"
9898
multiple: false
9999
options:
100-
- Amplify CLI
101-
- Amplify CLI + Custom Pipeline
100+
- Amplify Gen 2
101+
- Amplify CLI (Gen 1)
102+
- Amplify CLI (Gen 1) + Custom Pipeline
102103
- AWS CDK
103104
- Custom Pipeline
104105
validations:

.github/composite_actions/launch_android_emulator/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Launches an Android emulator and caches it for further action runs
33
inputs:
44
api-level:
55
description: "API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10"
6-
default: "33"
6+
default: "34"
77
target:
88
description: "target of the system image - default, google_apis, google_apis_playstore, aosp_atd, google_atd, android-wear, android-wear-cn, android-tv or google-tv"
99
default: google_apis

.github/composite_actions/launch_android_emulator/dist/index.mjs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/launch_android_emulator/dist/main.cjs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/launch_android_emulator/dist/main.cjs.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/launch_ios_simulator/dist/index.mjs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/launch_ios_simulator/dist/main.cjs

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

.github/composite_actions/launch_ios_simulator/dist/main.cjs.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/log_cw_metric/dist/index.mjs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/log_cw_metric/dist/main.cjs

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)