@carbon/ai-chat 1.12.0-rc.0 → 1.12.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.
@@ -214,7 +214,7 @@ import Toolbar from "@carbon/ai-chat-components/es/react/toolbar.js";
214
214
 
215
215
  import CarbonChatButtonElement, { CHAT_BUTTON_SIZE as CHAT_BUTTON_SIZE$1, CHAT_BUTTON_KIND as CHAT_BUTTON_KIND$1 } from "@carbon/web-components/es/components/chat-button/chat-button.js";
216
216
 
217
- const VERSION = "1.11.0";
217
+ const VERSION = "1.12.0";
218
218
 
219
219
  function memoizeFunction(fn, isEqual) {
220
220
  let hasResult = false;