Skip to content

Commit

Permalink
chore(release): publish v1.29.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-react-bot committed Jul 26, 2024
1 parent 9379f5a commit c64130c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.29.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26)

### Bug Fixes

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

## [1.29.4](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.3...v1.29.4) (2024-07-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.4",
"version": "1.29.5",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
4 changes: 4 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.29.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26)

**Note:** Version bump only for package @ui5/webcomponents-react-charts

## [1.29.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v1.29.3) (2024-06-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-charts",
"version": "1.29.3",
"version": "1.29.5",
"description": "Charts for ui5-webcomponents-react",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.29.5](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.4...v1.29.5) (2024-07-26)

### Bug Fixes

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

## [1.29.4](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.3...v1.29.4) (2024-07-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.4",
"version": "1.29.5",
"description": "React Wrapper for UI5 Web Components and additional components",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit c64130c

Please sign in to comment.