File tree Expand file tree Collapse file tree 8 files changed +42
-31
lines changed Expand file tree Collapse file tree 8 files changed +42
-31
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.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.9...v0.23.0) (2020-08-17)
7+
8+ ### New Components
9+
10+ * **ui5-multi-input:** Introduce new component ([#1942](https://github.com/SAP/ui5-webcomponents/issues/1942)) ([5d7e7df](https://github.com/SAP/ui5-webcomponents/commit/5d7e7df))
11+
12+ # Change Log
13+
14+ All notable changes to this project will be documented in this file.
15+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
16+
617# [1.0.0-rc.8](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-07-30)
718
819### New Components
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-base" ,
3- "version" : " 0.22 .0" ,
3+ "version" : " 0.23 .0" ,
44 "description" : " UI5 Web Components: webcomponents.base" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
3030 "url-search-params-polyfill" : " ^5.0.0"
3131 },
3232 "devDependencies" : {
33- "@ui5/webcomponents-tools" : " 1.0.0-rc.8 " ,
33+ "@ui5/webcomponents-tools" : " 0.23.0 " ,
3434 "array-uniq" : " ^2.0.0" ,
3535 "chromedriver" : " latest" ,
3636 "copy-and-watch" : " ^0.1.4" ,
3939 "npm-run-all" : " ^4.1.5" ,
4040 "path-exists-cli" : " ^1.0.0"
4141 }
42- }
42+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-fiori" ,
3- "version" : " 1.0.0-rc.8 " ,
3+ "version" : " 0.23.0 " ,
44 "description" : " UI5 Web Components: webcomponents.fiori" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2727 "directory" : " packages/fiori"
2828 },
2929 "dependencies" : {
30- "@ui5/webcomponents" : " 1.0.0-rc.8 " ,
31- "@ui5/webcomponents-base" : " 0.22 .0" ,
32- "@ui5/webcomponents-icons" : " 1.0.0-rc.8 " ,
33- "@ui5/webcomponents-theme-base" : " 1.0.0-rc.8 "
30+ "@ui5/webcomponents" : " 0.23.0 " ,
31+ "@ui5/webcomponents-base" : " 0.23 .0" ,
32+ "@ui5/webcomponents-icons" : " 0.23.0 " ,
33+ "@ui5/webcomponents-theme-base" : " 0.23.0 "
3434 },
3535 "devDependencies" : {
36- "@ui5/webcomponents-tools" : " 1.0.0-rc.8 " ,
36+ "@ui5/webcomponents-tools" : " 0.23.0 " ,
3737 "chromedriver" : " latest"
3838 }
39- }
39+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-icons" ,
3- "version" : " 1.0.0-rc.8 " ,
3+ "version" : " 0.23.0 " ,
44 "description" : " UI5 Web Components: webcomponents.SAP-icons" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2121 "directory" : " packages/icons"
2222 },
2323 "dependencies" : {
24- "@ui5/webcomponents-base" : " 0.22 .0"
24+ "@ui5/webcomponents-base" : " 0.23 .0"
2525 },
2626 "devDependencies" : {
27- "@ui5/webcomponents-tools" : " 1.0.0-rc.8 " ,
27+ "@ui5/webcomponents-tools" : " 0.23.0 " ,
2828 "chromedriver" : " latest"
2929 }
30- }
30+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-localization" ,
3- "version" : " 0.22 .0" ,
3+ "version" : " 0.23 .0" ,
44 "description" : " Localization for UI5 Web Components" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2424 "devDependencies" : {
2525 "@buxlabs/amd-to-es6" : " ^0.15.0" ,
2626 "@openui5/sap.ui.core" : " 1.76.0" ,
27- "@ui5/webcomponents-tools" : " 1.0.0-rc.8 " ,
27+ "@ui5/webcomponents-tools" : " 0.23.0 " ,
2828 "chromedriver" : " latest" ,
2929 "copy-and-watch" : " ^0.1.4" ,
3030 "escodegen" : " ^1.11.0" ,
3636 "rimraf" : " ^2.6.2"
3737 },
3838 "dependencies" : {
39- "@ui5/webcomponents-base" : " 0.22 .0"
39+ "@ui5/webcomponents-base" : " 0.23 .0"
4040 }
41- }
41+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents" ,
3- "version" : " 1.0.0-rc.8 " ,
3+ "version" : " 0.23.0 " ,
44 "description" : " UI5 Web Components: webcomponents.main" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2727 "directory" : " packages/main"
2828 },
2929 "dependencies" : {
30- "@ui5/webcomponents-base" : " 0.22 .0" ,
31- "@ui5/webcomponents-icons" : " 1.0.0-rc.8 " ,
32- "@ui5/webcomponents-localization" : " 0.22 .0" ,
33- "@ui5/webcomponents-theme-base" : " 1.0.0-rc.8 "
30+ "@ui5/webcomponents-base" : " 0.23 .0" ,
31+ "@ui5/webcomponents-icons" : " 0.23.0 " ,
32+ "@ui5/webcomponents-localization" : " 0.23 .0" ,
33+ "@ui5/webcomponents-theme-base" : " 0.23.0 "
3434 },
3535 "devDependencies" : {
36- "@ui5/webcomponents-tools" : " 1.0.0-rc.8 " ,
36+ "@ui5/webcomponents-tools" : " 0.23.0 " ,
3737 "chromedriver" : " latest"
3838 }
39- }
39+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-theme-base" ,
3- "version" : " 1.0.0-rc.8 " ,
3+ "version" : " 0.23.0 " ,
44 "description" : " UI5 Web Components: webcomponents.theme-base" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2424 },
2525 "dependencies" : {
2626 "@sap-theming/theming-base-content" : " 11.1.19" ,
27- "@ui5/webcomponents-base" : " 0.22 .0"
27+ "@ui5/webcomponents-base" : " 0.23 .0"
2828 },
2929 "devDependencies" : {
30- "@ui5/webcomponents-tools" : " 1.0.0-rc.8 " ,
30+ "@ui5/webcomponents-tools" : " 0.23.0 " ,
3131 "chokidar-cli" : " ^2.0.0" ,
3232 "chromedriver" : " latest" ,
3333 "copy-and-watch" : " ^0.1.4" ,
4141 "postcss-combine-duplicated-selectors" : " ^7.0.0"
4242 },
4343 "resolutions" : {}
44- }
44+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-tools" ,
3- "version" : " 1.0.0-rc.8 " ,
3+ "version" : " 0.23.0 " ,
44 "description" : " UI5 Web Components: webcomponents.tools" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
8080 "resolutions" : {
8181 "rollup-plugin-livereload/livereload/chokidar" : " ^3.x"
8282 }
83- }
83+ }
You can’t perform that action at this time.
0 commit comments