diff --git a/CHANGELOG.md b/CHANGELOG.md index 79691ff8f8f..263004e3353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.26.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.2...v1.26.3) (2024-05-03) + +**Note:** Version bump only for package ui5-webcomponents-react + ## [1.26.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.1...v1.26.2) (2024-04-23) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 18b65d70381..0f0ee7c73af 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.26.2", + "version": "1.26.3", "npmClient": "yarn", "command": { "version": { diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index eea2d370122..770d55fdc64 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.26.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.2...v1.26.3) (2024-05-03) + +**Note:** Version bump only for package @ui5/webcomponents-react + ## [1.26.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.1...v1.26.2) (2024-04-23) ### Bug Fixes diff --git a/packages/main/package.json b/packages/main/package.json index dd0d703f833..dca92a2ddfe 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-react", - "version": "1.26.2", + "version": "1.26.3", "description": "React Wrapper for UI5 Web Components and additional components", "type": "module", "main": "dist/index.js",