Skip to content

Commit 47fbcce

Browse files
chore(release): publish v1.29.8 [ci skip]
1 parent 329c937 commit 47fbcce

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.8](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.7...v1.29.8) (2024-08-09)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** correct `CustomElementsScope` import path ([#6184](https://github.com/SAP/ui5-webcomponents-react/issues/6184)) ([3d303db](https://github.com/SAP/ui5-webcomponents-react/commit/3d303db287d4ff53fc95ab41234bb6ca9845115b)), closes [#6183](https://github.com/SAP/ui5-webcomponents-react/issues/6183)
11+
- **VariantManagement:** apply correct header size for "Manage Views" dialog ([329c937](https://github.com/SAP/ui5-webcomponents-react/commit/329c937110f14ee8d2779b14fd93f9a1bac67f58))
12+
613
## [1.29.7](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.6...v1.29.7) (2024-08-07)
714

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

packages/main/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.8](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.7...v1.29.8) (2024-08-09)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** correct `CustomElementsScope` import path ([#6184](https://github.com/SAP/ui5-webcomponents-react/issues/6184)) ([3d303db](https://github.com/SAP/ui5-webcomponents-react/commit/3d303db287d4ff53fc95ab41234bb6ca9845115b)), closes [#6183](https://github.com/SAP/ui5-webcomponents-react/issues/6183)
11+
- **VariantManagement:** apply correct header size for "Manage Views" dialog ([329c937](https://github.com/SAP/ui5-webcomponents-react/commit/329c937110f14ee8d2779b14fd93f9a1bac67f58))
12+
613
## [1.29.7](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.6...v1.29.7) (2024-08-07)
714

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

0 commit comments

Comments
 (0)