Skip to content

Commit ddaf95d

Browse files
authored
chore(release): publish v0.13.1 (#580)
1 parent 296d4fa commit ddaf95d

File tree

11 files changed

+54
-11
lines changed

11 files changed

+54
-11
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.13.1](https://github.com/SAP/ui5-webcomponents/compare/v0.13.0...v0.13.1) (2019-06-22)
7+
8+
### Bug Fixes
9+
10+
* **ui5-table-column:** fix default slot rendering ([#579](https://github.com/SAP/ui5-webcomponents/pull/579))
11+
12+
13+
14+
15+
16+
617
# [0.13.0](https://github.com/SAP/ui5-webcomponents/compare/v0.12.0...v0.13.0) (2019-06-21)
718

819

packages/base/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.1](https://github.com/SAP/ui5-webcomponents/compare/v0.13.0...v0.13.1) (2019-06-22)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/SAP/ui5-webcomponents/compare/v0.12.0...v0.13.0) (2019-06-21)
715

816

packages/base/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-base",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -21,7 +21,7 @@
2121
"lint": "eslint ."
2222
},
2323
"dependencies": {
24-
"@ui5/webcomponents-core": "0.13.0",
24+
"@ui5/webcomponents-core": "0.13.1",
2525
"lit-html": "^1.0.0",
2626
"regenerator-runtime": "0.12.1",
2727
"url-search-params-polyfill": "^5.0.0"

packages/core/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.1](https://github.com/SAP/ui5-webcomponents/compare/v0.13.0...v0.13.1) (2019-06-22)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-core
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/SAP/ui5-webcomponents/compare/v0.12.0...v0.13.0) (2019-06-21)
715

816
**Note:** Version bump only for package @ui5/webcomponents-core

packages/core/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-core",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "UI5 Web Components: webcomponents.core",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

packages/main/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.1](https://github.com/SAP/ui5-webcomponents/compare/v0.13.0...v0.13.1) (2019-06-22)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/SAP/ui5-webcomponents/compare/v0.12.0...v0.13.0) (2019-06-21)
715

816

packages/main/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "UI5 Web Components: webcomponents.main",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -88,8 +88,8 @@
8888
"directory": "packages/main"
8989
},
9090
"dependencies": {
91-
"@ui5/webcomponents-base": "0.13.0",
92-
"@ui5/webcomponents-core": "0.13.0"
91+
"@ui5/webcomponents-base": "0.13.1",
92+
"@ui5/webcomponents-core": "0.13.1"
9393
},
9494
"devDependencies": {
9595
"@babel/cli": "^7.1.2",

packages/playground/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.1](https://github.com/SAP/openui5/compare/v0.13.0...v0.13.1) (2019-06-22)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-playground
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/SAP/openui5/compare/v0.12.0...v0.13.0) (2019-06-21)
715

816
**Note:** Version bump only for package @ui5/webcomponents-playground

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui5/webcomponents-playground",
33
"private": true,
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"description": "UI5 Web Components Playground",
66
"author": "SAP SE (https://www.sap.com)",
77
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"@openui5/sap.ui.core": "^1.60.2",
4242
"@openui5/sap.ui.layout": "^1.60.2",
4343
"@openui5/themelib_sap_belize": "^1.60.2",
44-
"@ui5/webcomponents": "0.13.0"
44+
"@ui5/webcomponents": "0.13.1"
4545
},
4646
"devDependencies": {
4747
"@ui5/cli": "^1.2.0",

packages/playground/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="ui5-header bold-font">UI5 Web Components</h2>
3535
Github Project &rsaquo;</a>
3636
<iframe src="https://ghbtns.com/github-btn.html?user=sap&repo=ui5-webcomponents&type=star&count=true&size=small" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
3737
</div>
38-
<div class="curr-version">Current version 0.13.0</div>
38+
<div class="curr-version">Current version 0.13.1</div>
3939
</div>
4040
</div>
4141
</header>

0 commit comments

Comments
 (0)