@carbon/ai-chat 1.5.1-rc.0 → 1.5.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.
@@ -1783,7 +1783,7 @@ function agentUpdateIsTyping(isTyping) {
1783
1783
  };
1784
1784
  }
1785
1785
 
1786
- const VERSION = "1.5.0";
1786
+ const VERSION = "1.5.1";
1787
1787
 
1788
1788
  const TIME_TO_ENTRANCE_ANIMATION_START = 15e3;
1789
1789
 
@@ -1783,7 +1783,7 @@ function agentUpdateIsTyping(isTyping) {
1783
1783
  };
1784
1784
  }
1785
1785
 
1786
- const VERSION = "1.5.0";
1786
+ const VERSION = "1.5.1";
1787
1787
 
1788
1788
  const TIME_TO_ENTRANCE_ANIMATION_START = 15e3;
1789
1789
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/ai-chat",
3
- "version": "1.5.1-rc.0",
3
+ "version": "1.5.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",
@@ -126,7 +126,7 @@
126
126
  "react-dom": ">=17.0.0 <20.0.0"
127
127
  },
128
128
  "dependencies": {
129
- "@carbon/ai-chat-components": "^0.7.1-rc.0",
129
+ "@carbon/ai-chat-components": "^0.7.1",
130
130
  "@carbon/icons": "^11.53.0",
131
131
  "@ibm/telemetry-js": "^1.10.2",
132
132
  "@lit/react": "^1.0.6",
@@ -160,5 +160,5 @@
160
160
  "url": "https://github.com/carbon-design-system/carbon-ai-chat/issues"
161
161
  },
162
162
  "homepage": "https://github.com/carbon-design-system/carbon-ai-chat#readme",
163
- "gitHead": "ba65c62e22f389f7d92f534d54a967b82500f3e3"
163
+ "gitHead": "79919e14c797c2354f9aa3265a5528697a95f670"
164
164
  }