Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Dec 23, 2022
1 parent 68aa9ca commit 8fca306
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.4.0](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.3.4...v0.4.0) (2022-12-23)


### Features

* multiversion support ([#6](https://github.com/marianfoo/ui5-cc-excelUpload/issues/6)) ([68aa9ca](https://github.com/marianfoo/ui5-cc-excelUpload/commit/68aa9ca2dab84bac0bcd81406636d87038fc1b2e))



## [0.3.4](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.3.3...v0.3.4) (2022-12-09)


Expand Down
2 changes: 1 addition & 1 deletion examples/packages/orders/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"css": []
},
"resourceRoots": {
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/3/4"
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/4/0"
},
"routing": {
"routes": [
Expand Down
2 changes: 1 addition & 1 deletion examples/packages/ordersv2/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"css": []
},
"resourceRoots": {
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/3/4"
"cc.excelUpload": "./thirdparty/customControl/excelUpload/v0/4/0"
},
"routing": {
"config": {},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.4",
"version": "0.4.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/3/4/": "./dist/"
"/thirdparty/customControl/excelUpload/v0/4/0/": "./dist/"

0 comments on commit 8fca306

Please sign in to comment.