Skip to content

Commit 60e973a

Browse files
committed
v5.10.0
1 parent 28cbd55 commit 60e973a

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [5.10.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v5.9.2...v5.10.0) (2026-03-31)
7+
8+
9+
### Features
10+
11+
* add optional translation support for card labels and titles ([#4080](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/4080)) ([28cbd55](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/28cbd550a1dd5b8b4c8ac83c9ae4d55f3c892eb6)), closes [#4079](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/4079)
12+
13+
14+
15+
16+
617
## [5.9.2](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v5.9.1...v5.9.2) (2026-03-25)
718

819
**Note:** Version bump only for package ibm-ai-applications

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
33
"useWorkspaces": true,
4-
"version": "5.9.2",
4+
"version": "5.10.0",
55
"npmClient": "yarn"
66
}

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [5.10.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v5.9.2...v5.10.0) (2026-03-31)
7+
8+
9+
### Features
10+
11+
* add optional translation support for card labels and titles ([#4080](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/4080)) ([28cbd55](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/28cbd550a1dd5b8b4c8ac83c9ae4d55f3c892eb6)), closes [#4079](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/4079)
12+
13+
14+
15+
16+
617
## [5.9.2](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v5.9.1...v5.9.2) (2026-03-25)
718

819
**Note:** Version bump only for package carbon-addons-iot-react

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
"whatwg-fetch": "^3.0.0"
354354
},
355355
"sideEffects": false,
356-
"version": "5.9.2",
356+
"version": "5.10.0",
357357
"resolutions": {
358358
"chokidar": "3.3.1",
359359
"react-grid-layout": "1.2.2",

0 commit comments

Comments
 (0)