File tree Expand file tree Collapse file tree 10 files changed +54
-17
lines changed
Expand file tree Collapse file tree 10 files changed +54
-17
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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/" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments