Skip to content

Commit 96da1cd

Browse files
Version Packages (#2182)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 889bdb7 commit 96da1cd

File tree

9 files changed

+16
-24
lines changed

9 files changed

+16
-24
lines changed

.changeset/cool-pumpkins-dream.md

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

.changeset/early-pens-eat.md

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

.changeset/funny-papayas-invent.md

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

.changeset/tall-singers-rest.md

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

.changeset/tidy-chicken-notice.md

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

packages/backend-deployer/CHANGELOG.md

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

3+
## 1.1.7
4+
5+
### Patch Changes
6+
7+
- 7bf0c64: reclassify as error, UnknownFault, Error: The security token included in the request is expired
8+
- 889bdb7: Handle case where synthesis renders empty cdk assembly
9+
- a191fe5: add stack is in a state and can not be updated to error mapper
10+
311
## 1.1.6
412

513
### Patch Changes

packages/backend-deployer/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-deployer",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

packages/backend-secret/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- 255ca18: Handle parameter not found error while deleting secret
8+
39
## 1.1.4
410

511
### Patch Changes

packages/backend-secret/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-secret",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)