Skip to content

Commit c64130c

Browse files
chore(release): publish v1.29.5 [ci skip]
1 parent 9379f5a commit c64130c

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26)
7+
8+
### Bug Fixes
9+
10+
- **DynamicPage/ObjectPage:** increase header z-index ([#6116](https://github.com/SAP/ui5-webcomponents-react/issues/6116)) ([9379f5a](https://github.com/SAP/ui5-webcomponents-react/commit/9379f5a5a7c0329992c36ca89851f7e89b8445e5)), closes [#6107](https://github.com/SAP/ui5-webcomponents-react/issues/6107)
11+
- **ObjectPage:** apply correct height for collapsed header spacing div ([#6088](https://github.com/SAP/ui5-webcomponents-react/issues/6088)) ([618a42a](https://github.com/SAP/ui5-webcomponents-react/commit/618a42a2c913363ad92b00e6410bdc5e498d32eb)), closes [#6087](https://github.com/SAP/ui5-webcomponents-react/issues/6087)
12+
613
## [1.29.4](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.3...v1.29.4) (2024-07-10)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "1.29.5",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/charts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
610
## [1.29.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v1.29.3) (2024-06-28)
711

812
### Bug Fixes

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "1.29.3",
3+
"version": "1.29.5",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/main/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26)
7+
8+
### Bug Fixes
9+
10+
- **DynamicPage/ObjectPage:** increase header z-index ([#6116](https://github.com/SAP/ui5-webcomponents-react/issues/6116)) ([9379f5a](https://github.com/SAP/ui5-webcomponents-react/commit/9379f5a5a7c0329992c36ca89851f7e89b8445e5)), closes [#6107](https://github.com/SAP/ui5-webcomponents-react/issues/6107)
11+
- **ObjectPage:** apply correct height for collapsed header spacing div ([#6088](https://github.com/SAP/ui5-webcomponents-react/issues/6088)) ([618a42a](https://github.com/SAP/ui5-webcomponents-react/commit/618a42a2c913363ad92b00e6410bdc5e498d32eb)), closes [#6087](https://github.com/SAP/ui5-webcomponents-react/issues/6087)
12+
613
## [1.29.4](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.3...v1.29.4) (2024-07-10)
714

815
### Bug Fixes

packages/main/package.json

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

0 commit comments

Comments
 (0)