Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Jan 4, 2023
1 parent d9432d2 commit e1ac699
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [0.5.0](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.3.4...v0.5.0) (2023-01-04)


### Features

* init i18n ([#8](https://github.com/marianfoo/ui5-cc-excelUpload/issues/8)) ([593b009](https://github.com/marianfoo/ui5-cc-excelUpload/commit/593b009298bfc61c2bedce1e23573e96e8ff9e3a))
* multiversion support ([#6](https://github.com/marianfoo/ui5-cc-excelUpload/issues/6)) ([68aa9ca](https://github.com/marianfoo/ui5-cc-excelUpload/commit/68aa9ca2dab84bac0bcd81406636d87038fc1b2e))
* works in ListReport/ObjectPage V4/V2 and Freestyle V2([#10](https://github.com/marianfoo/ui5-cc-excelUpload/issues/10)) ([d9432d2](https://github.com/marianfoo/ui5-cc-excelUpload/commit/d9432d25142addd8ff7fbe804f9a832692588ef4))



# [0.4.0](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.3.4...v0.4.0) (2022-12-23)

**Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion examples/packages/ordersv2fe/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"css": []
},
"resourceRoots": {
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/4/0"
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/5/0"
},
"routing": {
"config": {},
Expand Down
2 changes: 1 addition & 1 deletion examples/packages/ordersv2fenondraft/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"css": []
},
"resourceRoots": {
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/4/0"
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/5/0"
},
"routing": {
"config": {},
Expand Down
2 changes: 1 addition & 1 deletion examples/packages/ordersv2freestyle/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"css": []
},
"resourceRoots": {
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/4/0"
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/5/0"
},
"routing": {
"config": {
Expand Down
2 changes: 1 addition & 1 deletion examples/packages/ordersv4fe/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"css": []
},
"resourceRoots": {
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/4/0"
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/5/0"
},
"routing": {
"routes": [
Expand Down
2 changes: 1 addition & 1 deletion examples/packages/ordersv4fpm/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"css": []
},
"resourceRoots": {
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/4/0"
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/5/0"
},
"routing": {
"config": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-cc-excelupload",
"version": "0.4.0",
"version": "0.5.0",
"description": "A UI5 Module to integrate a Excel Upload for Fiori Element Apps.",
"main": "ExcelUpload.controller.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ shims:
resources:
configuration:
paths:
"/thirdparty/customControl/excelUpload/v0/4/0/": "./dist/"
"/thirdparty/customControl/excelUpload/v0/5/0/": "./dist/"

0 comments on commit e1ac699

Please sign in to comment.