Skip to content

Commit

Permalink
chore(release): v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Jul 2, 2024
1 parent c24e8bb commit 18c799e
Show file tree
Hide file tree
Showing 29 changed files with 2,868 additions and 2,773 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.21.0...v0.22.0) (2024-07-02)

### Bug Fixes

- better local DID Document conversion from identifiers ([e332562](https://github.com/Sphereon-Opensource/veramo-BBS/commit/e332562ee79a57bd7a2b57426dcd08373f91195c))
- determine kid function can have a null verification method which was not taken into account ([d80a945](https://github.com/Sphereon-Opensource/veramo-BBS/commit/d80a9455ae6ff2eccf9a6001e12d371bad8dd742))
- getKey method was not looking at existing vms or purpose metadata values ([36619d6](https://github.com/Sphereon-Opensource/veramo-BBS/commit/36619d6db64fbb3b071f71a2687d60243fe4bcd6))
- getKey method was not working well with did#vm or #vm key ids ([b04eb3f](https://github.com/Sphereon-Opensource/veramo-BBS/commit/b04eb3fee9406bc5c550d392fd97c9a31455b9be))
- Key metadata was switched for Secp256k1 and Secp256r1 keys ([ae174aa](https://github.com/Sphereon-Opensource/veramo-BBS/commit/ae174aa833a4989f921b92f2778bbeb63d867d3b))
- kid determination of a key should look for jwk thumbprint as well ([d00e984](https://github.com/Sphereon-Opensource/veramo-BBS/commit/d00e98446601d7a2593db32529ba958629fe4005))
- our exported JWK depended on another lib, which is not needed. Also was not compatible with Jose, which is heavily used ([8b20d61](https://github.com/Sphereon-Opensource/veramo-BBS/commit/8b20d616c87a350a42d72bf98ab13311e8f248ee))
- x5c is an array in a JWK ([58f607f](https://github.com/Sphereon-Opensource/veramo-BBS/commit/58f607f82194afe1907e0d13909f1fbd9bff7d7f))

### chore

- remove did-provider-ebsi in favor of ebsi-support, which can also handle everything the old provider did ([5299044](https://github.com/Sphereon-Opensource/veramo-BBS/commit/529904454eae1da87382ad92cc65e034770d9b56))

### Features

- Add service and key for EBSI DIDs ([4ec6f18](https://github.com/Sphereon-Opensource/veramo-BBS/commit/4ec6f18e5e8f5b90de09c80eda7c44cf9f748985))
- Add support to find keys by thumbprint, and not have to resolve to DID resolution in all cases ([d37c772](https://github.com/Sphereon-Opensource/veramo-BBS/commit/d37c772b0eb3ce65a1e0a5f99b97acf641515d6b))
- Added getAuthenticationKey getPrimaryIdentifier & createIdentifier to did-utils ([7360ab6](https://github.com/Sphereon-Opensource/veramo-BBS/commit/7360ab606b6b22a9c8cd259e1994198a04a4ab3e))

### BREAKING CHANGES

- remove @sphereon/ssi-sdk-ext.did-provider-ebsi, which has been replaced with @sphereon/ssi-sdk.ebsi-support

# [0.21.0](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.21.0",
"version": "0.22.0",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-jwk

# [0.21.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-jwk",
"description": "Sphereon SSI-SDK plugin for management of did:key identifiers.",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-key

# [0.21.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-key",
"description": "Sphereon SSI-SDK plugin for management of did:key identifiers.",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-lto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-lto

# [0.21.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.20.0...v0.21.0) (2024-06-19)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-lto
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-lto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-lto",
"description": "LTO Network DID provider",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-oyd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/OwnYourData/veramo/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/did-provider-oyd

# [0.21.0](https://github.com/OwnYourData/veramo/compare/v0.20.0...v0.21.0) (2024-06-19)

**Note:** Version bump only for package @sphereon/did-provider-oyd
Expand Down
8 changes: 4 additions & 4 deletions packages/did-provider-oyd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/did-provider-oyd",
"description": "OwnYourData plugin that can enable creation and control of did:oyd identifiers.",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,11 +17,11 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@sphereon/ssi-sdk.dev": "^0.26.0",
"typescript": "5.2.2",
"@types/debug": "4.1.8",
"inquirer": "^9.1.4",
"inquirer-autocomplete-prompt": "^3.0.0"
"inquirer-autocomplete-prompt": "^3.0.0",
"typescript": "5.2.2"
},
"files": [
"dist/**/*",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-web

# [0.21.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.20.0...v0.21.0) (2024-06-19)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-web
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-web",
"description": "plugin that can enable creation and control of did:web identifiers.",
"version": "0.21.0",
"version": "0.22.0",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-resolver-ebsi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-ebsi

# [0.21.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.20.0...v0.21.0) (2024-06-19)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-ebsi
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-ebsi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-ebsi",
"description": "Sphereon did:ebsi resolver for Legal Entities.",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-resolver-jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-jwk

# [0.21.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-jwk",
"description": "DIF resolver for resolution of did:jwk identifiers.",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-resolver-key/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-key

# [0.21.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.20.0...v0.21.0) (2024-06-19)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-key
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-key/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-key",
"description": "Sphereon did:key resolver with BBS+/BLS and EBSI support.",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/did-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.21.0...v0.22.0) (2024-07-02)

### Bug Fixes

- better local DID Document conversion from identifiers ([e332562](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/e332562ee79a57bd7a2b57426dcd08373f91195c))
- determine kid function can have a null verification method which was not taken into account ([d80a945](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/d80a9455ae6ff2eccf9a6001e12d371bad8dd742))
- getKey method was not looking at existing vms or purpose metadata values ([36619d6](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/36619d6db64fbb3b071f71a2687d60243fe4bcd6))
- getKey method was not working well with did#vm or #vm key ids ([b04eb3f](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/b04eb3fee9406bc5c550d392fd97c9a31455b9be))
- kid determination of a key should look for jwk thumbprint as well ([d00e984](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/d00e98446601d7a2593db32529ba958629fe4005))

### Features

- Add service and key for EBSI DIDs ([4ec6f18](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/4ec6f18e5e8f5b90de09c80eda7c44cf9f748985))
- Add support to find keys by thumbprint, and not have to resolve to DID resolution in all cases ([d37c772](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/d37c772b0eb3ce65a1e0a5f99b97acf641515d6b))
- Added getAuthenticationKey getPrimaryIdentifier & createIdentifier to did-utils ([7360ab6](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/7360ab606b6b22a9c8cd259e1994198a04a4ab3e))

# [0.21.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/did-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-utils",
"description": "DID Utils",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,11 +10,11 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@ethersproject/networks": "^5.7.1",
"@ethersproject/transactions": "^5.7.0",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@sphereon/ssi-sdk.core": "0.25.0",
"@ethersproject/networks": "^5.7.1",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "4.2.0",
"@veramo/utils": "4.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/key-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.key-manager

# [0.21.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.key-manager",
"description": "Sphereon Key Manager plugin with BLS support",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/key-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.21.0...v0.22.0) (2024-07-02)

### Bug Fixes

- our exported JWK depended on another lib, which is not needed. Also was not compatible with Jose, which is heavily used ([8b20d61](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/8b20d616c87a350a42d72bf98ab13311e8f248ee))
- x5c is an array in a JWK ([58f607f](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/58f607f82194afe1907e0d13909f1fbd9bff7d7f))

# [0.21.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.key-utils",
"description": "Sphereon SSI-SDK plugin for key creation.",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/kms-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.21.0...v0.22.0) (2024-07-02)

### Bug Fixes

- Key metadata was switched for Secp256k1 and Secp256r1 keys ([ae174aa](https://github.com/Sphereon-Opensource/SSI-SDK/commit/ae174aa833a4989f921b92f2778bbeb63d867d3b))

# [0.21.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.kms-local",
"description": "Sphereon Local Key Management System with support for BLS/BBS+, RSA keys",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/mnemonic-seed-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.21.0...v0.22.0) (2024-07-02)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.mnemonic-seed-manager

# [0.21.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.20.0...v0.21.0) (2024-06-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/mnemonic-seed-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-ext.mnemonic-seed-manager",
"version": "0.21.0",
"version": "0.22.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 18c799e

Please sign in to comment.