Skip to content

Commit 9a5d8e3

Browse files
Version Packages (#2155)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 601a2c1 commit 9a5d8e3

File tree

14 files changed

+36
-26
lines changed

14 files changed

+36
-26
lines changed

.changeset/chilled-clouds-judge.md

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

.changeset/eleven-chairs-camp.md

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

.changeset/polite-bats-wait.md

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

.changeset/silver-rocks-return.md

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

.changeset/sour-seahorses-walk.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+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 63fb254: Include accumulated turn content in chunk mutation
8+
39
## 0.6.2
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": "0.6.2",
3+
"version": "0.7.0",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-ai/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63fb254]
8+
- @aws-amplify/ai-constructs@0.7.0
9+
310
## 0.3.3
411

512
### Patch 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.3.3",
3+
"version": "0.3.4",
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.6.2",
25+
"@aws-amplify/ai-constructs": "^0.7.0",
2626
"@aws-amplify/backend-output-schemas": "^1.4.0",
2727
"@aws-amplify/backend-output-storage": "^1.0.2",
2828
"@aws-amplify/data-schema-types": "^1.2.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.7.2
4+
5+
### Patch Changes
6+
7+
- 601a2c1: dedupe environment variables in amplify env type generator
8+
39
## 1.7.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)