Skip to content

Commit

Permalink
chore(release): publish v1.27.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-react-bot committed Apr 19, 2024
1 parent 48ab548 commit 3aa433b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.27.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.1...v1.27.2) (2024-04-19)

### Bug Fixes

- **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))
- **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))

## [1.27.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.0...v1.27.1) (2024-04-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.27.1",
"version": "1.27.2",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
7 changes: 7 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.27.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.1...v1.27.2) (2024-04-19)

### Bug Fixes

- **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))
- **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))

## [1.27.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.0...v1.27.1) (2024-04-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react",
"version": "1.27.1",
"version": "1.27.2",
"description": "React Wrapper for UI5 Web Components and additional components",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 3aa433b

Please sign in to comment.