Skip to content

Commit 3aa433b

Browse files
chore(release): publish v1.27.2 [ci skip]
1 parent 48ab548 commit 3aa433b

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

+7
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.27.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.1...v1.27.2) (2024-04-19)
7+
8+
### Bug Fixes
9+
10+
- **Form:** improve balancing across multiple columns when only FormItems are used ([#5731](https://github.com/SAP/ui5-webcomponents-react/issues/5731)) ([48ab548](https://github.com/SAP/ui5-webcomponents-react/commit/48ab5480acbf1cb0aa9426e25b12bbadb3678b14))
11+
- **ThemeProvider:** fix style injection and removal in case multiple ThemeProviders are used ([#5732](https://github.com/SAP/ui5-webcomponents-react/issues/5732)) ([ed6298a](https://github.com/SAP/ui5-webcomponents-react/commit/ed6298ae7f0802773a82e2dbf6453bfdb8d8dbd2))
12+
613
## [1.27.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.0...v1.27.1) (2024-04-16)
714

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

packages/main/CHANGELOG.md

+7
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.27.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.1...v1.27.2) (2024-04-19)
7+
8+
### Bug Fixes
9+
10+
- **Form:** improve balancing across multiple columns when only FormItems are used ([#5731](https://github.com/SAP/ui5-webcomponents-react/issues/5731)) ([48ab548](https://github.com/SAP/ui5-webcomponents-react/commit/48ab5480acbf1cb0aa9426e25b12bbadb3678b14))
11+
- **ThemeProvider:** fix style injection and removal in case multiple ThemeProviders are used ([#5732](https://github.com/SAP/ui5-webcomponents-react/issues/5732)) ([ed6298a](https://github.com/SAP/ui5-webcomponents-react/commit/ed6298ae7f0802773a82e2dbf6453bfdb8d8dbd2))
12+
613
## [1.27.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.0...v1.27.1) (2024-04-16)
714

815
### Bug Fixes

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.27.1",
3+
"version": "1.27.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)