Skip to content

Commit f8e1da7

Browse files
chore(release): publish v0.20.3 [ci skip]
1 parent 5dccc4b commit f8e1da7

File tree

8 files changed

+63
-5
lines changed

8 files changed

+63
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
## [0.20.3](https://github.com/SAP/ui5-webcomponents-react/compare/v0.20.2...v0.20.3) (2021-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **ActionSheet:** expose `tabIndex` and `onFocus` of action buttons ([#2390](https://github.com/SAP/ui5-webcomponents-react/issues/2390)) ([94f05e2](https://github.com/SAP/ui5-webcomponents-react/commit/94f05e28489cd53f44996b9b8a4aea6e522e2d60))
12+
* **ActionSheet:** reduce customCSS and respect scoping ([#2392](https://github.com/SAP/ui5-webcomponents-react/issues/2392)) ([657094e](https://github.com/SAP/ui5-webcomponents-react/commit/657094e87714e33d33cb229aaa5b18b3c0db5910))
13+
* **AnalyticalTable:** align column header popover with `hAlign` column option ([#2384](https://github.com/SAP/ui5-webcomponents-react/issues/2384)) ([acc79dd](https://github.com/SAP/ui5-webcomponents-react/commit/acc79ddc03937f457c8660215399a603e6492fd9))
14+
* **DynamicPage:** correctly display footer in FCL ([#2379](https://github.com/SAP/ui5-webcomponents-react/issues/2379)) ([1dddb5a](https://github.com/SAP/ui5-webcomponents-react/commit/1dddb5a2b6304de9b010c92e1f9597d827d72301))
15+
* **Toolbar:** fix Button alignment in overflow popover (spec compliance) ([#2395](https://github.com/SAP/ui5-webcomponents-react/issues/2395)) ([73ded91](https://github.com/SAP/ui5-webcomponents-react/commit/73ded91b297771eba640512712b3c7ad7d3dc8b9))
16+
17+
18+
### Features
19+
20+
* **DynamicPageTitle:** add `onToolbarOverflowChange` callback/prop ([d224f67](https://github.com/SAP/ui5-webcomponents-react/commit/d224f677e34c03b822e1f3b38eb59502d3a152fc))
21+
* **Toolbar:** add `onOverflowChange` callback/prop ([#2377](https://github.com/SAP/ui5-webcomponents-react/issues/2377)) ([bf3b3aa](https://github.com/SAP/ui5-webcomponents-react/commit/bf3b3aa7b1d776d8545e5fce210b5d6899562443))
22+
23+
24+
25+
26+
627
## [0.20.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.20.1...v0.20.2) (2021-12-03)
728

829

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.20.2",
5+
"version": "0.20.3",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.20.3](https://github.com/SAP/ui5-webcomponents-react/compare/v0.20.2...v0.20.3) (2021-12-09)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
10+
11+
12+
13+
614
## [0.20.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.20.1...v0.20.2) (2021-12-03)
715

816
**Note:** Version bump only for package @ui5/webcomponents-react-base

packages/base/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-base",
3-
"version": "0.20.2",
3+
"version": "0.20.3",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

packages/charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.20.3](https://github.com/SAP/ui5-webcomponents-react/compare/v0.20.2...v0.20.3) (2021-12-09)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
10+
11+
12+
13+
614
## [0.20.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.20.1...v0.20.2) (2021-12-03)
715

816
**Note:** Version bump only for package @ui5/webcomponents-react-charts

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": "0.20.2",
3+
"version": "0.20.3",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.esm.js",
66
"module": "index.esm.js",

packages/main/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
## [0.20.3](https://github.com/SAP/ui5-webcomponents-react/compare/v0.20.2...v0.20.3) (2021-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **ActionSheet:** expose `tabIndex` and `onFocus` of action buttons ([#2390](https://github.com/SAP/ui5-webcomponents-react/issues/2390)) ([94f05e2](https://github.com/SAP/ui5-webcomponents-react/commit/94f05e28489cd53f44996b9b8a4aea6e522e2d60))
12+
* **ActionSheet:** reduce customCSS and respect scoping ([#2392](https://github.com/SAP/ui5-webcomponents-react/issues/2392)) ([657094e](https://github.com/SAP/ui5-webcomponents-react/commit/657094e87714e33d33cb229aaa5b18b3c0db5910))
13+
* **AnalyticalTable:** align column header popover with `hAlign` column option ([#2384](https://github.com/SAP/ui5-webcomponents-react/issues/2384)) ([acc79dd](https://github.com/SAP/ui5-webcomponents-react/commit/acc79ddc03937f457c8660215399a603e6492fd9))
14+
* **DynamicPage:** correctly display footer in FCL ([#2379](https://github.com/SAP/ui5-webcomponents-react/issues/2379)) ([1dddb5a](https://github.com/SAP/ui5-webcomponents-react/commit/1dddb5a2b6304de9b010c92e1f9597d827d72301))
15+
* **Toolbar:** fix Button alignment in overflow popover (spec compliance) ([#2395](https://github.com/SAP/ui5-webcomponents-react/issues/2395)) ([73ded91](https://github.com/SAP/ui5-webcomponents-react/commit/73ded91b297771eba640512712b3c7ad7d3dc8b9))
16+
17+
18+
### Features
19+
20+
* **DynamicPageTitle:** add `onToolbarOverflowChange` callback/prop ([d224f67](https://github.com/SAP/ui5-webcomponents-react/commit/d224f677e34c03b822e1f3b38eb59502d3a152fc))
21+
* **Toolbar:** add `onOverflowChange` callback/prop ([#2377](https://github.com/SAP/ui5-webcomponents-react/issues/2377)) ([bf3b3aa](https://github.com/SAP/ui5-webcomponents-react/commit/bf3b3aa7b1d776d8545e5fce210b5d6899562443))
22+
23+
24+
25+
26+
627
## [0.20.2](https://github.com/SAP/ui5-webcomponents-react/compare/v0.20.1...v0.20.2) (2021-12-03)
728

829

packages/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "0.20.2",
3+
"version": "0.20.3",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"main": "index.esm.js",
66
"module": "index.esm.js",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "^7.8.4",
36-
"@ui5/webcomponents-react-base": "^0.20.2",
36+
"@ui5/webcomponents-react-base": "^0.20.3",
3737
"clsx": "1.1.1",
3838
"lit-html": "2.0.1",
3939
"react-content-loader": "6.1.0",

0 commit comments

Comments
 (0)