Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2024
1 parent 469b9f2 commit 49a1ed0
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .changeset/cool-zoos-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-numbers-hide.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/orange-days-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-dryers-tell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/backend-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/backend-deployer

## 1.1.9

### Patch Changes

- 7f2f68b: Handle errors when checking CDK bootstrap.

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-deployer",
"version": "1.1.8",
"version": "1.1.9",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/backend-cli

## 1.4.2

### Patch Changes

- f08abe4: Handle case when AWS region is configured as blank string
- Updated dependencies [7f2f68b]
- @aws-amplify/backend-deployer@1.1.9

## 1.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-cli",
"version": "1.4.1",
"version": "1.4.2",
"description": "Command line interface for various Amplify tools",
"bin": {
"ampx": "lib/ampx.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/aws-amplify/amplify-backend#readme",
"dependencies": {
"@aws-amplify/backend-deployer": "^1.1.8",
"@aws-amplify/backend-deployer": "^1.1.9",
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-secret": "^1.1.2",
"@aws-amplify/cli-core": "^1.2.0",
Expand Down

0 comments on commit 49a1ed0

Please sign in to comment.