Skip to content

Commit

Permalink
chore(main): release 0.9.1 (#63)
Browse files Browse the repository at this point in the history
* chore(main): release 0.9.1

* fix: changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: „marianfoo“ <[email protected]>
  • Loading branch information
github-actions[bot] and marianfoo authored Mar 2, 2023
1 parent c1f545f commit 4bf4249
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 22 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## [0.8.1](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.8.0...v0.8.1) (2023-02-10)
## [0.9.1](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.9.0...v0.9.1) (2023-03-02)


### Bug Fixes

* remove scrollbar from dialog ([#45](https://github.com/marianfoo/ui5-cc-excelUpload/issues/45)) ([bb1b197](https://github.com/marianfoo/ui5-cc-excelUpload/commit/bb1b1979ef9a49a8c26477970f6a03d411ba93e8))
* check for binding before open dialog ([#62](https://github.com/marianfoo/ui5-cc-excelUpload/issues/62)) ([c1f545f](https://github.com/marianfoo/ui5-cc-excelUpload/commit/c1f545f830c4a6d0ed5ef3be2f07285e4551b926))

## [0.9.0](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.8.1...v0.9.0) (2023-02-18)

Expand All @@ -19,6 +19,12 @@
* Align Dialogs more with Fiori Guidelines ([#54](https://github.com/marianfoo/ui5-cc-excelUpload/issues/54)) ([4f74eeb](https://github.com/marianfoo/ui5-cc-excelUpload/commit/4f74eeb66b6b64e6574632eea6837f88915c28ab))
* horizontal scrollbar in dialog on mobile view ([#55](https://github.com/marianfoo/ui5-cc-excelUpload/issues/55)) ([3288a25](https://github.com/marianfoo/ui5-cc-excelUpload/commit/3288a25b28230655c805552ff14ca8d16f57e990))

## [0.8.1](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.8.0...v0.8.1) (2023-02-10)

### Bug Fixes

* remove scrollbar from dialog ([#45](https://github.com/marianfoo/ui5-cc-excelUpload/issues/45)) ([bb1b197](https://github.com/marianfoo/ui5-cc-excelUpload/commit/bb1b1979ef9a49a8c26477970f6a03d411ba93e8))

## [0.8.0](https://github.com/marianfoo/ui5-cc-excelUpload/compare/v0.7.0...v0.8.0) (2023-02-10)

### Features
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.9.0": "./thirdparty/customControl/excelUpload/v0/9/0"
"cc.excelUpload.v0.9.1": "./thirdparty/customControl/excelUpload/v0/9/1"
},
````

Expand All @@ -60,7 +60,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0.9.0"
"name": "cc.excelUpload.v0.9.1"
}
},
````
Expand All @@ -76,7 +76,7 @@ npm install ui5-cc-excelupload
````json
"componentUsages": {
"excelUpload": {
"name": "cc.excelUpload.v0.9.0"
"name": "cc.excelUpload.v0.9.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.9.0"
"name": "cc.excelUpload.v0.9.1"
}
},
"resourceRoots": {
"cc.excelUpload.v0.9.0": "./thirdparty/customControl/excelUpload/v0/9/0"
"cc.excelUpload.v0.9.1": "./thirdparty/customControl/excelUpload/v0/9/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.9.0"
"name": "cc.excelUpload.v0.9.1"
}
},
"resourceRoots": {
"cc.excelUpload.v0.9.0": "./thirdparty/customControl/excelUpload/v0/9/0"
"cc.excelUpload.v0.9.1": "./thirdparty/customControl/excelUpload/v0/9/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.9.0"
"name": "cc.excelUpload.v0.9.1"
}
},
"resourceRoots": {
"cc.excelUpload.v0.9.0": "./thirdparty/customControl/excelUpload/v0/9/0"
"cc.excelUpload.v0.9.1": "./thirdparty/customControl/excelUpload/v0/9/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.9.0"
"name": "cc.excelUpload.v0.9.1"
}
},
"resourceRoots": {
"cc.excelUpload.v0.9.0": "./thirdparty/customControl/excelUpload/v0/9/0"
"cc.excelUpload.v0.9.1": "./thirdparty/customControl/excelUpload/v0/9/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.9.0"
"name": "cc.excelUpload.v0.9.1"
}
},
"resourceRoots": {
"cc.excelUpload.v0.9.0": "./thirdparty/customControl/excelUpload/v0/9/0"
"cc.excelUpload.v0.9.1": "./thirdparty/customControl/excelUpload/v0/9/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.9.0",
"version": "0.9.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.9.0
value: v0.9.1
- placeholder: XXXnamespaceShortXXX
value: v090
value: v091
- placeholder: XXXnamespaceSlashXXX
value: v0/9/0
value: v0/9/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.9.0
name: cc.excelUpload.v0.9.1
type: application
builder:
resources:
Expand All @@ -18,7 +18,7 @@ builder:
username: env:USER
password: env:PW
app:
name: Z_EXLUP_v090
name: Z_EXLUP_v091
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/9/0/: ./dist/
/thirdparty/customControl/excelUpload/v0/9/1/: ./dist/

0 comments on commit 4bf4249

Please sign in to comment.