Skip to content

Commit

Permalink
chore(release): publish v1.29.13 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-react-bot committed Oct 23, 2024
1 parent 1679be3 commit abb35d5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 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.13](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.12...v1.29.13) (2024-10-23)

### Bug Fixes

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

## [1.29.12](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.11...v1.29.12) (2024-10-17)

### 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.12",
"version": "1.29.13",
"npmClient": "yarn",
"command": {
"version": {
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.13](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.12...v1.29.13) (2024-10-23)

### Bug Fixes

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

## [1.29.12](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.11...v1.29.12) (2024-10-17)

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

0 comments on commit abb35d5

Please sign in to comment.