Skip to content

Commit 9f1a78b

Browse files
Version Packages (#938)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2d8296 commit 9f1a78b

File tree

27 files changed

+123
-52
lines changed

27 files changed

+123
-52
lines changed

.changeset/big-dryers-battle.md

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

.changeset/lucky-lizards-tan.md

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

.changeset/polite-meals-search.md

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

.changeset/weak-geese-allow.md

Lines changed: 0 additions & 5 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-alpha
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- 48ca0e703: Automatically map email attributes for social providers.
8+
39
## 0.5.3
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-alpha",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-auth/CHANGELOG.md

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

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [48ca0e703]
8+
- @aws-amplify/auth-construct-alpha@0.5.4
9+
310
## 0.4.4
411

512
### 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": "0.4.4",
3+
"version": "0.4.5",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -18,7 +18,7 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-amplify/auth-construct-alpha": "^0.5.3",
21+
"@aws-amplify/auth-construct-alpha": "^0.5.4",
2222
"@aws-amplify/backend-output-storage": "^0.2.11",
2323
"@aws-amplify/plugin-types": "^0.7.1"
2424
},

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+
## 0.6.4
4+
5+
### Patch Changes
6+
7+
- f2d829641: Inject shim for cjs require for functions
8+
39
## 0.6.3
410

511
### Patch 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": "0.6.3",
3+
"version": "0.6.4",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)