Skip to content

Commit e7f415c

Browse files
Version Packages (#2343)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6dd93d1 commit e7f415c

18 files changed

+63
-39
lines changed

.changeset/few-oranges-tell.md

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

.changeset/itchy-flowers-reply.md

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

.changeset/old-hornets-type.md

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

.changeset/plenty-mugs-learn.md

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

.changeset/strong-toes-sniff.md

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

.changeset/swift-mirrors-enjoy.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+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- a66f5f2: Expose timeout property
8+
39
## 1.1.0
410

511
### 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": "1.1.0",
3+
"version": "1.2.0",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-ai/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- a66f5f2: Expose timeout property
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [a66f5f2]
12+
- @aws-amplify/ai-constructs@1.2.0
13+
314
## 1.1.0
415

516
### 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": "1.1.0",
3+
"version": "1.2.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": "^1.1.0",
25+
"@aws-amplify/ai-constructs": "^1.2.0",
2626
"@aws-amplify/backend-output-schemas": "^1.4.0",
2727
"@aws-amplify/backend-output-storage": "^1.1.4",
2828
"@aws-amplify/data-schema-types": "^1.2.0",

0 commit comments

Comments
 (0)