Skip to content

Commit

Permalink
Version Packages (#1966)
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] authored Sep 5, 2024
1 parent 79fdc7c commit dd9a67e
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/red-lamps-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-pears-relate.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.2

### Patch Changes

- daac630: Remove runtime namespace from main exports

## 0.1.1

### 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.1",
"version": "0.1.2",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/backend-secret/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/backend-secret

## 1.1.1

### Patch Changes

- 79fdc7c: wrap InvalidSignatureException in AmplifyUserError

## 1.1.0

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

## 1.2.1

### Patch Changes

- 79fdc7c: wrap InvalidSignatureException in AmplifyUserError
- Updated dependencies [79fdc7c]
- @aws-amplify/backend-secret@1.1.1

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/sandbox",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-deployer": "^1.1.0",
"@aws-amplify/backend-secret": "^1.1.0",
"@aws-amplify/backend-secret": "^1.1.1",
"@aws-amplify/cli-core": "^1.1.2",
"@aws-amplify/client-config": "^1.1.3",
"@aws-amplify/deployed-backend-client": "^1.3.0",
Expand Down

0 comments on commit dd9a67e

Please sign in to comment.