Skip to content

Commit

Permalink
Merge branch 'main' into feat/delimiter-category
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Feb 4, 2025
2 parents 347d607 + 9fafbc5 commit 9243679
Show file tree
Hide file tree
Showing 761 changed files with 44,952 additions and 24,244 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM public.ecr.aws/ubuntu/ubuntu:latest

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

Expand Down
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

## Generated SDK files
packages/**/lib/src/sdk/src/** linguist-generated
packages/auth/amplify_auth_cognito_dart/lib/src/sdk/sdk_exception.dart linguist-generated

## Generated Swift Plugins
packages/amplify_datastore/ios/internal/** linguist-generated
Expand All @@ -87,6 +88,10 @@ packages/smithy/goldens/models/custom/** -linguist-vendored
## Genrated dart files
*.g.dart linguist-generated

## Genrated test files
**/snapshots/*.diff linguist-generated
**/repo_snapshot/** linguist-generated

## Lock files
package-lock.json linguist-generated
pnpm-lock.yaml linguist-generated
Expand Down
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ body:
attributes:
label: "Flutter Version"
description: "Please share which version of Flutter you're using (found using `flutter --version`)."
placeholder: "3.19.3"
placeholder: "3.24.0"
validations:
required: true
- type: input
id: amplify-version
attributes:
label: Amplify Flutter Version
description: "The version of the Amplify Flutter libraries you're currently using."
placeholder: "1.7.0"
placeholder: "2.4.0"
validations:
required: true
- type: dropdown
Expand All @@ -97,8 +97,9 @@ body:
description: "How do you currently deploy your backend?"
multiple: false
options:
- Amplify CLI
- Amplify CLI + Custom Pipeline
- Amplify Gen 2
- Amplify CLI (Gen 1)
- Amplify CLI (Gen 1) + Custom Pipeline
- AWS CDK
- Custom Pipeline
validations:
Expand Down
Loading

0 comments on commit 9243679

Please sign in to comment.