Skip to content

Commit 8a39f27

Browse files
chore(release): publish v1.29.16 [ci skip]
1 parent b54966e commit 8a39f27

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.16](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.15...v1.29.16) (2025-01-10)
7+
8+
### Bug Fixes
9+
10+
- **MessageViewButton:** correct tooltips ([#6766](https://github.com/SAP/ui5-webcomponents-react/issues/6766)) ([b54966e](https://github.com/SAP/ui5-webcomponents-react/commit/b54966eb6704f874a6211a38399d8f0fc5a31ef5)), closes [#6594](https://github.com/SAP/ui5-webcomponents-react/issues/6594)
11+
- **MessageView:** fix group order ([#6760](https://github.com/SAP/ui5-webcomponents-react/issues/6760)) ([6c095de](https://github.com/SAP/ui5-webcomponents-react/commit/6c095de6770e0069b80c0613f77fd1bcffb78103)), closes [#6750](https://github.com/SAP/ui5-webcomponents-react/issues/6750)
12+
613
## [1.29.15](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.14...v1.29.15) (2024-12-09)
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.15",
3+
"version": "1.29.16",
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.16](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.15...v1.29.16) (2025-01-10)
7+
8+
### Bug Fixes
9+
10+
- **MessageViewButton:** correct tooltips ([#6766](https://github.com/SAP/ui5-webcomponents-react/issues/6766)) ([b54966e](https://github.com/SAP/ui5-webcomponents-react/commit/b54966eb6704f874a6211a38399d8f0fc5a31ef5)), closes [#6594](https://github.com/SAP/ui5-webcomponents-react/issues/6594)
11+
- **MessageView:** fix group order ([#6760](https://github.com/SAP/ui5-webcomponents-react/issues/6760)) ([6c095de](https://github.com/SAP/ui5-webcomponents-react/commit/6c095de6770e0069b80c0613f77fd1bcffb78103)), closes [#6750](https://github.com/SAP/ui5-webcomponents-react/issues/6750)
12+
613
## [1.29.15](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.14...v1.29.15) (2024-12-09)
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.15",
3+
"version": "1.29.16",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)