Skip to content

Commit 10e2759

Browse files
github-actions[bot]carbon-botethanwintersannawen1
authored
chore(release): v1.2.0 (#666)
* chore(release): publish [skip ci] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] * fix: demo launcher (#634) when going to sidebar view, we were losing launcher setting when we switch back * fix(ordered-list): list counter for safari (#637) Co-authored-by: Ethan Winters <[email protected]> * fix(option): pass in label to ensure response come back with label value (#650) * fix(option): pass in label to ensure response come back with label value * fix(dropdown): trigger at select event to ensure value is set * fix: layout properties get assigned to the right variable (#653) and with correct specificity * chore: package-lock.json * chore(release): publish [skip ci] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] * feat: add onViewPreChange callback (#658) * chore(release): publish [skip ci] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] * chore(release): publish [skip ci] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] * chore: update versions.js file --------- Co-authored-by: carbon-bot <[email protected]> Co-authored-by: Ethan Winters <[email protected]> Co-authored-by: Anna Wen <[email protected]>
1 parent e9c1a98 commit 10e2759

File tree

17 files changed

+59
-58
lines changed

17 files changed

+59
-58
lines changed

demo/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-demo",
33
"private": true,
4-
"version": "1.2.0-rc.1",
4+
"version": "1.2.0",
55
"type": "module",
66
"description": "A demo and testing framework 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.2.0-rc.1",
16+
"@carbon/ai-chat": "^1.2.0",
1717
"@carbon/icons": "^11.53.0",
1818
"@carbon/react": "^1.68.0",
1919
"@carbon/web-components": "^2.40.1",

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.2.0-rc.1",
4+
"version": "1.2.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.2.0-rc.1",
16+
"@carbon/ai-chat": "^1.2.0",
1717
"@carbon/icons": "^11.53.0",
1818
"@carbon/web-components": "^2.40.1",
1919
"lit": "^3.1.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.2.0-rc.1",
4+
"version": "1.2.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.2.0-rc.1",
15+
"@carbon/ai-chat": "^1.2.0",
1616
"@carbon/icons": "^11.53.0",
1717
"@carbon/react": "^1.68.0",
1818
"@carbon/web-components": "^2.40.1",

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.2.0-rc.1",
4+
"version": "1.2.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.2.0-rc.1",
15+
"@carbon/ai-chat": "^1.2.0",
1616
"@carbon/icons": "^11.53.0",
1717
"@carbon/react": "^1.68.0",
1818
"@carbon/web-components": "^2.40.1",

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.1.0-rc.1",
4+
"version": "1.1.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.2.0-rc.1",
13+
"@carbon/ai-chat": "^1.2.0",
1414
"@carbon/icons": "^11.53.0",
1515
"@carbon/web-components": "^2.39.1",
1616
"react": "^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.1.0-rc.1",
4+
"version": "1.1.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.2.0-rc.1",
13+
"@carbon/ai-chat": "^1.2.0",
1414
"@carbon/icons": "^11.53.0",
1515
"@carbon/web-components": "^2.39.1",
1616
"react": "^19.0.0",

examples/react/watch-state/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-watch-state",
33
"private": true,
4-
"version": "0.4.0-rc.1",
4+
"version": "0.4.0",
55
"type": "module",
66
"description": "An example showing how to watch ChatInstance state changes in a React application.",
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.2.0-rc.1",
15+
"@carbon/ai-chat": "^1.2.0",
1616
"@carbon/icons": "^11.53.0",
1717
"@carbon/web-components": "^2.39.1",
1818
"react": "^19.0.0",

examples/react/watsonx/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-watsonx",
33
"private": true,
4-
"version": "1.2.0-rc.1",
4+
"version": "1.2.0",
55
"type": "module",
66
"description": "A basic example using @carbon/ai-chat as a React component connected to watsonx.ai.",
77
"scripts": {
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"browserslist": "> 0.5%, last 2 versions, not dead",
1616
"dependencies": {
17-
"@carbon/ai-chat": "^1.2.0-rc.1",
17+
"@carbon/ai-chat": "^1.2.0",
1818
"@carbon/icons": "^11.53.0",
1919
"@carbon/web-components": "^2.40.1",
2020
"@microsoft/fetch-event-source": "^2.0.1",

examples/web-components/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/ai-chat-examples-web-components-basic",
3-
"version": "1.2.0-rc.1",
3+
"version": "1.2.0",
44
"private": true,
55
"type": "module",
66
"description": "A basic example using @carbon/ai-chat as a web component.",
@@ -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.2.0-rc.1",
16+
"@carbon/ai-chat": "^1.2.0",
1717
"@carbon/icons": "^11.53.0",
1818
"@carbon/web-components": "^2.40.1",
1919
"lit": "^3.1.0",

examples/web-components/custom-element/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/ai-chat-examples-web-components-custom-element",
3-
"version": "1.2.0-rc.1",
3+
"version": "1.2.0",
44
"private": true,
55
"type": "module",
66
"description": "A basic example using @carbon/ai-chat as a web component.",
@@ -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.2.0-rc.1",
15+
"@carbon/ai-chat": "^1.2.0",
1616
"@carbon/icons": "^11.53.0",
1717
"@carbon/react": "^1.68.0",
1818
"@carbon/web-components": "^2.40.1",

0 commit comments

Comments
 (0)