Skip to content

Commit 3e13988

Browse files
authored
Merge branch 'main' into 827-fix/uishell-html-structure
2 parents 4eacc9c + b66ee5e commit 3e13988

File tree

8 files changed

+38
-16
lines changed

8 files changed

+38
-16
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# These owners will be the default owners for everything in the
44
# repo. Unless a later match takes precedence, this team will
55
# be requested for review when someone opens a pull request.
6-
* @carbon-design-system/carbon-for-ibm-products-reviewers
6+
* @carbon-design-system/carbon-labs-developers
77

88
# Carbon AI Chat
99
/packages/web-components/src/components/chat/ @carbon-design-system/carbon-ai-chat-admins @carbon-design-system/developers-system
@@ -20,8 +20,10 @@
2020
/packages/web-components/src/components/global-header/ @carbon-design-system/global-header-devs
2121

2222

23-
# Admins should be notified of changes to CI/CD workflows
24-
# codeowners, and any other config present in .github.
23+
# Admins should be notified of changes to the main package.json,
24+
# CI/CD workflows, codeowners, and any other config present
25+
# in .github.
2526
# This should always be the last entry in this file.
2627
/.github/ @carbon-design-system/developers-system-admins
2728
/.github/CODEOWNERS @carbon-design-system/developers-system-admins
29+
/package.json @carbon-design-system/developers-system-admins

packages/web-components/.storybook/preview.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ export const parameters = {
150150
],
151151
'Components',
152152
'Layout',
153+
'Patterns',
154+
'Deprecated',
153155
],
154156
},
155157
},

packages/web-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.73.0](https://github.com/carbon-design-system/carbon-labs/compare/@carbon-labs/[email protected]...@carbon-labs/[email protected]) (2025-10-14)
7+
8+
**Note:** Version bump only for package @carbon-labs/web-components
9+
10+
11+
12+
13+
614
# [0.72.0](https://github.com/carbon-design-system/carbon-labs/compare/@carbon-labs/[email protected]...@carbon-labs/[email protected]) (2025-10-13)
715

816
**Note:** Version bump only for package @carbon-labs/web-components

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon-labs/web-components",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"private": true,
55
"type": "module",
66
"description": "Web Components for Carbon Labs",

packages/web-components/src/components/chat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.24.0](https://github.com/carbon-design-system/carbon-labs/compare/@carbon-labs/[email protected]...@carbon-labs/[email protected]) (2025-10-14)
7+
8+
**Note:** Version bump only for package @carbon-labs/ai-chat
9+
10+
11+
12+
13+
614
# [0.23.0](https://github.com/carbon-design-system/carbon-labs/compare/@carbon-labs/[email protected]...@carbon-labs/[email protected]) (2025-09-11)
715

816
**Note:** Version bump only for package @carbon-labs/ai-chat

packages/web-components/src/components/chat/components/chat/__stories__/chat.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ import packageJson from '../../../package.json';
77

88
# Carbon AI Chat
99

10-
> **NOTE: Chat components that reached "preview candidate" status are in the
11-
> process of graduating to a stable library! If you are starting out new or
12-
> currently using the existing Carbon Labs version, we recommend going to
13-
> #carbon-ai-chat to request access to the new library.**
10+
> ⚠️ **Deprecated:** This package is no longer under active development. Please
11+
> use the new
12+
> [**Carbon AI Chat**](https://chat.carbondesignsystem.com/tag/latest/docs/index.html)
13+
> library.
1414
>
15-
> **The chat components in Carbon Labs that reached "preview candidate" status
16-
> will continue to be supported here until they are fully migrated to the new
17-
> location.**
15+
> The existing Carbon Labs chat components will remain available in this
16+
> repository for reference, but all future updates and support are provided
17+
> through the new Carbon AI Chat library.
1818
1919
- **Initiative owner(s):** Owen Cornec
20-
- **Status:** Preview Candidate
21-
- **Target library:** `Carbon AI Chat`
22-
- **Target library maintainer(s) / PR Reviewer(s):** Ethan Winters, Damon Lundin
20+
- **Status:** 🛑 Deprecated
21+
- **Replacement library:**
22+
[`Carbon AI Chat`](https://chat.carbondesignsystem.com/tag/latest/docs/index.html)
23+
- **Replacement library maintainer(s) / PR Reviewer(s):** Ethan Winters, Damon
24+
Lundin
2325
- **Support channel:** `#carbon-ai-chat`
2426

2527
## Table of Contents

packages/web-components/src/components/chat/components/chat/__stories__/chat.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import '@carbon/web-components/es/components/code-snippet/index.js';
1313
import '@carbon/web-components/es/components/button/index.js';
1414

1515
export default {
16-
title: 'Components/Chat',
16+
title: 'Deprecated/Components/Chat',
1717
component: 'clabs-chat',
1818
};
1919

packages/web-components/src/components/chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon-labs/ai-chat",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"publishConfig": {
55
"access": "public",
66
"provenance": true

0 commit comments

Comments
 (0)