Skip to content

Commit 0fc1513

Browse files
github-actions[bot]annawen1carbon-botwarrenmbloodtom-youd
authored
chore(release): v1.7.0 (carbon-design-system#978)
Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com> Co-authored-by: carbon-bot <carbon@us.ibm.com> Co-authored-by: Warren Blood <69060697+warrenmblood@users.noreply.github.com> Co-authored-by: tom-youd <56865994+tom-youd@users.noreply.github.com> Co-authored-by: Warren Blood <blood.warren@gmail.com>
1 parent 034bd9d commit 0fc1513

File tree

30 files changed

+229
-299
lines changed

30 files changed

+229
-299
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.7.0-rc.0",
4+
"version": "1.7.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.7.0-rc.0",
17-
"@carbon/ai-chat-components": "^0.9.0-rc.0",
16+
"@carbon/ai-chat": "^1.7.0",
17+
"@carbon/ai-chat-components": "^0.9.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.7.0-rc.0",
4+
"version": "1.7.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.7.0-rc.0",
16+
"@carbon/ai-chat": "^1.7.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.7.0-rc.0",
4+
"version": "1.7.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.7.0-rc.0",
15+
"@carbon/ai-chat": "^1.7.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.7.0-rc.0",
4+
"version": "1.7.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.7.0-rc.0",
15+
"@carbon/ai-chat": "^1.7.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.7.0-rc.0",
4+
"version": "1.7.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.7.0-rc.0",
15+
"@carbon/ai-chat": "^1.7.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.7.0-rc.0",
4+
"version": "1.7.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.7.0-rc.0",
15+
"@carbon/ai-chat": "^1.7.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.6.0-rc.0",
4+
"version": "1.6.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.7.0-rc.0",
13+
"@carbon/ai-chat": "^1.7.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.6.0-rc.0",
4+
"version": "1.6.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.7.0-rc.0",
13+
"@carbon/ai-chat": "^1.7.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.6.0-rc.0",
4+
"version": "1.6.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.7.0-rc.0",
16+
"@carbon/ai-chat": "^1.7.0",
1717
"@carbon/web-components": "^2.46.0",
1818
"lit": "^3.1.0",
1919
"next": "^16.1.5",

examples/react/reasoning-and-chain-of-thought/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-reasoning-and-chain-of-thought",
33
"private": true,
4-
"version": "1.7.0-rc.0",
4+
"version": "1.7.0",
55
"type": "module",
66
"description": "Showcases reasoning steps and chain of thought flows using @carbon/ai-chat as a React component.",
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.7.0-rc.0",
15+
"@carbon/ai-chat": "^1.7.0",
1616
"@carbon/web-components": "^2.46.0",
1717
"lit": "^3.1.0",
1818
"react": "^19.0.0",

0 commit comments

Comments
 (0)