Skip to content

Commit bbd6add

Browse files
author
Kamil Sobol
authored
GA release of backend AI features (#2231)
1 parent fd8759d commit bbd6add

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/strange-fans-crash.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@aws-amplify/ai-constructs': major
3+
'@aws-amplify/backend-ai': major
4+
---
5+
6+
GA release of backend AI features

scripts/check_package_versions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ const packagePaths = await glob('./packages/*');
1111
const getExpectedMajorVersion = (packageName: string) => {
1212
switch (packageName) {
1313
case 'ampx':
14-
case '@aws-amplify/ai-constructs':
15-
case '@aws-amplify/backend-ai':
1614
return '0.';
1715
default:
1816
return '1.';

0 commit comments

Comments
 (0)