Skip to content

Commit c837615

Browse files
committed
chore(release): publish [skip ci]
- @carbon/ai-chat-examples-demo@1.8.0 - @carbon/ai-chat-examples-react-basic@1.8.0 - @carbon/ai-chat-examples-react-csp@1.8.0 - @carbon/ai-chat-examples-react-custom-element@1.8.0 - @carbon/ai-chat-examples-react-history@1.8.0 - @carbon/ai-chat-examples-react-human-agent@1.8.0 - @carbon/ai-chat-examples-react-jest-happydom@1.7.0 - @carbon/ai-chat-examples-react-jest-jsdom@1.7.0 - @carbon/ai-chat-examples-react-next@1.7.0 - @carbon/ai-chat-examples-react-17@1.7.0 - @carbon/ai-chat-examples-react-reasoning-and-chain-of-thought@1.8.0 - @carbon/ai-chat-examples-react-vite@1.8.0 - @carbon/ai-chat-examples-react-watch-state@0.10.0 - @carbon/ai-chat-examples-react-watsonx@1.8.0 - @carbon/ai-chat-examples-react-workspace@1.7.0 - @carbon/ai-chat-examples-react-workspace-sidebar@1.7.0 - @carbon/ai-chat-examples-web-components-basic@1.8.0 - @carbon/ai-chat-examples-web-components-csp@1.8.0 - @carbon/ai-chat-examples-web-components-custom-element@1.8.0 - @carbon/ai-chat-examples-web-components-history@1.8.0 - @carbon/ai-chat-examples-web-components-human-agent@1.8.0 - @carbon/ai-chat-examples-web-components-reasoning-and-chain-of-thought@1.8.0 - @carbon/ai-chat-examples-web-components-watch-state@0.10.0 - @carbon/ai-chat-examples-web-components-watsonx@1.8.0 - @carbon/ai-chat-examples-web-components-workspace@1.7.0 - @carbon/ai-chat-examples-web-components-workspace-sidebar@1.7.0 - @carbon/ai-chat@1.8.0 - @carbon/ai-chat-components@0.10.0
1 parent a2c0617 commit c837615

File tree

29 files changed

+120
-120
lines changed

29 files changed

+120
-120
lines changed

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-demo",
33
"private": true,
4-
"version": "1.8.0-rc.1",
4+
"version": "1.8.0",
55
"type": "module",
66
"description": "A demo and testing framework using @carbon/ai-chat as a React component.",
77
"scripts": {
@@ -13,8 +13,8 @@
1313
"license": "Apache-2.0",
1414
"browserslist": "> 0.5%, last 2 versions, not dead",
1515
"dependencies": {
16-
"@carbon/ai-chat": "^1.8.0-rc.1",
17-
"@carbon/ai-chat-components": "^0.10.0-rc.1",
16+
"@carbon/ai-chat": "^1.8.0",
17+
"@carbon/ai-chat-components": "^0.10.0",
1818
"@carbon/icons": "^11.53.0",
1919
"@carbon/react": "^1.68.0",
2020
"@carbon/web-components": "^2.46.0",

examples/react/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-basic",
33
"private": true,
4-
"version": "1.8.0-rc.1",
4+
"version": "1.8.0",
55
"type": "module",
66
"description": "A basic example using @carbon/ai-chat as a React component.",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"license": "Apache-2.0",
1414
"browserslist": "> 0.5%, last 2 versions, not dead",
1515
"dependencies": {
16-
"@carbon/ai-chat": "^1.8.0-rc.1",
16+
"@carbon/ai-chat": "^1.8.0",
1717
"@carbon/web-components": "^2.46.0",
1818
"lit": "^3.1.0",
1919
"react": "^19.0.0",

examples/react/csp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-csp",
33
"private": true,
4-
"version": "1.8.0-rc.1",
4+
"version": "1.8.0",
55
"type": "module",
66
"description": "A CSP-compliant example using @carbon/ai-chat as a React component with the strictest Content Security Policy.",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"browserslist": "> 0.5%, last 2 versions, not dead",
1414
"dependencies": {
15-
"@carbon/ai-chat": "^1.8.0-rc.1",
15+
"@carbon/ai-chat": "^1.8.0",
1616
"@carbon/web-components": "^2.46.0",
1717
"lit": "^3.1.0",
1818
"react": "^19.0.0",

examples/react/custom-element/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-custom-element",
33
"private": true,
4-
"version": "1.8.0-rc.1",
4+
"version": "1.8.0",
55
"type": "module",
66
"description": "Example using ChatCustomElement for full-screen custom element integration.",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"browserslist": "> 0.5%, last 2 versions, not dead",
1414
"dependencies": {
15-
"@carbon/ai-chat": "^1.8.0-rc.1",
15+
"@carbon/ai-chat": "^1.8.0",
1616
"@carbon/react": "^1.68.0",
1717
"@carbon/web-components": "^2.46.0",
1818
"lit": "^3.1.0",

examples/react/history/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-history",
33
"private": true,
4-
"version": "1.8.0-rc.1",
4+
"version": "1.8.0",
55
"type": "module",
66
"description": "Example showing message history loading with customLoadHistory.",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"browserslist": "> 0.5%, last 2 versions, not dead",
1414
"dependencies": {
15-
"@carbon/ai-chat": "^1.8.0-rc.1",
15+
"@carbon/ai-chat": "^1.8.0",
1616
"@carbon/react": "^1.68.0",
1717
"@carbon/web-components": "^2.46.0",
1818
"lit": "^3.1.0",

examples/react/human-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-human-agent",
33
"private": true,
4-
"version": "1.8.0-rc.1",
4+
"version": "1.8.0",
55
"type": "module",
66
"description": "A basic example using @carbon/ai-chat as a React component with a human agent.",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"browserslist": "> 0.5%, last 2 versions, not dead",
1414
"dependencies": {
15-
"@carbon/ai-chat": "^1.8.0-rc.1",
15+
"@carbon/ai-chat": "^1.8.0",
1616
"@carbon/web-components": "^2.46.0",
1717
"lit": "^3.1.0",
1818
"react": "^19.0.0",

examples/react/jest-happydom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-jest-happydom",
33
"private": true,
4-
"version": "1.7.0-rc.1",
4+
"version": "1.7.0",
55
"description": "Jest testing example for @carbon/ai-chat React components using happy-dom.",
66
"scripts": {
77
"test": "jest",
@@ -10,7 +10,7 @@
1010
"author": "IBM Corp",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@carbon/ai-chat": "^1.8.0-rc.1",
13+
"@carbon/ai-chat": "^1.8.0",
1414
"@carbon/web-components": "^2.46.0",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"

examples/react/jest-jsdom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-jest-jsdom",
33
"private": true,
4-
"version": "1.7.0-rc.1",
4+
"version": "1.7.0",
55
"description": "Jest testing example for @carbon/ai-chat React components using jsdom.",
66
"scripts": {
77
"test": "jest",
@@ -10,7 +10,7 @@
1010
"author": "IBM Corp",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@carbon/ai-chat": "^1.8.0-rc.1",
13+
"@carbon/ai-chat": "^1.8.0",
1414
"@carbon/web-components": "^2.46.0",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"

examples/react/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-next",
33
"private": true,
4-
"version": "1.7.0-rc.1",
4+
"version": "1.7.0",
55
"type": "module",
66
"description": "Next.js example embedding @carbon/ai-chat as a React component.",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"author": "IBM Corp",
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"@carbon/ai-chat": "^1.8.0-rc.1",
16+
"@carbon/ai-chat": "^1.8.0",
1717
"@carbon/web-components": "^2.46.0",
1818
"lit": "^3.1.0",
1919
"next": "^16.1.5",

examples/react/react-17/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/ai-chat-examples-react-17",
33
"private": true,
4-
"version": "1.7.0-rc.1",
4+
"version": "1.7.0",
55
"type": "module",
66
"description": "A React 17 example using @carbon/ai-chat as a React component.",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"license": "Apache-2.0",
1414
"browserslist": "> 0.5%, last 2 versions, not dead",
1515
"dependencies": {
16-
"@carbon/ai-chat": "^1.8.0-rc.1",
16+
"@carbon/ai-chat": "^1.8.0",
1717
"@carbon/web-components": "^2.46.0",
1818
"lit": "^3.1.0",
1919
"react": "^17.0.0",

0 commit comments

Comments
 (0)