@carbon/ai-chat 0.5.0-rc.0 → 0.5.0

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.
@@ -3049,7 +3049,7 @@ function agentUpdateIsTyping(isTyping) {
3049
3049
 
3050
3050
  const NODE_ENV = "production";
3051
3051
 
3052
- const VERSION = "0.4.0";
3052
+ const VERSION = "0.5.0";
3053
3053
 
3054
3054
  var NotificationType;
3055
3055
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/ai-chat",
3
- "version": "0.5.0-rc.0",
3
+ "version": "0.5.0",
4
4
  "description": "Be sure to review the [chat documentation](https://web-chat.global.assistant.watson.cloud.ibm.com/carbon-chat.html).",
5
5
  "author": "IBM Corp",
6
6
  "license": "Apache-2.0",
@@ -128,5 +128,5 @@
128
128
  "url": "https://github.com/carbon-design-system/carbon-ai-chat/issues"
129
129
  },
130
130
  "homepage": "https://github.com/carbon-design-system/carbon-ai-chat#readme",
131
- "gitHead": "547dd1b4bcf22efad7a329a44eb9908b5c4290aa"
131
+ "gitHead": "90ef0d0abd2177376f86e33a505c5c80700b910b"
132
132
  }