Skip to content

Commit 065614f

Browse files
Version Packages (#1007)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aa16eaa commit 065614f

File tree

11 files changed

+36
-19
lines changed

11 files changed

+36
-19
lines changed

.changeset/proud-brooms-live.md

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

.changeset/silent-eyes-rule.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.6
4+
5+
### Patch Changes
6+
7+
- 29fb32bcf: OIDC attributeRequestMethod no longer requires importing OidcAttributeRequestMethod.
8+
39
## 0.5.5
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.5",
3+
"version": "0.5.6",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [29fb32bcf]
8+
- @aws-amplify/auth-construct-alpha@0.5.6
9+
310
## 0.4.6
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.6",
3+
"version": "0.4.7",
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.5",
21+
"@aws-amplify/auth-construct-alpha": "^0.5.6",
2222
"@aws-amplify/backend-output-storage": "^0.3.0",
2323
"@aws-amplify/plugin-types": "^0.8.0"
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.7.1
4+
5+
### Patch Changes
6+
7+
- adb50ecb6: Fix cjs/top-level-await/esbuild interoperability issue when bundling lambda functions
8+
39
## 0.7.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": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/backend/CHANGELOG.md

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

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [adb50ecb6]
8+
- @aws-amplify/backend-function@0.7.1
9+
- @aws-amplify/backend-auth@0.4.7
10+
311
## 0.12.0
412

513
### Minor Changes

packages/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -22,8 +22,8 @@
2222
"license": "Apache-2.0",
2323
"dependencies": {
2424
"@aws-amplify/data-schema": "^0.12.9",
25-
"@aws-amplify/backend-auth": "^0.4.6",
26-
"@aws-amplify/backend-function": "^0.7.0",
25+
"@aws-amplify/backend-auth": "^0.4.7",
26+
"@aws-amplify/backend-function": "^0.7.1",
2727
"@aws-amplify/backend-data": "^0.9.6",
2828
"@aws-amplify/backend-output-schemas": "^0.6.0",
2929
"@aws-amplify/backend-output-storage": "^0.3.0",

0 commit comments

Comments
 (0)