Skip to content

Commit 1a2d6b0

Browse files
committed
chore(release): publish v0.11.1
1 parent 23257f4 commit 1a2d6b0

File tree

10 files changed

+54
-17
lines changed

10 files changed

+54
-17
lines changed

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.11.1](https://github.com/SAP/ui5-webcomponents/compare/v0.11.0...v0.11.1) (2019-05-30)
7+
8+
**Note:** No code changes.
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/SAP/ui5-webcomponents/compare/v0.10.1...v0.11.0) (2019-05-22)
715

816

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"name": "@ui5/webcomponents-root",
3-
"version": "0.7.0",
42
"description": "UI5 Web Components",
53
"author": "SAP SE (https://www.sap.com)",
64
"license": "Apache-2.0",
@@ -10,10 +8,6 @@
108
"sapui5",
119
"ui5"
1210
],
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/SAP/ui5-webcomponents.git"
16-
},
1711
"scripts": {
1812
"build": "npm-run-all --sequential build:core build:base build:main build:playground",
1913
"build:core": "cd packages/core && yarn build",

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.11.1](https://github.com/SAP/ui5-webcomponents/compare/v0.11.0...v0.11.1) (2019-05-30)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/SAP/ui5-webcomponents/compare/v0.10.1...v0.11.0) (2019-05-22)
715

816

packages/base/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-base",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -12,15 +12,16 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/SAP/ui5-webcomponents.git"
15+
"url": "https://github.com/SAP/ui5-webcomponents.git",
16+
"directory": "packages/base"
1617
},
1718
"scripts": {
1819
"build": "npm run lint --scripts-prepend-node-path ",
1920
"clean": "rimraf dist",
2021
"lint": "eslint ."
2122
},
2223
"dependencies": {
23-
"@ui5/webcomponents-core": "0.11.0",
24+
"@ui5/webcomponents-core": "0.11.1",
2425
"lit-html": "^1.0.0",
2526
"regenerator-runtime": "0.12.1",
2627
"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.11.1](https://github.com/SAP/ui5-webcomponents/compare/v0.11.0...v0.11.1) (2019-05-30)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-core
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/SAP/ui5-webcomponents/compare/v0.10.1...v0.11.0) (2019-05-22)
715

816

packages/core/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-core",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "UI5 Web Components: webcomponents.core",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -11,7 +11,8 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/SAP/ui5-webcomponents.git"
14+
"url": "https://github.com/SAP/ui5-webcomponents.git",
15+
"directory": "packages/core"
1516
},
1617
"scripts": {
1718
"build:copy-node-module": "cpx \"../../node_modules/@openui5/sap.ui.core/src/**/*\" temp/",

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.11.1](https://github.com/SAP/ui5-webcomponents/compare/v0.11.0...v0.11.1) (2019-05-30)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/SAP/ui5-webcomponents/compare/v0.10.1...v0.11.0) (2019-05-22)
715

816

packages/main/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "UI5 Web Components: webcomponents.main",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -84,11 +84,12 @@
8484
},
8585
"repository": {
8686
"type": "git",
87-
"url": "https://github.com/SAP/ui5-webcomponents.git"
87+
"url": "https://github.com/SAP/ui5-webcomponents.git",
88+
"directory": "packages/main"
8889
},
8990
"dependencies": {
90-
"@ui5/webcomponents-base": "0.11.0",
91-
"@ui5/webcomponents-core": "0.11.0"
91+
"@ui5/webcomponents-base": "0.11.1",
92+
"@ui5/webcomponents-core": "0.11.1"
9293
},
9394
"devDependencies": {
9495
"@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.11.1](https://github.com/SAP/openui5/compare/v0.11.0...v0.11.1) (2019-05-30)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-playground
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/SAP/openui5/compare/v0.10.1...v0.11.0) (2019-05-22)
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.11.0",
4+
"version": "0.11.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.11.0"
44+
"@ui5/webcomponents": "0.11.1"
4545
},
4646
"devDependencies": {
4747
"@ui5/cli": "^1.2.0",

0 commit comments

Comments
 (0)