Skip to content

Commit 52493d3

Browse files
Version Packages (#1508)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1dc61de commit 52493d3

File tree

19 files changed

+71
-44
lines changed

19 files changed

+71
-44
lines changed

.changeset/quiet-phones-cross.md

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

.changeset/selfish-roses-mix.md

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

.changeset/three-icons-work.md

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

.changeset/tidy-dancers-march.md

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

.changeset/twenty-poems-perform.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
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- 147fc86: update amplify_outputs for apple & amazon login method
8+
39
## 1.1.0
410

511
### Minor 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.1.0",
3+
"version": "1.1.1",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-auth/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 1dc61de: bumping consumers of auth-construct
8+
- Updated dependencies [147fc86]
9+
- @aws-amplify/auth-construct@1.1.1
10+
311
## 1.0.1
412

513
### 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.0.1",
3+
"version": "1.0.2",
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": "^1.1.0",
21+
"@aws-amplify/auth-construct": "^1.1.1",
2222
"@aws-amplify/backend-output-storage": "^1.0.1",
2323
"@aws-amplify/plugin-types": "^1.0.0"
2424
},

packages/backend/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 1dc61de: bumping client-config version
8+
- Updated dependencies [1dc61de]
9+
- Updated dependencies [f7b8089]
10+
- @aws-amplify/backend-auth@1.0.2
11+
- @aws-amplify/client-config@1.0.2
12+
313
## 1.0.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)