Skip to content

Commit 950b5b7

Browse files
committed
v4.4.0
1 parent dc52aab commit 950b5b7

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+
# [4.4.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v4.3.6...v4.4.0) (2026-03-31)
7+
8+
9+
### Features
10+
11+
* add optional translation support for card labels and titles - 4.x.x ([#4081](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/4081)) ([dc52aab](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/dc52aab4f31d88ff2da91078666364a49214fa50))
12+
13+
14+
15+
16+
617
## [4.3.6](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v4.3.5...v4.3.6) (2026-02-23)
718

819

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": "4.3.6",
4+
"version": "4.4.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+
# [4.4.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v4.3.6...v4.4.0) (2026-03-31)
7+
8+
9+
### Features
10+
11+
* add optional translation support for card labels and titles - 4.x.x ([#4081](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/4081)) ([dc52aab](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/dc52aab4f31d88ff2da91078666364a49214fa50))
12+
13+
14+
15+
16+
617
## [4.3.6](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v4.3.5...v4.3.6) (2026-02-23)
718

819

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
"whatwg-fetch": "^3.0.0"
345345
},
346346
"sideEffects": false,
347-
"version": "4.3.6",
347+
"version": "4.4.0",
348348
"resolutions": {
349349
"chokidar": "3.3.1",
350350
"react-grid-layout": "1.2.2",

0 commit comments

Comments
 (0)