Skip to content

Commit d88363a

Browse files
Version Packages (#2085)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4781704 commit d88363a

File tree

14 files changed

+50
-35
lines changed

14 files changed

+50
-35
lines changed

.changeset/serious-dragons-attack.md

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

.changeset/sixty-cycles-happen.md

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

.changeset/soft-gifts-exist.md

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

.changeset/strong-flowers-warn.md

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

.changeset/tender-camels-agree.md

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

packages/ai-constructs/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 4781704: Add information about event version to conversation components
8+
- 3a29d43: Pass user agent in conversation handler lambda
9+
10+
### Patch Changes
11+
12+
- 6e4a62f: Fix multi tool usage in single turn.
13+
314
## 0.3.0
415

516
### Minor 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": "0.3.0",
3+
"version": "0.4.0",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-ai/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 4781704: Add information about event version to conversation components
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [4781704]
12+
- Updated dependencies [3a29d43]
13+
- Updated dependencies [6e4a62f]
14+
- @aws-amplify/ai-constructs@0.4.0
15+
316
## 0.2.0
417

518
### Minor Changes

packages/backend-ai/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-ai",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -22,7 +22,7 @@
2222
},
2323
"license": "Apache-2.0",
2424
"dependencies": {
25-
"@aws-amplify/ai-constructs": "^0.3.0",
25+
"@aws-amplify/ai-constructs": "^0.4.0",
2626
"@aws-amplify/backend-output-schemas": "^1.3.0",
2727
"@aws-amplify/backend-output-storage": "^1.0.2",
2828
"@aws-amplify/platform-core": "^1.1.0",

packages/backend-function/CHANGELOG.md

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

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- f5d0ab4: adds support to reference existing layers in defineFunction
8+
39
## 1.5.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)