Skip to content

Commit 28ae0d4

Browse files
chore(release): publish v0.18.8 [ci skip]
1 parent 40cd4e0 commit 28ae0d4

File tree

8 files changed

+70
-5
lines changed

8 files changed

+70
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.18.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.7...v0.18.8) (2021-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **Bar & ColumnChart:** always show labels if enough space is available ([#2100](https://github.com/SAP/ui5-webcomponents-react/issues/2100)) ([09b7e25](https://github.com/SAP/ui5-webcomponents-react/commit/09b7e250a642b5aed86cc1ded6007d7c6d951953))
12+
* **charts:** show data labels with negative values ([#2079](https://github.com/SAP/ui5-webcomponents-react/issues/2079)) ([3d1c6c1](https://github.com/SAP/ui5-webcomponents-react/commit/3d1c6c1a844246b55455714d31d53fd037c3ca25))
13+
* **DynamicPage:** footer always sticks to bottom of the page ([#2083](https://github.com/SAP/ui5-webcomponents-react/issues/2083)) ([4d291cb](https://github.com/SAP/ui5-webcomponents-react/commit/4d291cb0c20ad5a4bad04ad84cffa6967f0ad8e5))
14+
* **MessageBox:** actions receive unique ids ([#2086](https://github.com/SAP/ui5-webcomponents-react/issues/2086)) ([a6980e1](https://github.com/SAP/ui5-webcomponents-react/commit/a6980e15975ea17c141f2d0971efb3e5fdf8e737))
15+
* **ObjectPage:** consistently toggle header after scrolling ([#2122](https://github.com/SAP/ui5-webcomponents-react/issues/2122)) ([c116579](https://github.com/SAP/ui5-webcomponents-react/commit/c116579ef1b8b4136d47719b3250f9ba6601655d))
16+
* **ObjectPage:** programatically remove sections without crashing ([#2085](https://github.com/SAP/ui5-webcomponents-react/issues/2085)) ([d043d6f](https://github.com/SAP/ui5-webcomponents-react/commit/d043d6f60429c7fd14943b6f9ae30bd32ad36651))
17+
18+
19+
### Features
20+
21+
* allow disabling sapScrollBar ([#2078](https://github.com/SAP/ui5-webcomponents-react/issues/2078)) ([77908af](https://github.com/SAP/ui5-webcomponents-react/commit/77908af6daa997052bcf485ad4fe8d5f8ef1f8f6))
22+
* export `useResponsiveContentPadding` hook in base package ([#2125](https://github.com/SAP/ui5-webcomponents-react/issues/2125)) ([503aecb](https://github.com/SAP/ui5-webcomponents-react/commit/503aecbcf4b1acd3e5871566a53fedff062f604a))
23+
24+
25+
26+
27+
628
## [0.18.7](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.6...v0.18.7) (2021-09-01)
729

830

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.18.7",
5+
"version": "0.18.8",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/base/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.18.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.7...v0.18.8) (2021-09-15)
7+
8+
9+
### Features
10+
11+
* export `useResponsiveContentPadding` hook in base package ([#2125](https://github.com/SAP/ui5-webcomponents-react/issues/2125)) ([503aecb](https://github.com/SAP/ui5-webcomponents-react/commit/503aecbcf4b1acd3e5871566a53fedff062f604a))
12+
13+
14+
15+
16+
617
## [0.18.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.5...v0.18.6) (2021-08-31)
718

819

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

packages/charts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.18.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.7...v0.18.8) (2021-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **Bar & ColumnChart:** always show labels if enough space is available ([#2100](https://github.com/SAP/ui5-webcomponents-react/issues/2100)) ([09b7e25](https://github.com/SAP/ui5-webcomponents-react/commit/09b7e250a642b5aed86cc1ded6007d7c6d951953))
12+
* **charts:** show data labels with negative values ([#2079](https://github.com/SAP/ui5-webcomponents-react/issues/2079)) ([3d1c6c1](https://github.com/SAP/ui5-webcomponents-react/commit/3d1c6c1a844246b55455714d31d53fd037c3ca25))
13+
14+
15+
16+
17+
618
## [0.18.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.5...v0.18.6) (2021-08-31)
719

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

packages/main/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.18.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.7...v0.18.8) (2021-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **DynamicPage:** footer always sticks to bottom of the page ([#2083](https://github.com/SAP/ui5-webcomponents-react/issues/2083)) ([4d291cb](https://github.com/SAP/ui5-webcomponents-react/commit/4d291cb0c20ad5a4bad04ad84cffa6967f0ad8e5))
12+
* **MessageBox:** actions receive unique ids ([#2086](https://github.com/SAP/ui5-webcomponents-react/issues/2086)) ([a6980e1](https://github.com/SAP/ui5-webcomponents-react/commit/a6980e15975ea17c141f2d0971efb3e5fdf8e737))
13+
* **ObjectPage:** consistently toggle header after scrolling ([#2122](https://github.com/SAP/ui5-webcomponents-react/issues/2122)) ([c116579](https://github.com/SAP/ui5-webcomponents-react/commit/c116579ef1b8b4136d47719b3250f9ba6601655d))
14+
* **ObjectPage:** programatically remove sections without crashing ([#2085](https://github.com/SAP/ui5-webcomponents-react/issues/2085)) ([d043d6f](https://github.com/SAP/ui5-webcomponents-react/commit/d043d6f60429c7fd14943b6f9ae30bd32ad36651))
15+
16+
17+
### Features
18+
19+
* allow disabling sapScrollBar ([#2078](https://github.com/SAP/ui5-webcomponents-react/issues/2078)) ([77908af](https://github.com/SAP/ui5-webcomponents-react/commit/77908af6daa997052bcf485ad4fe8d5f8ef1f8f6))
20+
* export `useResponsiveContentPadding` hook in base package ([#2125](https://github.com/SAP/ui5-webcomponents-react/issues/2125)) ([503aecb](https://github.com/SAP/ui5-webcomponents-react/commit/503aecbcf4b1acd3e5871566a53fedff062f604a))
21+
22+
23+
24+
25+
626
## [0.18.7](https://github.com/SAP/ui5-webcomponents-react/compare/v0.18.6...v0.18.7) (2021-09-01)
727

828

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.18.7",
3+
"version": "0.18.8",
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.18.6",
36+
"@ui5/webcomponents-react-base": "^0.18.8",
3737
"lit-html": "2.0.0-rc.3",
3838
"react-content-loader": "6.0.3",
3939
"react-jss": "10.7.1",

0 commit comments

Comments
 (0)