@carbon/ai-chat 1.3.1-rc.0 → 1.3.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.
@@ -1440,7 +1440,7 @@ function agentUpdateIsTyping(isTyping) {
1440
1440
  };
1441
1441
  }
1442
1442
 
1443
- const VERSION = "1.3.0";
1443
+ const VERSION = "1.3.1";
1444
1444
 
1445
1445
  const BOUNCING_ANIMATION_TIMEOUTS = [ 15e3, 6e4 ];
1446
1446
 
@@ -1440,7 +1440,7 @@ function agentUpdateIsTyping(isTyping) {
1440
1440
  };
1441
1441
  }
1442
1442
 
1443
- const VERSION = "1.3.0";
1443
+ const VERSION = "1.3.1";
1444
1444
 
1445
1445
  const BOUNCING_ANIMATION_TIMEOUTS = [ 15e3, 6e4 ];
1446
1446
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/ai-chat",
3
- "version": "1.3.1-rc.0",
3
+ "version": "1.3.1",
4
4
  "description": "Be sure to review the [chat documentation](https://chat.carbondesignsystem.com/tag/latest/docs/documents/Overview.html).",
5
5
  "author": "IBM Corp",
6
6
  "license": "Apache-2.0",
@@ -171,5 +171,5 @@
171
171
  "url": "https://github.com/carbon-design-system/carbon-ai-chat/issues"
172
172
  },
173
173
  "homepage": "https://github.com/carbon-design-system/carbon-ai-chat#readme",
174
- "gitHead": "e7fbbc2266d12440a764facc296928b762fec1a6"
174
+ "gitHead": "973712ba908e78f8fe621e65542c393799ddc9b6"
175
175
  }