Skip to content

Commit abb35d5

Browse files
chore(release): publish v1.29.13 [ci skip]
1 parent 1679be3 commit abb35d5

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

+7
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.13](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.12...v1.29.13) (2024-10-23)
7+
8+
### Bug Fixes
9+
10+
- **ObjectPage:** support section selection in iframe ([#6535](https://github.com/SAP/ui5-webcomponents-react/issues/6535)) ([#6542](https://github.com/SAP/ui5-webcomponents-react/issues/6542)) ([6fc5199](https://github.com/SAP/ui5-webcomponents-react/commit/6fc5199f2b03fe64db0689d1572605e729d33b98))
11+
- **Toolbar:** announce number of items in overflow popover ([#6544](https://github.com/SAP/ui5-webcomponents-react/issues/6544)) ([1679be3](https://github.com/SAP/ui5-webcomponents-react/commit/1679be3405eb4a61f4b82b38b158059e1731e2c2)), closes [#5926](https://github.com/SAP/ui5-webcomponents-react/issues/5926)
12+
613
## [1.29.12](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.11...v1.29.12) (2024-10-17)
714

815
### 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.12",
3+
"version": "1.29.13",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/main/CHANGELOG.md

+7
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.13](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.12...v1.29.13) (2024-10-23)
7+
8+
### Bug Fixes
9+
10+
- **ObjectPage:** support section selection in iframe ([#6535](https://github.com/SAP/ui5-webcomponents-react/issues/6535)) ([#6542](https://github.com/SAP/ui5-webcomponents-react/issues/6542)) ([6fc5199](https://github.com/SAP/ui5-webcomponents-react/commit/6fc5199f2b03fe64db0689d1572605e729d33b98))
11+
- **Toolbar:** announce number of items in overflow popover ([#6544](https://github.com/SAP/ui5-webcomponents-react/issues/6544)) ([1679be3](https://github.com/SAP/ui5-webcomponents-react/commit/1679be3405eb4a61f4b82b38b158059e1731e2c2)), closes [#5926](https://github.com/SAP/ui5-webcomponents-react/issues/5926)
12+
613
## [1.29.12](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.11...v1.29.12) (2024-10-17)
714

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

0 commit comments

Comments
 (0)