Skip to content

Commit 35f6906

Browse files
committed
#74 - v0.10.6 still has tsx errors. Generating v0.10.7
1 parent 1620782 commit 35f6906

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

apihub-root/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,10 @@ <h3><a id="participant-name">Participant</a> Workspace</h3>
433433

434434
<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>
435435

436-
<h2>v0.10.6 Release Notes 2022-09-16</h2>
436+
437+
<h2>v0.10.7 Release Notes 2022-09-16</h2>
437438
<ul>
438-
<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>
439+
<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>
439440
</ul>
440441

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

802803
<script type="application/javascript">

fgt-api/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fgt-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fgt-api",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "REST Api for traceability operations",
55
"main": "index.js",
66
"scripts": {

octopus-freeze.json

-1
Original file line numberDiff line numberDiff line change
@@ -1081,4 +1081,3 @@
10811081
]
10821082
}
10831083

1084-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fgt-workspace",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "",
55
"scripts": {
66
"dev-install": "node ./bin/mkDevEnv.js && npm install",

pdm-web-components/src/components/pdm-item-organizer/pdm-item-organizer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class PdmItemOrganizer {
4040
*/
4141
@Prop({attribute: "component-props", mutable: true}) componentProps: string = undefined;
4242
/**
43-
* The identifying prop to be return upon click (must exist in the supplied {@link componentProps}
43+
* The identifying prop to be return upon click (must exist in the supplied ...)
4444
*/
4545
@Prop({attribute: "id-prop"}) idProp: string = undefined;
4646

pdm-web-components/src/components/pdm-item-organizer/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| `componentProps` | `component-props` | the list of props that will be passed to the HTML Element | `string` | `undefined` |
1414
| `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` |
1515
| `displayCountDivider` | `display-count-divider` | | `number` | `170` |
16-
| `idProp` | `id-prop` | The identifying prop to be return upon click (must exist in the supplied {@link componentProps} | `string` | `undefined` |
16+
| `idProp` | `id-prop` | The identifying prop to be return upon click (must exist in the supplied ...) | `string` | `undefined` |
1717
| `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` |
1818
| `moreChipsPosition` | `more-chips-position` | | `"end" \| "start"` | `this.orientation === "end" \|\| this.singleLine ? "start" : "end"` |
1919
| `moreIcon` | `more-icon` | | `string` | `"ellipsis-horizontal"` |

0 commit comments

Comments
 (0)