Skip to content

Commit

Permalink
Version Packages (#2232)
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 Nov 14, 2024
1 parent bbd6add commit f83d6d5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-emus-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-fans-crash.md

This file was deleted.

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

## 1.0.0

### Major Changes

- bbd6add: GA release of backend AI features

### Patch Changes

- fd8759d: Fix a case when Bedrock throws validation error if tool input is not persisted in history

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

## 1.0.0

### Major Changes

- bbd6add: GA release of backend AI features

### Patch Changes

- Updated dependencies [fd8759d]
- Updated dependencies [bbd6add]
- @aws-amplify/ai-constructs@1.0.0

## 0.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-ai",
"version": "0.3.5",
"version": "1.0.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/ai-constructs": "^0.8.0",
"@aws-amplify/ai-constructs": "^1.0.0",
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-output-storage": "^1.1.3",
"@aws-amplify/data-schema-types": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "module",
"devDependencies": {
"@apollo/client": "^3.10.1",
"@aws-amplify/ai-constructs": "^0.8.0",
"@aws-amplify/ai-constructs": "^1.0.0",
"@aws-amplify/auth-construct": "^1.4.0",
"@aws-amplify/backend": "^1.6.0",
"@aws-amplify/backend-ai": "^0.3.5",
"@aws-amplify/backend-ai": "^1.0.0",
"@aws-amplify/backend-secret": "^1.1.4",
"@aws-amplify/client-config": "^1.5.1",
"@aws-amplify/data-schema": "^1.0.0",
Expand Down

0 comments on commit f83d6d5

Please sign in to comment.