Skip to content

Commit 3dc574f

Browse files
chore(release): publish v1.29.4 [ci skip]
1 parent b7200cc commit 3dc574f

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.4](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.3...v1.29.4) (2024-07-10)
7+
8+
### Bug Fixes
9+
10+
- apply correct scoping for internal ui5wc CSS vars ([#6059](https://github.com/SAP/ui5-webcomponents-react/issues/6059)) ([b7200cc](https://github.com/SAP/ui5-webcomponents-react/commit/b7200cc6218f018abf47d4be1ad38e5d219a0d0a)), closes [#6051](https://github.com/SAP/ui5-webcomponents-react/issues/6051)
11+
- **DynamicPage:** always show focused element when Tabbing in content ([#6003](https://github.com/SAP/ui5-webcomponents-react/issues/6003)) ([6d61f24](https://github.com/SAP/ui5-webcomponents-react/commit/6d61f245ca2664eb2e649e21ba1806bcb62eb32b)), closes [#6000](https://github.com/SAP/ui5-webcomponents-react/issues/6000)
12+
- **MessageViewItem:** enable details view if `titleText` is overflowing ([#6015](https://github.com/SAP/ui5-webcomponents-react/issues/6015)) ([1bd5250](https://github.com/SAP/ui5-webcomponents-react/commit/1bd5250755f4702013a998b53c34fc7db40888bb)), closes [#5990](https://github.com/SAP/ui5-webcomponents-react/issues/5990)
13+
614
## [1.29.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v1.29.3) (2024-06-28)
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.3",
3+
"version": "1.29.4",
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.4](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.3...v1.29.4) (2024-07-10)
7+
8+
### Bug Fixes
9+
10+
- apply correct scoping for internal ui5wc CSS vars ([#6059](https://github.com/SAP/ui5-webcomponents-react/issues/6059)) ([b7200cc](https://github.com/SAP/ui5-webcomponents-react/commit/b7200cc6218f018abf47d4be1ad38e5d219a0d0a)), closes [#6051](https://github.com/SAP/ui5-webcomponents-react/issues/6051)
11+
- **DynamicPage:** always show focused element when Tabbing in content ([#6003](https://github.com/SAP/ui5-webcomponents-react/issues/6003)) ([6d61f24](https://github.com/SAP/ui5-webcomponents-react/commit/6d61f245ca2664eb2e649e21ba1806bcb62eb32b)), closes [#6000](https://github.com/SAP/ui5-webcomponents-react/issues/6000)
12+
- **MessageViewItem:** enable details view if `titleText` is overflowing ([#6015](https://github.com/SAP/ui5-webcomponents-react/issues/6015)) ([1bd5250](https://github.com/SAP/ui5-webcomponents-react/commit/1bd5250755f4702013a998b53c34fc7db40888bb)), closes [#5990](https://github.com/SAP/ui5-webcomponents-react/issues/5990)
13+
614
## [1.29.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v1.29.3) (2024-06-28)
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.3",
3+
"version": "1.29.4",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)