Skip to content

Commit 227e397

Browse files
committedFeb 4, 2025
chore(release): publish v1.29.17 [ci skip]
1 parent e02a6fc commit 227e397

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
 

‎CHANGELOG.md

+8
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+
## [1.29.17](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.16...v1.29.17) (2025-02-04)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** apply correct column width when hiding columns ([#6853](https://github.com/SAP/ui5-webcomponents-react/issues/6853)) ([8354630](https://github.com/SAP/ui5-webcomponents-react/commit/83546309413a9b9c12e6c20c935c7862d6eda5f0))
11+
- **MessageItem:** enable details view if Link overflows ([#6893](https://github.com/SAP/ui5-webcomponents-react/issues/6893)) ([e02a6fc](https://github.com/SAP/ui5-webcomponents-react/commit/e02a6fc59efd07be0015d382c872941e9172cdd9))
12+
- **SplitterLayout:** implement latest design specs ([#6894](https://github.com/SAP/ui5-webcomponents-react/issues/6894)) ([bfe245a](https://github.com/SAP/ui5-webcomponents-react/commit/bfe245a959df6e75bf3acaf8615dcfbfba6c9ba5)), closes [#6885](https://github.com/SAP/ui5-webcomponents-react/issues/6885)
13+
614
## [1.29.16](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.15...v1.29.16) (2025-01-10)
715

816
### Bug Fixes

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.29.16",
3+
"version": "1.29.17",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

‎packages/main/CHANGELOG.md

+8
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+
## [1.29.17](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.16...v1.29.17) (2025-02-04)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** apply correct column width when hiding columns ([#6853](https://github.com/SAP/ui5-webcomponents-react/issues/6853)) ([8354630](https://github.com/SAP/ui5-webcomponents-react/commit/83546309413a9b9c12e6c20c935c7862d6eda5f0))
11+
- **MessageItem:** enable details view if Link overflows ([#6893](https://github.com/SAP/ui5-webcomponents-react/issues/6893)) ([e02a6fc](https://github.com/SAP/ui5-webcomponents-react/commit/e02a6fc59efd07be0015d382c872941e9172cdd9))
12+
- **SplitterLayout:** implement latest design specs ([#6894](https://github.com/SAP/ui5-webcomponents-react/issues/6894)) ([bfe245a](https://github.com/SAP/ui5-webcomponents-react/commit/bfe245a959df6e75bf3acaf8615dcfbfba6c9ba5)), closes [#6885](https://github.com/SAP/ui5-webcomponents-react/issues/6885)
13+
614
## [1.29.16](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.15...v1.29.16) (2025-01-10)
715

816
### Bug Fixes

‎packages/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "1.29.16",
3+
"version": "1.29.17",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.