Skip to content

Commit 3976521

Browse files
chore(release): publish v1.29.18 [ci skip]
1 parent 85f0282 commit 3976521

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.18](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.17...v1.29.18) (2025-03-05)
7+
8+
### Bug Fixes
9+
10+
- **ObjectPage:** scroll to section when programmatically selected ([#7002](https://github.com/SAP/ui5-webcomponents-react/issues/7002)) ([8d14571](https://github.com/SAP/ui5-webcomponents-react/commit/8d145712da7c1b45aa1ed9503ee98fb518dccf61)), closes [#6765](https://github.com/SAP/ui5-webcomponents-react/issues/6765)
11+
- **Toolbar:** exclude spacer from overflow popover ([#7041](https://github.com/SAP/ui5-webcomponents-react/issues/7041)) ([85f0282](https://github.com/SAP/ui5-webcomponents-react/commit/85f0282700ab23cb7cea96fe13df1432c34ddafa)), closes [#6933](https://github.com/SAP/ui5-webcomponents-react/issues/6933) [#6962](https://github.com/SAP/ui5-webcomponents-react/issues/6962)
12+
- **Toolbar:** remove margin from empty items ([#6953](https://github.com/SAP/ui5-webcomponents-react/issues/6953)) ([9600d36](https://github.com/SAP/ui5-webcomponents-react/commit/9600d3630756e60289ad639b8c8f8b4176aaec6e))
13+
614
## [1.29.17](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.16...v1.29.17) (2025-02-04)
715

816
### 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.17",
3+
"version": "1.29.18",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/main/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.18](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.17...v1.29.18) (2025-03-05)
7+
8+
### Bug Fixes
9+
10+
- **ObjectPage:** scroll to section when programmatically selected ([#7002](https://github.com/SAP/ui5-webcomponents-react/issues/7002)) ([8d14571](https://github.com/SAP/ui5-webcomponents-react/commit/8d145712da7c1b45aa1ed9503ee98fb518dccf61)), closes [#6765](https://github.com/SAP/ui5-webcomponents-react/issues/6765)
11+
- **Toolbar:** exclude spacer from overflow popover ([#7041](https://github.com/SAP/ui5-webcomponents-react/issues/7041)) ([85f0282](https://github.com/SAP/ui5-webcomponents-react/commit/85f0282700ab23cb7cea96fe13df1432c34ddafa)), closes [#6933](https://github.com/SAP/ui5-webcomponents-react/issues/6933) [#6962](https://github.com/SAP/ui5-webcomponents-react/issues/6962)
12+
- **Toolbar:** remove margin from empty items ([#6953](https://github.com/SAP/ui5-webcomponents-react/issues/6953)) ([9600d36](https://github.com/SAP/ui5-webcomponents-react/commit/9600d3630756e60289ad639b8c8f8b4176aaec6e))
13+
614
## [1.29.17](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.16...v1.29.17) (2025-02-04)
715

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

0 commit comments

Comments
 (0)