Skip to content

Commit

Permalink
chore(main): release 0.11.1 (#78)
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 17, 2023
1 parent c0926d1 commit d9384bf
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.1](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.11.0...v0.11.1) (2023-03-17)


### Bug Fixes

* use batchSize even when payload has less then 1000 lines ([#77](https://github.com/marianfoo/ui5-cc-excelUpload/issues/77)) ([c0926d1](https://github.com/marianfoo/ui5-cc-excelUpload/commit/c0926d12d9a224e48d0ca5d1b20f00ada693f89e))

## [0.11.0](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.10.0...v0.11.0) (2023-03-17)


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_0": "./thirdparty/customControl/excelUpload/v0_11_0"
"cc.excelUpload.v0_11_1": "./thirdparty/customControl/excelUpload/v0_11_1"
},
````

Expand All @@ -60,7 +60,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_0"
"name": "cc.excelUpload.v0_11_1"
}
},
````
Expand All @@ -76,7 +76,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0_11_0"
"name": "cc.excelUpload.v0_11_1"
}
},
````
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_0"
"name": "cc.excelUpload.v0_11_1"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_0": "./thirdparty/customControl/excelUpload/v0_11_0"
"cc.excelUpload.v0_11_1": "./thirdparty/customControl/excelUpload/v0_11_1"
},
"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_0"
"name": "cc.excelUpload.v0_11_1"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_0": "./thirdparty/customControl/excelUpload/v0_11_0"
"cc.excelUpload.v0_11_1": "./thirdparty/customControl/excelUpload/v0_11_1"
},
"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_0"
"name": "cc.excelUpload.v0_11_1"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_0": "./thirdparty/customControl/excelUpload/v0_11_0"
"cc.excelUpload.v0_11_1": "./thirdparty/customControl/excelUpload/v0_11_1"
},
"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_0"
"name": "cc.excelUpload.v0_11_1"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_0": "./thirdparty/customControl/excelUpload/v0_11_0"
"cc.excelUpload.v0_11_1": "./thirdparty/customControl/excelUpload/v0_11_1"
},
"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_0"
"name": "cc.excelUpload.v0_11_1"
}
},
"resourceRoots": {
"cc.excelUpload.v0_11_0": "./thirdparty/customControl/excelUpload/v0_11_0"
"cc.excelUpload.v0_11_1": "./thirdparty/customControl/excelUpload/v0_11_1"
},
"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.0",
"version": "0.11.1",
"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_0
value: v0_11_1
- placeholder: XXXnamespaceShortXXX
value: v0110
value: v0111
- placeholder: XXXnamespaceSlashXXX
value: v0_11_0
value: v0_11_1
- 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_0
name: cc.excelUpload.v0_11_1
type: application
builder:
resources:
Expand All @@ -18,7 +18,7 @@ builder:
username: env:USER
password: env:PW
app:
name: Z_XUP_v0_11_0
name: Z_XUP_v0_11_1
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_0/: ./dist/
/thirdparty/customControl/excelUpload/v0_11_1/: ./dist/

0 comments on commit d9384bf

Please sign in to comment.