Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 6f5f5fa3 authored by Yannick Huard's avatar Yannick Huard
Browse files

chore: release

parent afac7fa8
No related branches found
No related tags found
1 merge request!73chore: release
Showing
with 60 additions and 44 deletions
---
---
---
"@cef-ebsi/vcdm1.1-europass-edc-schema": patch
"@cef-ebsi/vcdm2.0-europass-edc-schema": patch
---
Replace `credentialStatus.type` supported values "CredentialStatus" and "TrustedCredentialStatus2021" with "StatusList2021Entry".
---
---
---
"@cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema": major
"@cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema": major
"@cef-ebsi/vcdm1.1-e-origin-vat-representation-schema": major
"@cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema": major
---
Create initial version of the schema.
......@@ -97,7 +97,7 @@
},
{
"name": "@cef-ebsi/vcdm2.0-europass-edc-schema",
"version": "2.1.0",
"version": "2.1.1",
"title": "Europass EDC credential",
"description": "Schema for EDC credential based on ELM 3.2",
"idBase16": "0x1daefd3874b05c667ce364702276cfa6eac634a04c81a97aba10aa58296eb62c",
......@@ -157,7 +157,7 @@
},
{
"name": "@cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema",
"version": "0.0.0",
"version": "1.0.0",
"title": "Power of Attorney",
"description": "A credential used to issue a power of attorney (POA).",
"idBase16": "0x5337b2726b3d0b5e32809302cc27f604899bc1c98a1706d07bd3dcbfd0e564e3",
......@@ -169,7 +169,7 @@
},
{
"name": "@cef-ebsi/vcdm1.1-e-origin-vat-representation-schema",
"version": "0.0.0",
"version": "1.0.0",
"title": "VAT Representation agreement",
"description": "A credential used to issue a VAT Representation agreement.",
"idBase16": "0x4b3955b8811fa0a4444bdad73bd6ffc97472519910a83e8aaae7c6efb0fbaaae",
......@@ -181,7 +181,7 @@
},
{
"name": "@cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema",
"version": "0.0.0",
"version": "1.0.0",
"title": "Verifiable Business Card",
"description": "A digital, verifiable business card, issued as a Verifiable Credential. The Verifiable Business Card contains information about how to reach the subject, including submitting Verifiable Presentations.",
"idBase16": "0x70ab4378811f5c49b9ce236e564fd6f75f6e2c2732d63277013329fc3a4a79e9",
......@@ -193,7 +193,7 @@
},
{
"name": "@cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema",
"version": "0.0.0",
"version": "1.0.0",
"title": "Importer",
"description": "A credential used to provide information of an importer in order to build a power of attorney (POA) typically includes various pieces of specific information that authenticate and authorize the importer in legal and business contexts.",
"idBase16": "0xefb5212ed9634ab93c75a8a4ef378fcf5c558519784d30d733d2663220031076",
......@@ -241,7 +241,7 @@
},
{
"name": "@cef-ebsi/vcdm1.1-europass-edc-schema",
"version": "2.1.0",
"version": "2.1.1",
"title": "Europass EDC credential",
"description": "Schema for EDC credential based on ELM 3.2",
"idBase16": "0x411a2c5880fe8bd97229546044f55b65846d272594511815cd5b89f000dc3da7",
......
# @cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema
## 1.0.0
### Major Changes
- afac7fa: Create initial version of the schema.
......@@ -328,13 +328,13 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
```sh
# with npm
npm add @cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema@0.0.0
npm add @cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema@1.0.0
# with Yarn
yarn add @cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema@0.0.0
yarn add @cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema@1.0.0
# with pnpm
pnpm add @cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema@0.0.0
pnpm add @cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema@1.0.0
```
## Usage
......
{
"name": "@cef-ebsi/vcdm1.1-e-origin-power-of-attorney-schema",
"version": "0.0.0",
"version": "1.0.0",
"description": "A credential used to issue a power of attorney (POA).",
"license": "EUPL-1.2",
"publishConfig": {
......
# @cef-ebsi/vcdm1.1-e-origin-vat-representation-schema
## 1.0.0
### Major Changes
- afac7fa: Create initial version of the schema.
......@@ -314,13 +314,13 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
```sh
# with npm
npm add @cef-ebsi/vcdm1.1-e-origin-vat-representation-schema@0.0.0
npm add @cef-ebsi/vcdm1.1-e-origin-vat-representation-schema@1.0.0
# with Yarn
yarn add @cef-ebsi/vcdm1.1-e-origin-vat-representation-schema@0.0.0
yarn add @cef-ebsi/vcdm1.1-e-origin-vat-representation-schema@1.0.0
# with pnpm
pnpm add @cef-ebsi/vcdm1.1-e-origin-vat-representation-schema@0.0.0
pnpm add @cef-ebsi/vcdm1.1-e-origin-vat-representation-schema@1.0.0
```
## Usage
......
{
"name": "@cef-ebsi/vcdm1.1-e-origin-vat-representation-schema",
"version": "0.0.0",
"version": "1.0.0",
"description": "A credential used to issue a VAT Representation agreement.",
"license": "EUPL-1.2",
"publishConfig": {
......
# @cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema
## 1.0.0
### Major Changes
- afac7fa: Create initial version of the schema.
......@@ -300,13 +300,13 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
```sh
# with npm
npm add @cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema@0.0.0
npm add @cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema@1.0.0
# with Yarn
yarn add @cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema@0.0.0
yarn add @cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema@1.0.0
# with pnpm
pnpm add @cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema@0.0.0
pnpm add @cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema@1.0.0
```
## Usage
......
{
"name": "@cef-ebsi/vcdm1.1-e-origin-verifiable-business-card-schema",
"version": "0.0.0",
"version": "1.0.0",
"description": "A digital, verifiable business card, issued as a Verifiable Credential. The Verifiable Business Card contains information about how to reach the subject, including submitting Verifiable Presentations.",
"license": "EUPL-1.2",
"publishConfig": {
......
# @cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema
## 1.0.0
### Major Changes
- afac7fa: Create initial version of the schema.
......@@ -497,13 +497,13 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
```sh
# with npm
npm add @cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema@0.0.0
npm add @cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema@1.0.0
# with Yarn
yarn add @cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema@0.0.0
yarn add @cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema@1.0.0
# with pnpm
pnpm add @cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema@0.0.0
pnpm add @cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema@1.0.0
```
## Usage
......
{
"name": "@cef-ebsi/vcdm1.1-e-origin-verifiable-importer-schema",
"version": "0.0.0",
"version": "1.0.0",
"description": "A credential used to provide information of an importer in order to build a power of attorney (POA) typically includes various pieces of specific information that authenticate and authorize the importer in legal and business contexts.",
"license": "EUPL-1.2",
"publishConfig": {
......
# @cef-ebsi/vcdm1.1-europass-edc-schema
## 2.1.1
### Patch Changes
- 96fe23f: Replace `credentialStatus.type` supported values "CredentialStatus" and "TrustedCredentialStatus2021" with "StatusList2021Entry".
## 2.1.0
### Minor Changes
......
......@@ -3024,13 +3024,13 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
```sh
# with npm
npm add @cef-ebsi/vcdm1.1-europass-edc-schema@2.1.0
npm add @cef-ebsi/vcdm1.1-europass-edc-schema@2.1.1
# with Yarn
yarn add @cef-ebsi/vcdm1.1-europass-edc-schema@2.1.0
yarn add @cef-ebsi/vcdm1.1-europass-edc-schema@2.1.1
# with pnpm
pnpm add @cef-ebsi/vcdm1.1-europass-edc-schema@2.1.0
pnpm add @cef-ebsi/vcdm1.1-europass-edc-schema@2.1.1
```
## Usage
......
{
"name": "@cef-ebsi/vcdm1.1-europass-edc-schema",
"version": "2.1.0",
"version": "2.1.1",
"description": "Europass EDC credential (VCDM 1.1)",
"license": "EUPL-1.2",
"publishConfig": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment