Skip to content

Commit fb1941a

Browse files
chore(release): publish v1.21.1 [ci skip]
1 parent 37e90e9 commit fb1941a

File tree

6 files changed

+28
-3
lines changed

6 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** fix horizontal scrolling in rtl reading direction ([#5144](https://github.com/SAP/ui5-webcomponents-react/issues/5144)) ([6e9f89b](https://github.com/SAP/ui5-webcomponents-react/commit/6e9f89b9e92281a7b0358ba30bc799cf115745e2)), closes [#5094](https://github.com/SAP/ui5-webcomponents-react/issues/5094)
11+
- **charts:** update peer dependency for ui5-webcomponents-react ([#5148](https://github.com/SAP/ui5-webcomponents-react/issues/5148)) ([660cbf9](https://github.com/SAP/ui5-webcomponents-react/commit/660cbf9db3f716a8ab7b933a61e8a9f5fcc1f1ee))
12+
- **MessageViewButton - TypeScript:** omit inherited `submits` prop ([#5139](https://github.com/SAP/ui5-webcomponents-react/issues/5139)) ([316d84b](https://github.com/SAP/ui5-webcomponents-react/commit/316d84b37b958d6f57d2fdc9a6b99b4cb78a89d1))
13+
- **ObjectStatus:** fix border issue of None variant of inverted ObjectStatus ([#5147](https://github.com/SAP/ui5-webcomponents-react/issues/5147)) ([c52fc80](https://github.com/SAP/ui5-webcomponents-react/commit/c52fc800f59f4298c34c790ca50d561ebe37315c))
14+
- **Ui5DomRef - TypeScript:** correct type for `getStaticAreaItemDomRef` ([#5151](https://github.com/SAP/ui5-webcomponents-react/issues/5151)) ([37e90e9](https://github.com/SAP/ui5-webcomponents-react/commit/37e90e9e19c5831557ac4858b688627d1cfc63fc))
15+
616
# [1.21.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.20.0...v1.21.0) (2023-10-09)
717

818
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
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.21.0",
3+
"version": "1.21.1",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/charts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)
7+
8+
### Bug Fixes
9+
10+
- **charts:** update peer dependency for ui5-webcomponents-react ([#5148](https://github.com/SAP/ui5-webcomponents-react/issues/5148)) ([660cbf9](https://github.com/SAP/ui5-webcomponents-react/commit/660cbf9db3f716a8ab7b933a61e8a9f5fcc1f1ee))
11+
612
# [1.20.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.19.0...v1.20.0) (2023-10-02)
713

814
### Features

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "1.20.0",
3+
"version": "1.21.1",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/main/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** fix horizontal scrolling in rtl reading direction ([#5144](https://github.com/SAP/ui5-webcomponents-react/issues/5144)) ([6e9f89b](https://github.com/SAP/ui5-webcomponents-react/commit/6e9f89b9e92281a7b0358ba30bc799cf115745e2)), closes [#5094](https://github.com/SAP/ui5-webcomponents-react/issues/5094)
11+
- **MessageViewButton - TypeScript:** omit inherited `submits` prop ([#5139](https://github.com/SAP/ui5-webcomponents-react/issues/5139)) ([316d84b](https://github.com/SAP/ui5-webcomponents-react/commit/316d84b37b958d6f57d2fdc9a6b99b4cb78a89d1))
12+
- **ObjectStatus:** fix border issue of None variant of inverted ObjectStatus ([#5147](https://github.com/SAP/ui5-webcomponents-react/issues/5147)) ([c52fc80](https://github.com/SAP/ui5-webcomponents-react/commit/c52fc800f59f4298c34c790ca50d561ebe37315c))
13+
- **Ui5DomRef - TypeScript:** correct type for `getStaticAreaItemDomRef` ([#5151](https://github.com/SAP/ui5-webcomponents-react/issues/5151)) ([37e90e9](https://github.com/SAP/ui5-webcomponents-react/commit/37e90e9e19c5831557ac4858b688627d1cfc63fc))
14+
615
# [1.21.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.20.0...v1.21.0) (2023-10-09)
716

817
### Bug Fixes

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "1.21.0",
3+
"version": "1.21.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)