Skip to content

Commit

Permalink
Version Packages (#1970)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 10, 2024
1 parent 041d041 commit 05d98e2
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .changeset/famous-files-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-hounds-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-starfishes-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-gorillas-remain.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- 041d041: Do not bundle AWS SDK if default implementation is used

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ai-constructs",
"version": "0.1.2",
"version": "0.1.3",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
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.1

### Patch Changes

- 1505414: surface synth errors if the function declaration files have not been written yet.

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"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.2.6

### Patch Changes

- ab09375: throw user error when sandbox identifier validation fails
- Updated dependencies [1505414]
- @aws-amplify/backend-deployer@1.1.1

## 1.2.5

### 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.2.5",
"version": "1.2.6",
"description": "Command line interface for various Amplify tools",
"bin": {
"ampx": "lib/ampx.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/aws-amplify/amplify-backend#readme",
"dependencies": {
"@aws-amplify/backend-deployer": "^1.1.0",
"@aws-amplify/backend-deployer": "^1.1.1",
"@aws-amplify/backend-output-schemas": "^1.1.0",
"@aws-amplify/backend-secret": "^1.1.0",
"@aws-amplify/cli-core": "^1.1.2",
Expand Down

0 comments on commit 05d98e2

Please sign in to comment.