Skip to content

Commit 5219adf

Browse files
committed
chore(release): publish v0.9.6
skip-checks: true
1 parent 4b0bc1a commit 5219adf

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

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.9.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.9.6) (2020-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **AnalyticalTable:** use 100% of the parent height ([#512](https://github.com/SAP/ui5-webcomponents-react/issues/512)) ([c5111ec](https://github.com/SAP/ui5-webcomponents-react/commit/c5111ec578864c1c7f68cded61857526f9e9aac7))
12+
13+
14+
15+
16+
617
## [0.9.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.4...v0.9.5) (2020-05-13)
718

819

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

packages/main/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.9.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.9.6) (2020-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **AnalyticalTable:** use 100% of the parent height ([#512](https://github.com/SAP/ui5-webcomponents-react/issues/512)) ([c5111ec](https://github.com/SAP/ui5-webcomponents-react/commit/c5111ec578864c1c7f68cded61857526f9e9aac7))
12+
13+
14+
15+
16+
617
## [0.9.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.4...v0.9.5) (2020-05-13)
718

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

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": "0.9.5",
3+
"version": "0.9.6",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

0 commit comments

Comments
 (0)