Skip to content

Commit

Permalink
Merge pull request #51 from Concordium/use-required-and-optional-attr…
Browse files Browse the repository at this point in the history
…ibutes

Support for optional attributes
  • Loading branch information
DOBEN authored Aug 28, 2023
2 parents 8f957c1 + 7dc7575 commit 02d6897
Show file tree
Hide file tree
Showing 4 changed files with 1,318 additions and 943 deletions.
5 changes: 5 additions & 0 deletions test-tools/issuer-front-end/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased changes

## 1.0.5

- Add support for optional attributes.
- Credential schema is only loaded from the contract instance.

## 1.0.4

- Add test case to restore credential.
Expand Down
3 changes: 2 additions & 1 deletion test-tools/issuer-front-end/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "issuer-front-end",
"packageManager": "[email protected]",
"version": "1.0.4",
"version": "1.0.5",
"license": "Apache-2.0",
"engines": {
"node": ">=16.x"
Expand All @@ -25,6 +25,7 @@
},
"devDependencies": {
"@craftamap/esbuild-plugin-html": "^0.4.0",
"@types/json-bigint": "^1.0.1",
"@types/node": "^18.7.23",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
Expand Down
Loading

0 comments on commit 02d6897

Please sign in to comment.