Skip to content

Commit 20c548a

Browse files
Version Packages (#2800)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a260cbd commit 20c548a

File tree

11 files changed

+24
-23
lines changed

11 files changed

+24
-23
lines changed

.changeset/metal-foxes-argue.md

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

.changeset/nice-showers-clean.md

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

.changeset/pretty-guests-fly.md

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

.changeset/short-rings-tan.md

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

.changeset/silver-lies-jam.md

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

packages/ai-constructs/CHANGELOG.md

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

3+
## 1.5.2
4+
5+
### Patch Changes
6+
7+
- 3843c6f: Bundle default handler at the build step
8+
39
## 1.5.1
410

511
### Patch Changes

packages/ai-constructs/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/ai-constructs",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/cli/CHANGELOG.md

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

3+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- 360b3ac: update seed commands to take identifier
8+
- Updated dependencies [c863999]
9+
- @aws-amplify/sandbox@2.1.2
10+
311
## 1.7.1
412

513
### Patch Changes

packages/cli/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-cli",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Command line interface for various Amplify tools",
55
"bin": {
66
"ampx": "lib/ampx.js",
@@ -41,7 +41,7 @@
4141
"@aws-amplify/model-generator": "^1.2.0",
4242
"@aws-amplify/platform-core": "^1.9.0",
4343
"@aws-amplify/plugin-types": "^1.10.1",
44-
"@aws-amplify/sandbox": "^2.1.1",
44+
"@aws-amplify/sandbox": "^2.1.2",
4545
"@aws-amplify/schema-generator": "^1.4.0",
4646
"@aws-sdk/client-amplify": "^3.750.0",
4747
"@aws-sdk/client-cloudformation": "^3.750.0",

packages/sandbox/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- c863999: print stack traces in debug mode for sandbox deploy failures
8+
39
## 2.1.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)