Skip to content

Commit 0415b5d

Browse files
chore(release): publish v1.29.7 [ci skip]
1 parent 2682277 commit 0415b5d

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.6...v1.29.7) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
- **DynamicPageHeader:** correctly apply width to header ([#6174](https://github.com/SAP/ui5-webcomponents-react/issues/6174)) ([2682277](https://github.com/SAP/ui5-webcomponents-react/commit/268227793db4b4eac4180956ea6112e47440cb1c)), closes [#6135](https://github.com/SAP/ui5-webcomponents-react/issues/6135) [#6087](https://github.com/SAP/ui5-webcomponents-react/issues/6087)
11+
612
## [1.29.6](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.5...v1.29.6) (2024-08-07)
713

814
### 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.6",
3+
"version": "1.29.7",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/main/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.6...v1.29.7) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
- **DynamicPageHeader:** correctly apply width to header ([#6174](https://github.com/SAP/ui5-webcomponents-react/issues/6174)) ([2682277](https://github.com/SAP/ui5-webcomponents-react/commit/268227793db4b4eac4180956ea6112e47440cb1c)), closes [#6135](https://github.com/SAP/ui5-webcomponents-react/issues/6135) [#6087](https://github.com/SAP/ui5-webcomponents-react/issues/6087)
11+
612
## [1.29.6](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.5...v1.29.6) (2024-08-07)
713

814
### 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.6",
3+
"version": "1.29.7",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)