Skip to content

Commit 51c0c09

Browse files
committed
v5.1.0
1 parent 1bf9585 commit 51c0c09

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

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.1.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v5.0.4...v5.1.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* add support for large DataItem Edit modal ([#3982](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/3982)) ([1bf9585](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1bf9585b824ace7058519b17ec8320b21701c3fb))
12+
13+
14+
15+
16+
617
## [5.0.4](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v5.0.3...v5.0.4) (2025-06-24)
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": "5.0.4",
4+
"version": "5.1.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.1.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v5.0.4...v5.1.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* add support for large DataItem Edit modal ([#3982](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/3982)) ([1bf9585](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1bf9585b824ace7058519b17ec8320b21701c3fb))
12+
13+
14+
15+
16+
617
## [5.0.4](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v5.0.3...v5.0.4) (2025-06-24)
718

819

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
"whatwg-fetch": "^3.0.0"
346346
},
347347
"sideEffects": false,
348-
"version": "5.0.4",
348+
"version": "5.1.0",
349349
"resolutions": {
350350
"chokidar": "3.3.1",
351351
"react-grid-layout": "1.2.2",

0 commit comments

Comments
 (0)