From 3bc6522148c4050e22abc64a383257361fb532a8 Mon Sep 17 00:00:00 2001 From: ui5-webcomponents-react-bot Date: Wed, 28 Aug 2024 08:07:03 +0000 Subject: [PATCH] chore(release): publish v1.29.9 [ci skip] --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/main/CHANGELOG.md | 6 ++++++ packages/main/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d05c38dff..fc83a9b339e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.29.9](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.8...v1.29.9) (2024-08-28) + +### Bug Fixes + +- **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) + ## [1.29.8](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.7...v1.29.8) (2024-08-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f6b5105fa94..4a31ba7880a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.29.8", + "version": "1.29.9", "npmClient": "yarn", "command": { "version": { diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 6194ac99ffd..fdafb4befe5 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.29.9](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.8...v1.29.9) (2024-08-28) + +### Bug Fixes + +- **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) + ## [1.29.8](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.7...v1.29.8) (2024-08-09) ### Bug Fixes diff --git a/packages/main/package.json b/packages/main/package.json index 09daf853c06..833cf74e021 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "1.29.8", + "version": "1.29.9", "description": "React Wrapper for UI5 Web Components and additional components", "type": "module", "main": "dist/index.js",