Skip to content

Commit

Permalink
chore: release main (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo authored Oct 10, 2023
1 parent 8eb8b28 commit b199db1
Show file tree
Hide file tree
Showing 25 changed files with 69 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/ui5-cc-spreadsheetimporter": "0.27.0",
"packages/ui5-cc-spreadsheetimporter": "0.27.1",
"packages/ui5-cc-spreadsheetimporter-generator": "0.4.1"
}
10 changes: 5 additions & 5 deletions docs/pages/Button.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ npm install ui5-cc-spreadsheetimporter-button

````json
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
````

Expand All @@ -53,7 +53,7 @@ npm install ui5-cc-spreadsheetimporter-button
"sap.ui.table": {}
},
"components": {
"cc.spreadsheetimporter.v0_27_0": {}
"cc.spreadsheetimporter.v0_27_1": {}
}
},
````
Expand All @@ -65,7 +65,7 @@ npm install ui5-cc-spreadsheetimporter-button
````json
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
````
Expand Down Expand Up @@ -171,7 +171,7 @@ https://www.npmjs.com/package/ui5-cc-spreadsheetimporter-button?activeTab=code
````json
"resourceRoots": {
"cc.spreadsheetimporter.button.undefined": "./thirdparty/customControl/spreadsheetImporterButton/v0_8_0",
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
````

Expand All @@ -182,7 +182,7 @@ https://www.npmjs.com/package/ui5-cc-spreadsheetimporter-button?activeTab=code
````json
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
````
Expand Down
7 changes: 7 additions & 0 deletions docs/pages/CHANGELOGSPREADSHEETIMPORTER.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.27.1](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v0.27.0...ui5-cc-spreadsheetimporter-v0.27.1) (2023-10-10)


### Bug Fixes

* preview ([#382](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/issues/382)) ([8eb8b28](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/commit/8eb8b28c9da5a02d6a241a36c7943276e110a251))

## [0.27.0](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v0.26.1...ui5-cc-spreadsheetimporter-v0.27.0) (2023-10-06)


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-spreadsheetimporter

````json
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
````

Expand All @@ -60,7 +60,7 @@ npm install ui5-cc-spreadsheetimporter
````json
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
````
Expand All @@ -76,7 +76,7 @@ npm install ui5-cc-spreadsheetimporter
````json
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
````
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ As a alternative, try to select all messages and copy them to a text file.
A error similar to the following:

`
ui5loader-dbg.js:1042 Uncaught (in promise) ModuleError: failed to load 'cc/spreadsheetimporter/v0_27_0/Component.js' from resources/cc/spreadsheetimporter/v0_27_0/Component.js: script load error
ui5loader-dbg.js:1042 Uncaught (in promise) ModuleError: failed to load 'cc/spreadsheetimporter/v0_27_1/Component.js' from resources/cc/spreadsheetimporter/v0_27_1/Component.js: script load error
`

Since the component is designed to always use a specific version, this version must also be used after an update.
Expand All @@ -61,10 +61,10 @@ See below the configurations for this version:
```json
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
```
6 changes: 3 additions & 3 deletions docs/pages/Typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Add the component usage and the resource roots to the manifest.json as described
```json
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
```
### Custom Action
Expand All @@ -35,7 +35,7 @@ This is a example how you could create the component and attach a event handler


```typescript
import Component, { Component$ChangeBeforeCreateEvent, Component$CheckBeforeReadEvent, Component$UploadButtonPressEvent } from "cc/spreadsheetimporter/v0_27_0/Component";
import Component, { Component$ChangeBeforeCreateEvent, Component$CheckBeforeReadEvent, Component$UploadButtonPressEvent } from "cc/spreadsheetimporter/v0_27_1/Component";
import BaseController from "sap/fe/core/BaseController";
import ExtensionAPI from "sap/fe/core/ExtensionAPI";

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 @@ -97,11 +97,11 @@
},
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_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 @@ -97,11 +97,11 @@
},
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
"routing": {
"config": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"sap.ui.table": {}
},
"components": {
"cc.spreadsheetimporter.v0_27_0": {}
"cc.spreadsheetimporter.v0_27_1": {}
}
},
"contentDensities": {
Expand All @@ -79,14 +79,14 @@
},
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0",
"name": "cc.spreadsheetimporter.v0_27_1",
"settings": {},
"componentData": {},
"lazy": false
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
"routing": {
"config": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"sap.ui.table": {}
},
"components": {
"cc.spreadsheetimporter.v0_27_0": {}
"cc.spreadsheetimporter.v0_27_1": {}
}
},
"contentDensities": {
Expand All @@ -79,11 +79,11 @@
},
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_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 @@ -92,11 +92,11 @@
},
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
"routing": {
"routes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ sap.ui.require(
errorMessage: "Can not select 'sap.m.Button'"
});
Then.waitFor({
controlType: "cc.spreadsheetimporter.v0_27_0.SpreadsheetDialog",
controlType: "cc.spreadsheetimporter.v0_27_1.SpreadsheetDialog",
check: function (dialog) {
return dialog[0].isOpen();
},
success: function (dialog) {
const util = Opa5.getWindow().cc.spreadsheetimporter.v0_27_0.Util;
const util = Opa5.getWindow().cc.spreadsheetimporter.v0_27_1.Util;
console.log("Util", util);
Opa5.getContext().util = util;
Opa5.getContext().component = dialog[0].getComponent();
Expand Down Expand Up @@ -71,7 +71,7 @@ sap.ui.require(

function testNormalizeNumberString(Then, decimalSeparator, input, expectedOutput) {
Then.waitFor({
controlType: "cc.spreadsheetimporter.v0_27_0.SpreadsheetDialog",
controlType: "cc.spreadsheetimporter.v0_27_1.SpreadsheetDialog",
success: function (dialog) {
Opa5.getContext().component.setDecimalSeparator(decimalSeparator);
// Call 'normalizeNumberString' method and check its output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Component, { Component$ChangeBeforeCreateEvent, Component$CheckBeforeReadEvent, Component$UploadButtonPressEvent } from "cc/spreadsheetimporter/v0_27_0/Component";
import Component, { Component$ChangeBeforeCreateEvent, Component$CheckBeforeReadEvent, Component$UploadButtonPressEvent } from "cc/spreadsheetimporter/v0_27_1/Component";
import BaseController from "sap/fe/core/BaseController";
import ExtensionAPI from "sap/fe/core/ExtensionAPI";
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Component, { Component$ChangeBeforeCreateEvent, Component$CheckBeforeReadEvent } from "cc/spreadsheetimporter/v0_27_0/Component";
import Component, { Component$ChangeBeforeCreateEvent, Component$CheckBeforeReadEvent } from "cc/spreadsheetimporter/v0_27_1/Component";
import BaseController from "sap/fe/core/BaseController";
import ExtensionAPI from "sap/fe/core/ExtensionAPI";
/**
Expand Down
4 changes: 2 additions & 2 deletions examples/packages/ordersv4fets/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
},
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
"routing": {
"routes": [
Expand Down
6 changes: 3 additions & 3 deletions examples/packages/ordersv4fpm/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"sap.fe.templates": {}
},
"components": {
"cc.spreadsheetimporter.v0_27_0": {}
"cc.spreadsheetimporter.v0_27_1": {}
}
},
"contentDensities": {
Expand Down Expand Up @@ -95,11 +95,11 @@
},
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
"routing": {
"config": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
},
"componentUsages": {
"spreadsheetImporter": {
"name": "cc.spreadsheetimporter.v0_27_0"
"name": "cc.spreadsheetimporter.v0_27_1"
}
},
"resourceRoots": {
"cc.spreadsheetimporter.v0_27_0": "./thirdparty/customControl/spreadsheetImporter/v0_27_0"
"cc.spreadsheetimporter.v0_27_1": "./thirdparty/customControl/spreadsheetImporter/v0_27_1"
},
"routing": {
"routes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ sap.ui.require(
errorMessage: "Can not select 'sap.m.Button'"
});
Then.waitFor({
controlType: "cc.spreadsheetimporter.v0_27_0.SpreadsheetDialog",
controlType: "cc.spreadsheetimporter.v0_27_1.SpreadsheetDialog",
check: function (dialog) {
return dialog[0].isOpen();
},
success: function (dialog) {
const util = Opa5.getWindow().cc.spreadsheetimporter.v0_27_0.Util;
const util = Opa5.getWindow().cc.spreadsheetimporter.v0_27_1.Util;
console.log("Util", util);
Opa5.getContext().util = util;
Opa5.getContext().component = dialog[0].getComponent();
Expand Down Expand Up @@ -71,7 +71,7 @@ sap.ui.require(

function testNormalizeNumberString(Then, decimalSeparator, input, expectedOutput) {
Then.waitFor({
controlType: "cc.spreadsheetimporter.v0_27_0.SpreadsheetDialog",
controlType: "cc.spreadsheetimporter.v0_27_1.SpreadsheetDialog",
success: function (dialog) {
Opa5.getContext().component.setDecimalSeparator(decimalSeparator);
// Call 'normalizeNumberString' method and check its output
Expand Down
7 changes: 7 additions & 0 deletions packages/ui5-cc-spreadsheetimporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.27.1](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v0.27.0...ui5-cc-spreadsheetimporter-v0.27.1) (2023-10-10)


### Bug Fixes

* preview ([#382](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/issues/382)) ([8eb8b28](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/commit/8eb8b28c9da5a02d6a241a36c7943276e110a251))

## [0.27.0](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v0.26.1...ui5-cc-spreadsheetimporter-v0.27.0) (2023-10-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-cc-spreadsheetimporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-cc-spreadsheetimporter",
"version": "0.27.0",
"version": "0.27.1",
"description": "A UI5 Module to integrate a Spreadsheet Upload for Fiori Element Apps.",
"main": "dist/Component.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui5-cc-spreadsheetimporter/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_version": "1.9.0",
"sap.app": {
"id": "cc.spreadsheetimporter.v0_27_0",
"id": "cc.spreadsheetimporter.v0_27_1",
"type": "component",
"i18n": "i18n/i18n.properties",
"title": "{{compTitle}}",
Expand Down Expand Up @@ -29,7 +29,7 @@
"supportedThemes": ["sap_hcb", "sap_belize"]
},
"sap.ui5": {
"componentName": "cc.spreadsheetimporter.v0_27_0",
"componentName": "cc.spreadsheetimporter.v0_27_1",
"dependencies": {
"minUI5Version": "1.44.0",
"libs": {
Expand All @@ -47,7 +47,7 @@
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"bundleName": "cc.spreadsheetimporter.v0_27_0.i18n.i18n",
"bundleName": "cc.spreadsheetimporter.v0_27_1.i18n.i18n",
"supportedLocales": ["de", "en", "es", "fr", "hi", "it", "ja", "zh"],
"fallbackLocale": "en"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/ui5-cc-spreadsheetimporter/ui5-build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ builder:
- '**/*.ts'
replace:
- placeholder: XXXnamespaceXXX
value: v0_27_0
value: v0_27_1
- placeholder: XXXnamespaceShortXXX
value: v0270
value: v0271
- placeholder: XXXnamespaceSlashXXX
value: v0_27_0
value: v0_27_1
Loading

0 comments on commit b199db1

Please sign in to comment.