Skip to content

Commit 72a7055

Browse files
committedJun 3, 2024
chore(release): publish v1.29.2 [ci skip]
1 parent bd070cb commit 72a7055

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.1...v1.29.2) (2024-06-03)
7+
8+
### Bug Fixes
9+
10+
- update translations ([bd070cb](https://github.com/SAP/ui5-webcomponents-react/commit/bd070cb6f9a20ceb0c8c77c3fbd99ab675285573))
11+
612
## [1.29.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.0...v1.29.1) (2024-05-29)
713

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

‎packages/main/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.1...v1.29.2) (2024-06-03)
7+
8+
### Bug Fixes
9+
10+
- update translations ([bd070cb](https://github.com/SAP/ui5-webcomponents-react/commit/bd070cb6f9a20ceb0c8c77c3fbd99ab675285573))
11+
612
## [1.29.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.0...v1.29.1) (2024-05-29)
713

814
**Note:** Version bump only for package @ui5/webcomponents-react

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

0 commit comments

Comments
 (0)
Please sign in to comment.