Skip to content

Commit ef22d2e

Browse files
committed
chore(release): publish v0.9.7
skip-checks: true
1 parent 3faea30 commit ef22d2e

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.7](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.6...v0.9.7) (2020-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **AnalyticalTable:** don't crash if scrollTo methods are not defined ([#515](https://github.com/SAP/ui5-webcomponents-react/issues/515)) ([70321bf](https://github.com/SAP/ui5-webcomponents-react/commit/70321bf006119ad7e58b57e1f15eef3e983dfd10))
12+
* **AnalyticalTable:** enable minWidth/maxWidth column option, disable dragging while resizing ([#518](https://github.com/SAP/ui5-webcomponents-react/issues/518)) ([1e22139](https://github.com/SAP/ui5-webcomponents-react/commit/1e22139e49b7285cb970e73e17196b5cd91a0eff))
13+
* **AnalyticalTable:** prevent overflow y on parent container ([#521](https://github.com/SAP/ui5-webcomponents-react/issues/521)) ([5f444e4](https://github.com/SAP/ui5-webcomponents-react/commit/5f444e46391f56a33be081f5f62c06753b62dd16))
14+
* **ObjectPage:** make anchor bar more resilient ([#522](https://github.com/SAP/ui5-webcomponents-react/issues/522)) ([3faea30](https://github.com/SAP/ui5-webcomponents-react/commit/3faea30272569c8389d38cc6617c13869423557f))
15+
16+
17+
18+
19+
620
## [0.9.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.9.6) (2020-05-14)
721

822

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

packages/main/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.7](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.6...v0.9.7) (2020-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **AnalyticalTable:** don't crash if scrollTo methods are not defined ([#515](https://github.com/SAP/ui5-webcomponents-react/issues/515)) ([70321bf](https://github.com/SAP/ui5-webcomponents-react/commit/70321bf006119ad7e58b57e1f15eef3e983dfd10))
12+
* **AnalyticalTable:** enable minWidth/maxWidth column option, disable dragging while resizing ([#518](https://github.com/SAP/ui5-webcomponents-react/issues/518)) ([1e22139](https://github.com/SAP/ui5-webcomponents-react/commit/1e22139e49b7285cb970e73e17196b5cd91a0eff))
13+
* **AnalyticalTable:** prevent overflow y on parent container ([#521](https://github.com/SAP/ui5-webcomponents-react/issues/521)) ([5f444e4](https://github.com/SAP/ui5-webcomponents-react/commit/5f444e46391f56a33be081f5f62c06753b62dd16))
14+
* **ObjectPage:** make anchor bar more resilient ([#522](https://github.com/SAP/ui5-webcomponents-react/issues/522)) ([3faea30](https://github.com/SAP/ui5-webcomponents-react/commit/3faea30272569c8389d38cc6617c13869423557f))
15+
16+
17+
18+
19+
620
## [0.9.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.9.6) (2020-05-14)
721

822

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.6",
3+
"version": "0.9.7",
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)