Skip to content

Commit

Permalink
chore(release): publish v0.9.7
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
MarcusNotheis committed May 18, 2020
1 parent 3faea30 commit ef22d2e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.7](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.6...v0.9.7) (2020-05-18)


### Bug Fixes

* **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))
* **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))
* **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))
* **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))





## [0.9.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.9.6) (2020-05-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.9.6",
"version": "0.9.7",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
14 changes: 14 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.7](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.6...v0.9.7) (2020-05-18)


### Bug Fixes

* **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))
* **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))
* **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))
* **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))





## [0.9.6](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.5...v0.9.6) (2020-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react",
"version": "0.9.6",
"version": "0.9.7",
"description": "React Wrapper for UI5 Web Components and additional components",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down

0 comments on commit ef22d2e

Please sign in to comment.