Skip to content

Commit 0d0aa87

Browse files
chore(release): publish v1.27.1 [ci skip]
1 parent bb8c298 commit 0d0aa87

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.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.0...v1.27.1) (2024-04-16)
7+
8+
### Bug Fixes
9+
10+
- **DynamicPage & ObjectPage:** improve a11y of header-features section ([#5684](https://github.com/SAP/ui5-webcomponents-react/issues/5684)) ([0790ad4](https://github.com/SAP/ui5-webcomponents-react/commit/0790ad42e58f96f07f83dc778599fa19ffa65d62)), closes [#5670](https://github.com/SAP/ui5-webcomponents-react/issues/5670) [#5669](https://github.com/SAP/ui5-webcomponents-react/issues/5669) [#5666](https://github.com/SAP/ui5-webcomponents-react/issues/5666)
11+
- **Form:** fix reading and tab order when only FormItems are used ([#5714](https://github.com/SAP/ui5-webcomponents-react/issues/5714)) ([9c84db5](https://github.com/SAP/ui5-webcomponents-react/commit/9c84db55a389a0f8813b258443c8f515d10296b3)), closes [#5704](https://github.com/SAP/ui5-webcomponents-react/issues/5704)
12+
613
# [1.27.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.1...v1.27.0) (2024-04-09)
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.0",
3+
"version": "1.27.1",
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.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.27.0...v1.27.1) (2024-04-16)
7+
8+
### Bug Fixes
9+
10+
- **DynamicPage & ObjectPage:** improve a11y of header-features section ([#5684](https://github.com/SAP/ui5-webcomponents-react/issues/5684)) ([0790ad4](https://github.com/SAP/ui5-webcomponents-react/commit/0790ad42e58f96f07f83dc778599fa19ffa65d62)), closes [#5670](https://github.com/SAP/ui5-webcomponents-react/issues/5670) [#5669](https://github.com/SAP/ui5-webcomponents-react/issues/5669) [#5666](https://github.com/SAP/ui5-webcomponents-react/issues/5666)
11+
- **Form:** fix reading and tab order when only FormItems are used ([#5714](https://github.com/SAP/ui5-webcomponents-react/issues/5714)) ([9c84db5](https://github.com/SAP/ui5-webcomponents-react/commit/9c84db55a389a0f8813b258443c8f515d10296b3)), closes [#5704](https://github.com/SAP/ui5-webcomponents-react/issues/5704)
12+
613
# [1.27.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.1...v1.27.0) (2024-04-09)
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.0",
3+
"version": "1.27.1",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)