Skip to content

Commit 3bc6522

Browse files
chore(release): publish v1.29.9 [ci skip]
1 parent 050a247 commit 3bc6522

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.9](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.8...v1.29.9) (2024-08-28)
7+
8+
### Bug Fixes
9+
10+
- **MessageBox:** don't throw error if onClose is not passed ([#6227](https://github.com/SAP/ui5-webcomponents-react/issues/6227)) ([940597d](https://github.com/SAP/ui5-webcomponents-react/commit/940597dcc611b4c30e0ade0970b3ed20850b2c5d)), closes [#6215](https://github.com/SAP/ui5-webcomponents-react/issues/6215)
11+
612
## [1.29.8](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.7...v1.29.8) (2024-08-09)
713

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

packages/main/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.9](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.8...v1.29.9) (2024-08-28)
7+
8+
### Bug Fixes
9+
10+
- **MessageBox:** don't throw error if onClose is not passed ([#6227](https://github.com/SAP/ui5-webcomponents-react/issues/6227)) ([940597d](https://github.com/SAP/ui5-webcomponents-react/commit/940597dcc611b4c30e0ade0970b3ed20850b2c5d)), closes [#6215](https://github.com/SAP/ui5-webcomponents-react/issues/6215)
11+
612
## [1.29.8](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.7...v1.29.8) (2024-08-09)
713

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

0 commit comments

Comments
 (0)