@aws-amplify/ui-react-ai 1.1.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- const VERSION = '1.1.0';
1
+ const VERSION = '1.2.1';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -1090,7 +1090,7 @@ const PromptList = ({ setInput, suggestedPrompts = [], }) => {
1090
1090
  })));
1091
1091
  };
1092
1092
 
1093
- const VERSION = '1.1.0';
1093
+ const VERSION = '1.2.1';
1094
1094
 
1095
1095
  function AIConversationBase({ avatars, controls, ...rest }) {
1096
1096
  uiReactCore.useSetUserAgent({
@@ -1 +1 @@
1
- export declare const VERSION = "1.1.0";
1
+ export declare const VERSION = "1.2.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-ai",
3
- "version": "1.1.0",
3
+ "version": "1.2.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@aws-amplify/ui": "^6.7.1",
52
- "@aws-amplify/ui-react": "^6.7.1",
53
- "@aws-amplify/ui-react-core": "^3.1.1"
52
+ "@aws-amplify/ui-react": "^6.8.1",
53
+ "@aws-amplify/ui-react-core": "^3.2.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/jest-when": "^3.5.0",