Skip to content

Commit cba125f

Browse files
chore(release): publish v0.13.11 [ci skip]
1 parent 948f07c commit cba125f

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

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.13.11](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.10...v0.13.11) (2021-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **ObjectPage:** prevent crash on re-mount ([#1317](https://github.com/SAP/ui5-webcomponents-react/issues/1317)) ([948f07c](https://github.com/SAP/ui5-webcomponents-react/commit/948f07cbeb998ea115e0e45c6c777b9cc80494aa))
12+
* **Web Components:** don't crash when single react element is used inside a slot fragment ([#1316](https://github.com/SAP/ui5-webcomponents-react/issues/1316)) ([fd39fb3](https://github.com/SAP/ui5-webcomponents-react/commit/fd39fb3d0cea43f3ec2f163162badb490d3d2c56))
13+
14+
15+
16+
17+
618
## [0.13.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.13.10) (2021-02-18)
719

820

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

packages/main/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.13.11](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.10...v0.13.11) (2021-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **ObjectPage:** prevent crash on re-mount ([#1317](https://github.com/SAP/ui5-webcomponents-react/issues/1317)) ([948f07c](https://github.com/SAP/ui5-webcomponents-react/commit/948f07cbeb998ea115e0e45c6c777b9cc80494aa))
12+
* **Web Components:** don't crash when single react element is used inside a slot fragment ([#1316](https://github.com/SAP/ui5-webcomponents-react/issues/1316)) ([fd39fb3](https://github.com/SAP/ui5-webcomponents-react/commit/fd39fb3d0cea43f3ec2f163162badb490d3d2c56))
13+
14+
15+
16+
17+
618
## [0.13.10](https://github.com/SAP/ui5-webcomponents-react/compare/v0.13.9...v0.13.10) (2021-02-18)
719

820

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