Skip to content

Commit

Permalink
Merge branch 'main' into sandbox-option-format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhamujun committed Sep 19, 2023
2 parents bd0f86e + a911292 commit c861be3
Show file tree
Hide file tree
Showing 47 changed files with 1,969 additions and 144 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-dolls-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/auth-construct-alpha': patch
---

Change default behavior of user attributes to mutable.
12 changes: 12 additions & 0 deletions .changeset/shy-paws-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@aws-amplify/backend-function': patch
'@aws-amplify/backend-graphql': patch
'@aws-amplify/backend-storage': patch
'@aws-amplify/backend-secret': major
'@aws-amplify/client-config': patch
'@aws-amplify/backend-auth': patch
'@aws-amplify/plugin-types': patch
'@aws-amplify/backend': minor
---

Implements backend secret feature, include backend secret resolver and the backend-secret pkg.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": ["tsconfig.base.json"]
"project": ["**/tsconfig.json"]
},
"plugins": [
"@typescript-eslint",
Expand Down Expand Up @@ -186,6 +186,7 @@
"func",
"gitignore",
"gitignored",
"grantable",
"graphql",
"hotswap",
"idps",
Expand All @@ -197,7 +198,7 @@
"mfas",
"mkdtemp",
"multifactor",
"nodejs18.x",
"nodejs",
"npmrc",
"npx",
"nullability",
Expand Down
Loading

0 comments on commit c861be3

Please sign in to comment.