Skip to content

Commit

Permalink
chore(release): publish v1.29.17 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-react-bot committed Feb 4, 2025
1 parent e02a6fc commit 227e397
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.29.17](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.16...v1.29.17) (2025-02-04)

### Bug Fixes

- **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))
- **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))
- **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)

## [1.29.16](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.15...v1.29.16) (2025-01-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.29.16",
"version": "1.29.17",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.29.17](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.16...v1.29.17) (2025-02-04)

### Bug Fixes

- **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))
- **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))
- **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)

## [1.29.16](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.15...v1.29.16) (2025-01-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react",
"version": "1.29.16",
"version": "1.29.17",
"description": "React Wrapper for UI5 Web Components and additional components",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 227e397

Please sign in to comment.