Skip to content

Commit

Permalink
chore(main): release 0.11.3 (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 20, 2023
1 parent 0860373 commit 95b598e
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.3](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.11.2...v0.11.3) (2023-03-20)


### Bug Fixes

* use attribute tableId to get tableObject ([#84](https://github.com/marianfoo/ui5-cc-excelUpload/issues/84)) ([0860373](https://github.com/marianfoo/ui5-cc-excelUpload/commit/0860373725854a3bcc613925453933051a4e5a2a))

## [0.11.2](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.11.1...v0.11.2) (2023-03-18)


Expand Down
6 changes: 3 additions & 3 deletions docs/pages/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm install ui5-cc-excelupload

````json
"resourceRoots": {
"cc.excelUpload.v0_11_2": "./thirdparty/customControl/excelUpload/v0_11_2"
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
},
````

Expand All @@ -60,7 +60,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_2"
"name": "cc.excelUpload.v0_11_3"
}
},
````
Expand All @@ -76,7 +76,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_2"
"name": "cc.excelUpload.v0_11_3"
}
},
````
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv2fe/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_2"
"name": "cc.excelUpload.v0_11_3"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_2": "./thirdparty/customControl/excelUpload/v0_11_2"
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
},
"routing": {
"config": {},
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv2fenondraft/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_2"
"name": "cc.excelUpload.v0_11_3"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_2": "./thirdparty/customControl/excelUpload/v0_11_2"
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
},
"routing": {
"config": {},
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv2freestyle/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_2"
"name": "cc.excelUpload.v0_11_3"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_2": "./thirdparty/customControl/excelUpload/v0_11_2"
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
},
"routing": {
"config": {
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv4fe/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_2"
"name": "cc.excelUpload.v0_11_3"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_2": "./thirdparty/customControl/excelUpload/v0_11_2"
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
},
"routing": {
"routes": [
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv4fpm/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
},
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_2"
"name": "cc.excelUpload.v0_11_3"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_2": "./thirdparty/customControl/excelUpload/v0_11_2"
"cc.excelUpload.v0_11_3": "./thirdparty/customControl/excelUpload/v0_11_3"
},
"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.11.2",
"version": "0.11.3",
"description": "A UI5 Module to integrate a Excel Upload for Fiori Element Apps.",
"main": "ExcelUpload.controller.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions ui5-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ builder:
- '**/*.ts'
replace:
- placeholder: XXXnamespaceXXX
value: v0_11_2
value: v0_11_3
- placeholder: XXXnamespaceShortXXX
value: v0112
value: v0113
- placeholder: XXXnamespaceSlashXXX
value: v0_11_2
value: v0_11_3
- name: ui5-tooling-modules-task
afterTask: ui5-tooling-stringreplace-task
configuration:
Expand Down
4 changes: 2 additions & 2 deletions ui5-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: '2.5'
metadata:
name: cc.excelUpload.v0_11_2
name: cc.excelUpload.v0_11_3
type: application
builder:
resources:
Expand All @@ -18,7 +18,7 @@ builder:
username: env:USER
password: env:PW
app:
name: Z_XUP_v0_11_2
name: Z_XUP_v0_11_3
description: ''
package: Z_EXCELUPLOAD
transport: A4HK900057
Expand Down
2 changes: 1 addition & 1 deletion ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
resources:
configuration:
paths:
/thirdparty/customControl/excelUpload/v0_11_2/: ./dist/
/thirdparty/customControl/excelUpload/v0_11_3/: ./dist/

0 comments on commit 95b598e

Please sign in to comment.