Skip to content

Commit 47c5a6e

Browse files
chore(release): publish v0.13.10 [ci skip]
1 parent 9165116 commit 47c5a6e

File tree

8 files changed

+52
-5
lines changed

8 files changed

+52
-5
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.13.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.13.10) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **Form:** Adjust spacing and alignment to comply with fiori guidelines ([#1299](https://github.com/SAP/ui5-webcomponents-react/issues/1299)) ([ce805c8](https://github.com/SAP/ui5-webcomponents-react/commit/ce805c87cd2dfb2d9acb67b0972da8ae45acdc66))
12+
* **Form:** correct alignment of FormItems ([#1305](https://github.com/SAP/ui5-webcomponents-react/issues/1305)) ([08c640d](https://github.com/SAP/ui5-webcomponents-react/commit/08c640d755be9eaf13f80901c3f15bf7c812aa89))
13+
* improve IE11 support for ObjectPage, DynamicPage and Grid ([#1285](https://github.com/SAP/ui5-webcomponents-react/issues/1285)) ([756e999](https://github.com/SAP/ui5-webcomponents-react/commit/756e9998eb89c36975d072399a8927f5dbbd49a9))
14+
* **ObjectPage:** prevent crash on re-mounting the component ([#1304](https://github.com/SAP/ui5-webcomponents-react/issues/1304)) ([412bfe9](https://github.com/SAP/ui5-webcomponents-react/commit/412bfe93aa3b6b94852e1e8e9faeec86b717e0c7)), closes [#1300](https://github.com/SAP/ui5-webcomponents-react/issues/1300)
15+
16+
17+
18+
19+
620
## [0.13.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.8...v0.13.9) (2021-02-10)
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.13.9",
5+
"version": "0.13.10",
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.13.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.13.10) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **Form:** Adjust spacing and alignment to comply with fiori guidelines ([#1299](https://github.com/SAP/ui5-webcomponents-react/issues/1299)) ([ce805c8](https://github.com/SAP/ui5-webcomponents-react/commit/ce805c87cd2dfb2d9acb67b0972da8ae45acdc66))
12+
13+
14+
15+
16+
617
## [0.13.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.8...v0.13.9) (2021-02-10)
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.13.9",
3+
"version": "0.13.10",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "index.cjs.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.13.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.13.10) (2021-02-18)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
10+
11+
12+
13+
614
## [0.13.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.8...v0.13.9) (2021-02-10)
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.13.9",
3+
"version": "0.13.10",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

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.13.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.13.10) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **Form:** Adjust spacing and alignment to comply with fiori guidelines ([#1299](https://github.com/SAP/ui5-webcomponents-react/issues/1299)) ([ce805c8](https://github.com/SAP/ui5-webcomponents-react/commit/ce805c87cd2dfb2d9acb67b0972da8ae45acdc66))
12+
* **Form:** correct alignment of FormItems ([#1305](https://github.com/SAP/ui5-webcomponents-react/issues/1305)) ([08c640d](https://github.com/SAP/ui5-webcomponents-react/commit/08c640d755be9eaf13f80901c3f15bf7c812aa89))
13+
* improve IE11 support for ObjectPage, DynamicPage and Grid ([#1285](https://github.com/SAP/ui5-webcomponents-react/issues/1285)) ([756e999](https://github.com/SAP/ui5-webcomponents-react/commit/756e9998eb89c36975d072399a8927f5dbbd49a9))
14+
* **ObjectPage:** prevent crash on re-mounting the component ([#1304](https://github.com/SAP/ui5-webcomponents-react/issues/1304)) ([412bfe9](https://github.com/SAP/ui5-webcomponents-react/commit/412bfe93aa3b6b94852e1e8e9faeec86b717e0c7)), closes [#1300](https://github.com/SAP/ui5-webcomponents-react/issues/1300)
15+
16+
17+
18+
19+
620
## [0.13.9](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.8...v0.13.9) (2021-02-10)
721

822

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.13.9",
3+
"version": "0.13.10",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "7.12.13",
36-
"@ui5/webcomponents-react-base": "^0.13.9",
36+
"@ui5/webcomponents-react-base": "^0.13.10",
3737
"lodash": "^4.17.20",
3838
"react-content-loader": "6.0.1",
3939
"react-jss": "10.5.1",

0 commit comments

Comments
 (0)