@carbon/ai-chat 1.2.0-rc.2 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/ai-chat",
3
- "version": "1.2.0-rc.2",
3
+ "version": "1.2.0",
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",
@@ -133,7 +133,7 @@
133
133
  "react-dom": ">=17.0.0 <20.0.0"
134
134
  },
135
135
  "dependencies": {
136
- "@carbon/ai-chat-components": "^0.4.0-rc.0",
136
+ "@carbon/ai-chat-components": "^0.4.0",
137
137
  "@ibm/telemetry-js": "^1.10.2",
138
138
  "@lit/react": "^1.0.6",
139
139
  "classnames": "^2.5.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": "629fa651e520f6c70f2d4b4b21bd422ca2155538"
174
+ "gitHead": "4ef6806346aa029d772a67d17bba492c1f3f1b02"
175
175
  }