From 178beb919591d08f36e3750a92d8675740d34fed Mon Sep 17 00:00:00 2001 From: Sphereon Date: Sun, 30 Apr 2023 21:50:41 +0000 Subject: [PATCH] chore(release): v0.11.0 --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 11 ++++++++--- packages/did-provider-ebsi/CHANGELOG.md | 12 ++++++++++++ packages/did-provider-ebsi/package.json | 18 +++++++++--------- packages/did-provider-jwk/CHANGELOG.md | 14 ++++++++++++++ packages/did-provider-jwk/package.json | 6 +++--- packages/did-provider-key/CHANGELOG.md | 15 +++++++++++++++ packages/did-provider-key/package.json | 2 +- packages/did-provider-lto/CHANGELOG.md | 13 +++++++++++++ packages/did-provider-lto/package.json | 2 +- packages/did-resolver-ebsi/CHANGELOG.md | 15 +++++++++++++++ packages/did-resolver-ebsi/package.json | 6 +++--- packages/did-resolver-jwk/CHANGELOG.md | 12 ++++++++++++ packages/did-resolver-jwk/package.json | 8 ++++---- packages/did-resolver-key/CHANGELOG.md | 14 ++++++++++++++ packages/did-resolver-key/package.json | 16 ++++++++-------- packages/did-utils/CHANGELOG.md | 11 +++++++++++ packages/did-utils/package.json | 7 +++---- packages/key-manager/CHANGELOG.md | 15 +++++++++++++++ packages/key-manager/package.json | 2 +- packages/key-utils/CHANGELOG.md | 11 +++++++++++ packages/key-utils/package.json | 16 ++++++++-------- packages/kms-local/CHANGELOG.md | 14 ++++++++++++++ packages/kms-local/package.json | 12 ++++++------ 24 files changed, 218 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0111bbd..78c9ddb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* Add 2020 ed25519 support. ([50cc65e](https://github.com/Sphereon-Opensource/veramo-BBS/commit/50cc65e249001809c18d1ef0e2e751c8428ccc70)) +* Add EBSI LE DID Provider (does not persist into the registry yet) ([7a8cf56](https://github.com/Sphereon-Opensource/veramo-BBS/commit/7a8cf5687152ba0a7449d93eeb40289d6af07acf)) +* add ebsi v1 did driver ([8869643](https://github.com/Sphereon-Opensource/veramo-BBS/commit/88696430b671d46127d3dcff41936cbcb1a66d4c)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-Opensource/veramo-BBS/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* allow default registry from environment for ebsi v1 did driver ([217dfc0](https://github.com/Sphereon-Opensource/veramo-BBS/commit/217dfc0d89a72229591be3313cb1e7f3eebb25ad)) +* Move to pnpm from yarn ([6ed9bd5](https://github.com/Sphereon-Opensource/veramo-BBS/commit/6ed9bd5fe72645364e631be1628710f57d5deb19)) +* Reorganize SSI-SDK crypto extensions and DIDs ([5578914](https://github.com/Sphereon-Opensource/veramo-BBS/commit/55789146f48b31e8efdd64afa464a42779a2137b)) + + + + + ## [0.10.2](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.10.1...v0.10.2) (2023-03-11) **Note:** Version bump only for package @sphereon/veramo-BBS-workspace diff --git a/lerna.json b/lerna.json index e073657f..11aa43b1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,10 +1,15 @@ { - "packages": ["packages/*"], - "version": "0.10.2", + "packages": [ + "packages/*" + ], + "version": "0.11.0", "npmClient": "pnpm", "command": { "publish": { - "allowBranch": ["main", "master"], + "allowBranch": [ + "main", + "master" + ], "conventionalCommits": true, "gitRemote": "origin", "message": "chore(release): %s" diff --git a/packages/did-provider-ebsi/CHANGELOG.md b/packages/did-provider-ebsi/CHANGELOG.md index eebcb7cc..61c2e4db 100644 --- a/packages/did-provider-ebsi/CHANGELOG.md +++ b/packages/did-provider-ebsi/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* Add EBSI LE DID Provider (does not persist into the registry yet) ([7a8cf56](https://github.com/Sphereon-Opensource/SSI-SDK/commit/7a8cf5687152ba0a7449d93eeb40289d6af07acf)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) + + + + + ## [0.10.2](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.10.2) (2023-03-11) **Note:** Version bump only for package @sphereon/bls-did-provider-key diff --git a/packages/did-provider-ebsi/package.json b/packages/did-provider-ebsi/package.json index 7552fa6c..308ac9af 100644 --- a/packages/did-provider-ebsi/package.json +++ b/packages/did-provider-ebsi/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk-ext.did-provider-ebsi", "description": "Sphereon SSI-SDK plugin for management of did:ebsi v1 Legal Entity identifiers.", - "version": "0.10.1", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -10,22 +10,22 @@ "extract-api": "pnpm veramo dev extract-api" }, "dependencies": { - "@transmute/did-key-bls12381": "^0.3.0-unstable.10", + "@ethersproject/random": "^5.7.0", "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "workspace:*", - "@veramo/did-provider-key": "4.2.0", + "@transmute/did-key-bls12381": "^0.3.0-unstable.10", "@veramo/core": "4.2.0", "@veramo/did-manager": "4.2.0", + "@veramo/did-provider-key": "4.2.0", + "debug": "^4.3.4", "did-resolver": "^4.1.0", - "@ethersproject/random": "^5.7.0", "multiformats": "9.9.0", - "uint8arrays": "3.1.1", - "debug": "^4.3.4" + "uint8arrays": "3.1.1" }, "devDependencies": { - "@veramo/cli": "4.2.0", - "@veramo/key-manager": "4.2.0", "@sphereon/ssi-sdk-ext.key-manager": "workspace:*", - "@sphereon/ssi-sdk-ext.kms-local": "workspace:*" + "@sphereon/ssi-sdk-ext.kms-local": "workspace:*", + "@veramo/cli": "4.2.0", + "@veramo/key-manager": "4.2.0" }, "resolutions": { "jsonld": "npm:@digitalcredentials/jsonld@^5.2.1", diff --git a/packages/did-provider-jwk/CHANGELOG.md b/packages/did-provider-jwk/CHANGELOG.md index 79d5360b..9a7b3a5b 100644 --- a/packages/did-provider-jwk/CHANGELOG.md +++ b/packages/did-provider-jwk/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* Add EBSI LE DID Provider (does not persist into the registry yet) ([7a8cf56](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/7a8cf5687152ba0a7449d93eeb40289d6af07acf)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* Move to pnpm from yarn ([6ed9bd5](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/6ed9bd5fe72645364e631be1628710f57d5deb19)) +* Reorganize SSI-SDK crypto extensions and DIDs ([5578914](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/55789146f48b31e8efdd64afa464a42779a2137b)) + + + + + # [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09) ### Features diff --git a/packages/did-provider-jwk/package.json b/packages/did-provider-jwk/package.json index e491f76c..41ee15f7 100644 --- a/packages/did-provider-jwk/package.json +++ b/packages/did-provider-jwk/package.json @@ -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.10.1", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,14 +11,14 @@ }, "dependencies": { "@ethersproject/random": "^5.6.1", - "@sphereon/ssi-types": "^0.9.0", "@sphereon/ssi-sdk-ext.key-utils": "workspace:*", + "@sphereon/ssi-types": "^0.9.0", "@stablelib/ed25519": "^1.0.2", "@veramo/core": "4.2.0", "@veramo/did-manager": "4.2.0", + "base64url": "^3.0.1", "debug": "^4.3.4", "did-resolver": "^4.1.0", - "base64url": "^3.0.1", "elliptic": "^6.5.4" }, "devDependencies": { diff --git a/packages/did-provider-key/CHANGELOG.md b/packages/did-provider-key/CHANGELOG.md index 10b29846..1da2bbd9 100644 --- a/packages/did-provider-key/CHANGELOG.md +++ b/packages/did-provider-key/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* Add EBSI LE DID Provider (does not persist into the registry yet) ([7a8cf56](https://github.com/Sphereon-Opensource/SSI-SDK/commit/7a8cf5687152ba0a7449d93eeb40289d6af07acf)) +* add ebsi v1 did driver ([8869643](https://github.com/Sphereon-Opensource/SSI-SDK/commit/88696430b671d46127d3dcff41936cbcb1a66d4c)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* Move to pnpm from yarn ([6ed9bd5](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6ed9bd5fe72645364e631be1628710f57d5deb19)) +* Reorganize SSI-SDK crypto extensions and DIDs ([5578914](https://github.com/Sphereon-Opensource/SSI-SDK/commit/55789146f48b31e8efdd64afa464a42779a2137b)) + + + + + ## [0.10.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.0...v0.10.1) (2023-03-10) **Note:** Version bump only for package @sphereon/bls-did-provider-key diff --git a/packages/did-provider-key/package.json b/packages/did-provider-key/package.json index c78abe1b..3d1ee46f 100644 --- a/packages/did-provider-key/package.json +++ b/packages/did-provider-key/package.json @@ -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.10.2", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/did-provider-lto/CHANGELOG.md b/packages/did-provider-lto/CHANGELOG.md index e69de29b..ae94963c 100644 --- a/packages/did-provider-lto/CHANGELOG.md +++ b/packages/did-provider-lto/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* add ebsi v1 did driver ([8869643](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/88696430b671d46127d3dcff41936cbcb1a66d4c)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* allow default registry from environment for ebsi v1 did driver ([217dfc0](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/217dfc0d89a72229591be3313cb1e7f3eebb25ad)) diff --git a/packages/did-provider-lto/package.json b/packages/did-provider-lto/package.json index 5cec204e..1083dfbc 100644 --- a/packages/did-provider-lto/package.json +++ b/packages/did-provider-lto/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk-ext.did-provider-lto", "description": "LTO Network DID provider", - "version": "0.10.1", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/did-resolver-ebsi/CHANGELOG.md b/packages/did-resolver-ebsi/CHANGELOG.md index 48408931..0658d957 100644 --- a/packages/did-resolver-ebsi/CHANGELOG.md +++ b/packages/did-resolver-ebsi/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* Add 2020 ed25519 support. ([50cc65e](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/50cc65e249001809c18d1ef0e2e751c8428ccc70)) +* Add EBSI LE DID Provider (does not persist into the registry yet) ([7a8cf56](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/7a8cf5687152ba0a7449d93eeb40289d6af07acf)) +* add ebsi v1 did driver ([8869643](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/88696430b671d46127d3dcff41936cbcb1a66d4c)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* allow default registry from environment for ebsi v1 did driver ([217dfc0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/217dfc0d89a72229591be3313cb1e7f3eebb25ad)) + + + + + ## [0.10.2](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.10.2) (2023-03-11) **Note:** Version bump only for package @sphereon/bls-did-resolver-key diff --git a/packages/did-resolver-ebsi/package.json b/packages/did-resolver-ebsi/package.json index d4fc7fea..c0a355b7 100644 --- a/packages/did-resolver-ebsi/package.json +++ b/packages/did-resolver-ebsi/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk-ext.did-resolver-ebsi", "description": "Sphereon did:ebsi resolver for Legal Entities.", - "version": "0.10.1", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -14,8 +14,8 @@ "dotenv": "^16.0.3" }, "devDependencies": { - "@types/varint": "^6.0.1", - "@types/lodash.isplainobject": "^4.0.7" + "@types/lodash.isplainobject": "^4.0.7", + "@types/varint": "^6.0.1" }, "files": [ "dist/**/*", diff --git a/packages/did-resolver-jwk/CHANGELOG.md b/packages/did-resolver-jwk/CHANGELOG.md index 79d5360b..4d719b48 100644 --- a/packages/did-resolver-jwk/CHANGELOG.md +++ b/packages/did-resolver-jwk/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* Reorganize SSI-SDK crypto extensions and DIDs ([5578914](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/55789146f48b31e8efdd64afa464a42779a2137b)) + + + + + # [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09) ### Features diff --git a/packages/did-resolver-jwk/package.json b/packages/did-resolver-jwk/package.json index feeb27dd..0a0ee7b0 100644 --- a/packages/did-resolver-jwk/package.json +++ b/packages/did-resolver-jwk/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk-ext.did-resolver-jwk", "description": "DIF resolver for resolution of did:jwk identifiers.", - "version": "0.10.1", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,10 +11,10 @@ }, "dependencies": { "@sphereon/ssi-types": "^0.9.0", - "debug": "^4.3.4", "base64url": "^3.0.1", - "uint8arrays": "^3.1.1", - "did-resolver": "^4.1.0" + "debug": "^4.3.4", + "did-resolver": "^4.1.0", + "uint8arrays": "^3.1.1" }, "devDependencies": { "@or13/did-jwk": "^0.0.4", diff --git a/packages/did-resolver-key/CHANGELOG.md b/packages/did-resolver-key/CHANGELOG.md index 576f9f54..a57e4e4c 100644 --- a/packages/did-resolver-key/CHANGELOG.md +++ b/packages/did-resolver-key/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* Add 2020 ed25519 support. ([50cc65e](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/50cc65e249001809c18d1ef0e2e751c8428ccc70)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* Move to pnpm from yarn ([6ed9bd5](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/6ed9bd5fe72645364e631be1628710f57d5deb19)) +* Reorganize SSI-SDK crypto extensions and DIDs ([5578914](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/55789146f48b31e8efdd64afa464a42779a2137b)) + + + + + ## [0.10.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.0...v0.10.1) (2023-03-10) **Note:** Version bump only for package @sphereon/bls-did-resolver-key diff --git a/packages/did-resolver-key/package.json b/packages/did-resolver-key/package.json index 81bd0176..a44874c8 100644 --- a/packages/did-resolver-key/package.json +++ b/packages/did-resolver-key/package.json @@ -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.10.1", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,19 +11,19 @@ "dependencies": { "@sphereon/ssi-sdk-ext.key-utils": "workspace:*", "@stablelib/ed25519": "^1.0.3", + "bigint-mod-arith": "^3.2.1", "did-resolver": "^4.1.0", + "enhanced-resolve": "^5.12.0", + "lodash.isplainobject": "^4.0.6", "multiformats": "^9.9.0", + "nist-weierstrauss": "^1.6.1", "uint8arrays": "^3.1.1", - "lodash.isplainobject": "^4.0.6", - "web-encoding": "^1.1.5", "varint": "^6.0.0", - "nist-weierstrauss": "^1.6.1", - "bigint-mod-arith": "^3.2.1", - "enhanced-resolve": "^5.12.0" + "web-encoding": "^1.1.5" }, "devDependencies": { - "@types/varint": "^6.0.1", - "@types/lodash.isplainobject": "^4.0.7" + "@types/lodash.isplainobject": "^4.0.7", + "@types/varint": "^6.0.1" }, "files": [ "dist/**/*", diff --git a/packages/did-utils/CHANGELOG.md b/packages/did-utils/CHANGELOG.md index 1fa31206..5f64402a 100644 --- a/packages/did-utils/CHANGELOG.md +++ b/packages/did-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) + + + + + # [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09) ### Bug Fixes diff --git a/packages/did-utils/package.json b/packages/did-utils/package.json index fe660ef9..d0f54c38 100644 --- a/packages/did-utils/package.json +++ b/packages/did-utils/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk-ext.did-utils", "description": "DID Utils", - "version": "0.10.1", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -10,16 +10,15 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-sdk-ext.key-utils": "workspace:*", "@sphereon/did-uni-client": "^0.6.0", + "@sphereon/ssi-sdk-ext.key-utils": "workspace:*", "@veramo/core": "4.2.0", "@veramo/utils": "4.2.0", - "did-resolver": "^4.1.0", "did-jwt": "^6.11.6", + "did-resolver": "^4.1.0", "elliptic": "^6.5.4", "uint8arrays": "^3.1.1" }, - "devDependencies": {}, "files": [ "dist/**/*", "src/**/*", diff --git a/packages/key-manager/CHANGELOG.md b/packages/key-manager/CHANGELOG.md index 8f28edbf..e8bd8353 100644 --- a/packages/key-manager/CHANGELOG.md +++ b/packages/key-manager/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* Add 2020 ed25519 support. ([50cc65e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/50cc65e249001809c18d1ef0e2e751c8428ccc70)) +* add ebsi v1 did driver ([8869643](https://github.com/Sphereon-Opensource/SSI-SDK/commit/88696430b671d46127d3dcff41936cbcb1a66d4c)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* Move to pnpm from yarn ([6ed9bd5](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6ed9bd5fe72645364e631be1628710f57d5deb19)) +* Reorganize SSI-SDK crypto extensions and DIDs ([5578914](https://github.com/Sphereon-Opensource/SSI-SDK/commit/55789146f48b31e8efdd64afa464a42779a2137b)) + + + + + ## [0.10.2](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.10.2) (2023-03-11) **Note:** Version bump only for package @sphereon/bls-key-manager diff --git a/packages/key-manager/package.json b/packages/key-manager/package.json index 40b602d9..43de4c17 100644 --- a/packages/key-manager/package.json +++ b/packages/key-manager/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk-ext.key-manager", "description": "Sphereon Key Manager plugin with BLS support", - "version": "0.10.2", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/key-utils/CHANGELOG.md b/packages/key-utils/CHANGELOG.md index 79d5360b..83faa8a3 100644 --- a/packages/key-utils/CHANGELOG.md +++ b/packages/key-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) + + + + + # [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09) ### Features diff --git a/packages/key-utils/package.json b/packages/key-utils/package.json index 8c3340c9..9e0504ec 100644 --- a/packages/key-utils/package.json +++ b/packages/key-utils/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk-ext.key-utils", "description": "Sphereon SSI-SDK plugin for key creation.", - "version": "0.10.1", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -12,17 +12,17 @@ "dependencies": { "@ethersproject/random": "^5.6.1", "@stablelib/ed25519": "^1.0.2", + "@stablelib/sha256": "^1.0.1", + "@stablelib/sha512": "^1.0.1", + "base64url": "^3.0.1", "debug": "^4.3.4", "did-resolver": "^4.1.0", - "base64url": "^3.0.1", "elliptic": "^6.5.4", - "uint8arrays": "^3.1.1", - "multiformats": "^9.9.0", "lodash.isplainobject": "^4.0.6", - "web-encoding": "^1.1.5", - "@stablelib/sha256": "^1.0.1", - "@stablelib/sha512": "^1.0.1", - "varint": "^6.0.0" + "multiformats": "^9.9.0", + "uint8arrays": "^3.1.1", + "varint": "^6.0.0", + "web-encoding": "^1.1.5" }, "devDependencies": { "@types/lodash.isplainobject": "^4.0.7" diff --git a/packages/kms-local/CHANGELOG.md b/packages/kms-local/CHANGELOG.md index f956038b..013b2602 100644 --- a/packages/kms-local/CHANGELOG.md +++ b/packages/kms-local/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.2...v0.11.0) (2023-04-30) + + +### Features + +* Add 2020 ed25519 support. ([50cc65e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/50cc65e249001809c18d1ef0e2e751c8428ccc70)) +* add key utils package for common key functions ([0543254](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0543254d14b4ba54adeeab944315db5ba6221d47)) +* Move to pnpm from yarn ([6ed9bd5](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6ed9bd5fe72645364e631be1628710f57d5deb19)) +* Reorganize SSI-SDK crypto extensions and DIDs ([5578914](https://github.com/Sphereon-Opensource/SSI-SDK/commit/55789146f48b31e8efdd64afa464a42779a2137b)) + + + + + ## [0.10.2](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.10.2) (2023-03-11) **Note:** Version bump only for package @sphereon/bls-kms-local diff --git a/packages/kms-local/package.json b/packages/kms-local/package.json index 96ce7c08..67080072 100644 --- a/packages/kms-local/package.json +++ b/packages/kms-local/package.json @@ -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.10.2", + "version": "0.11.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -12,17 +12,17 @@ "dependencies": { "@mattrglobal/bbs-signatures": "^1.1.0", "@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.4", - "@sphereon/ssi-sdk-ext.key-utils": "workspace:*", "@sphereon/ssi-sdk-ext.did-utils": "workspace:*", - "uint8arrays": "3.1.1", + "@sphereon/ssi-sdk-ext.key-utils": "workspace:*", "@trust/keyto": "^2.0.0-alpha1", "@veramo/core": "4.2.0", "@veramo/key-manager": "4.2.0", - "@veramo/kms-local": "4.2.0" + "@veramo/kms-local": "4.2.0", + "uint8arrays": "3.1.1" }, "devDependencies": { - "@veramo/cli": "4.2.0", - "@sphereon/jsencrypt": "^3.3.2-unstable.0" + "@sphereon/jsencrypt": "^3.3.2-unstable.0", + "@veramo/cli": "4.2.0" }, "resolutions": { "**/@digitalcredentials/ed25519-verification-key-2020": "3.2.2"