Skip to content

Commit

Permalink
#74 - v0.10.6 still has tsx errors. Generating v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoluis-pdm committed Sep 16, 2022
1 parent 1620782 commit 35f6906
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
7 changes: 4 additions & 3 deletions apihub-root/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,10 @@ <h3><a id="participant-name">Participant</a> Workspace</h3>

<p><span style="font-weight: bold;">WARNING:</span> Unstable software and environments. Use at your own risk! Data persistence at risk of unexpected reset!</p>

<h2>v0.10.6 Release Notes 2022-09-16</h2>

<h2>v0.10.7 Release Notes 2022-09-16</h2>
<ul>
<li>Added a missing package-lock.json on some apps, so that the build is reproducible. (<a href="https://github.com/PharmaLedger-IMI/fgt-workspace/issues/74#issuecomment-1249332853">#74#issuecomment-1249332853</a>).</li>
<li>Added a missing package-lock.json on some apps, so that the build is reproducible. (<a href="https://github.com/PharmaLedger-IMI/fgt-workspace/issues/74#issuecomment-1249332853">#74#issuecomment-1249332853</a>). <br />v0.10.6 is broken.</li>
</ul>

<h2>v0.10.5 Release Notes 2022-09-07</h2>
Expand Down Expand Up @@ -796,7 +797,7 @@ <h2>Release notes 2021-03-26</h2>
<br>
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 853992
<br>&nbsp;<br>
v<!-- VERSION_START -->0.10.6-gc8fdd115<!-- VERSION_END --> &copy;&nbsp;2021 <a href="http://pharmaledger.eu">Pharmaledger.eu</a> - All Rights Reserved.
v<!-- VERSION_START -->0.10.7-g16207824<!-- VERSION_END --> &copy;&nbsp;2021 <a href="http://pharmaledger.eu">Pharmaledger.eu</a> - All Rights Reserved.
</footer>

<script type="application/javascript">
Expand Down
6 changes: 3 additions & 3 deletions fgt-api/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 fgt-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fgt-api",
"version": "0.10.6",
"version": "0.10.7",
"description": "REST Api for traceability operations",
"main": "index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion octopus-freeze.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,4 +1081,3 @@
]
}


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fgt-workspace",
"version": "0.10.6",
"version": "0.10.7",
"description": "",
"scripts": {
"dev-install": "node ./bin/mkDevEnv.js && npm install",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class PdmItemOrganizer {
*/
@Prop({attribute: "component-props", mutable: true}) componentProps: string = undefined;
/**
* The identifying prop to be return upon click (must exist in the supplied {@link componentProps}
* The identifying prop to be return upon click (must exist in the supplied ...)
*/
@Prop({attribute: "id-prop"}) idProp: string = undefined;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| `componentProps` | `component-props` | the list of props that will be passed to the HTML Element | `string` | `undefined` |
| `displayCount` | `display-count` | display-count": The number of items to display (minimum is 0), defaults to 3 display-count-divider: separate/break content into corresponding value | `number` | `3` |
| `displayCountDivider` | `display-count-divider` | | `number` | `170` |
| `idProp` | `id-prop` | The identifying prop to be return upon click (must exist in the supplied {@link componentProps} | `string` | `undefined` |
| `idProp` | `id-prop` | The identifying prop to be return upon click (must exist in the supplied ...) | `string` | `undefined` |
| `isItem` | `is-ion-item` | If the component does not generate an ion-item (so it can be handled by an ion-list) this must be set to false | `boolean` | `true` |
| `moreChipsPosition` | `more-chips-position` | | `"end" \| "start"` | `this.orientation === "end" \|\| this.singleLine ? "start" : "end"` |
| `moreIcon` | `more-icon` | | `string` | `"ellipsis-horizontal"` |
Expand Down

0 comments on commit 35f6906

Please sign in to comment.