Skip to content

Commit ad794d8

Browse files
Version Packages (#3048)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @aws-amplify/[email protected] ### Minor Changes - 477139e: feat(auth): Added support for email-MFA in Amplify Auth construct ## @aws-amplify/[email protected] ### Minor Changes - 477139e: feat(auth): Added support for email-MFA in Amplify Auth construct ### Patch Changes - 6aa209f: fix: function schedule deployment failure issue in the 1.17 update - Updated dependencies [477139e] - Updated dependencies [6aa209f] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] ## @aws-amplify/[email protected] ### Minor Changes - 477139e: feat(auth): Added support for email-MFA in Amplify Auth construct ### Patch Changes - Updated dependencies [477139e] - @aws-amplify/[email protected] ## @aws-amplify/[email protected] ### Minor Changes - 477139e: feat(auth): Added support for email-MFA in Amplify Auth construct ## @aws-amplify/[email protected] ### Minor Changes - 477139e: feat(auth): Added support for email-MFA in Amplify Auth construct ### Patch Changes - Updated dependencies [477139e] - @aws-amplify/[email protected] ## @aws-amplify/[email protected] ### Patch Changes - 6aa209f: fix: function schedule deployment failure issue in the 1.17 update Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6aa209f commit ad794d8

File tree

14 files changed

+66
-26
lines changed

14 files changed

+66
-26
lines changed

.changeset/cuddly-clowns-guess.md

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

.changeset/fancy-hotels-shake.md

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

packages/auth-construct/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/auth-construct
22

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- 477139e: feat(auth): Added support for email-MFA in Amplify Auth construct
8+
39
## 1.8.2
410

511
### Patch Changes

packages/auth-construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth-construct",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-auth/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @aws-amplify/backend-auth
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- 477139e: feat(auth): Added support for email-MFA in Amplify Auth construct
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [477139e]
12+
- @aws-amplify/auth-construct@1.9.0
13+
314
## 1.7.2
415

516
### Patch Changes

packages/backend-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-auth",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -23,7 +23,7 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@aws-amplify/auth-construct": "^1.8.2",
26+
"@aws-amplify/auth-construct": "^1.9.0",
2727
"@aws-amplify/backend-output-schemas": "^1.7.1",
2828
"@aws-amplify/backend-output-storage": "^1.3.2",
2929
"@aws-amplify/plugin-types": "^1.11.1"

packages/backend-function/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/backend-function
22

3+
## 1.15.1
4+
5+
### Patch Changes
6+
7+
- 6aa209f: fix: function schedule deployment failure issue in the 1.17 update
8+
39
## 1.15.0
410

511
### Minor Changes

packages/backend-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-function",
3-
"version": "1.15.0",
3+
"version": "1.15.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/backend/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @aws-amplify/backend
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 477139e: feat(auth): Added support for email-MFA in Amplify Auth construct
8+
9+
### Patch Changes
10+
11+
- 6aa209f: fix: function schedule deployment failure issue in the 1.17 update
12+
- Updated dependencies [477139e]
13+
- Updated dependencies [6aa209f]
14+
- @aws-amplify/client-config@1.9.0
15+
- @aws-amplify/backend-auth@1.8.0
16+
- @aws-amplify/backend-function@1.15.1
17+
318
## 1.17.0
419

520
### Minor Changes

packages/backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -35,14 +35,14 @@
3535
"license": "Apache-2.0",
3636
"dependencies": {
3737
"@aws-amplify/data-schema": "^1.13.4",
38-
"@aws-amplify/backend-auth": "^1.7.2",
39-
"@aws-amplify/backend-function": "^1.15.0",
38+
"@aws-amplify/backend-auth": "^1.8.0",
39+
"@aws-amplify/backend-function": "^1.15.1",
4040
"@aws-amplify/backend-data": "^1.6.2",
4141
"@aws-amplify/backend-output-schemas": "^1.7.1",
4242
"@aws-amplify/backend-output-storage": "^1.3.2",
4343
"@aws-amplify/backend-secret": "^1.4.1",
4444
"@aws-amplify/backend-storage": "^1.4.2",
45-
"@aws-amplify/client-config": "^1.8.1",
45+
"@aws-amplify/client-config": "^1.9.0",
4646
"@aws-amplify/platform-core": "^1.10.1",
4747
"@aws-amplify/plugin-types": "^1.11.1",
4848
"@aws-sdk/client-amplify": "^3.750.0"

0 commit comments

Comments
 (0)