Skip to content

Commit

Permalink
chore(release): v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Jul 30, 2023
1 parent 8df3ab6 commit 636149f
Show file tree
Hide file tree
Showing 28 changed files with 186 additions and 18 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([462b5e3](https://github.com/Sphereon-Opensource/veramo-BBS/commit/462b5e33d31bfdc55bc4d8cf05868a4c945ea386))
* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-Opensource/veramo-BBS/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))
* Add DID web provider, with RSA and multi key import support ([8335fbe](https://github.com/Sphereon-Opensource/veramo-BBS/commit/8335fbe16e4a7740a11e225c99afb516c305d27f))
* Add support for RSA key generation and RSA to JWK ([75ba154](https://github.com/Sphereon-Opensource/veramo-BBS/commit/75ba154bb110a50a1892a5308627895a93f527a4))
* Allow to define controller key when importing keys for a did:web ([89b4916](https://github.com/Sphereon-Opensource/veramo-BBS/commit/89b4916d5496decd38e91c7962f9045d835393a8))
* Check also for other supported encryption algorithms when JWK use property is used ([36a8ae4](https://github.com/Sphereon-Opensource/veramo-BBS/commit/36a8ae45105791464432eb287988976b1ddfdb1e))
* Identifier to DID Document and DID resolution ([76e7212](https://github.com/Sphereon-Opensource/veramo-BBS/commit/76e7212cd6f7f27315d6b6bfdb17154124f3158e))





## [0.12.1](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.12.0...v0.12.1) (2023-06-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.12.1",
"version": "0.13.0",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
12 changes: 12 additions & 0 deletions packages/did-provider-ebsi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))
* Add DID web provider, with RSA and multi key import support ([8335fbe](https://github.com/Sphereon-Opensource/SSI-SDK/commit/8335fbe16e4a7740a11e225c99afb516c305d27f))





## [0.12.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.12.0...v0.12.1) (2023-06-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ebsi/package.json
Original file line number Diff line number Diff line change
@@ -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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))





## [0.12.1](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.12.0...v0.12.1) (2023-06-24)

### 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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))
* Add DID web provider, with RSA and multi key import support ([8335fbe](https://github.com/Sphereon-Opensource/SSI-SDK/commit/8335fbe16e4a7740a11e225c99afb516c305d27f))





## [0.12.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.12.0...v0.12.1) (2023-06-24)

### 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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-lto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))





## [0.12.1](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.12.0...v0.12.1) (2023-06-24)

### Bug Fixes
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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/did-provider-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add DID web provider, with RSA and multi key import support ([8335fbe](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/8335fbe16e4a7740a11e225c99afb516c305d27f))
* Allow to define controller key when importing keys for a did:web ([89b4916](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/89b4916d5496decd38e91c7962f9045d835393a8))





## [5.1.2](https://github.com/uport-project/veramo/compare/v5.1.1...v5.1.2) (2023-02-25)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/did-provider-web/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-web",
"description": "plugin that can enable creation and control of did:web identifiers.",
"version": "0.12.1",
"version": "0.13.0",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@sphereon/ssi-sdk-ext.did-utils": "workspace:*",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "workspace:*",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/did-resolver-ebsi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))





## [0.12.1](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.12.0...v0.12.1) (2023-06-24)

### Bug Fixes
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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-resolver-jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))





## [0.12.1](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.12.0...v0.12.1) (2023-06-24)

### 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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-resolver-key/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))





## [0.12.1](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.12.0...v0.12.1) (2023-06-24)

### Bug Fixes
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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/did-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([462b5e3](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/462b5e33d31bfdc55bc4d8cf05868a4c945ea386))
* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))
* Check also for other supported encryption algorithms when JWK use property is used ([36a8ae4](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/36a8ae45105791464432eb287988976b1ddfdb1e))
* Identifier to DID Document and DID resolution ([76e7212](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/76e7212cd6f7f27315d6b6bfdb17154124f3158e))





## [0.12.1](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.12.0...v0.12.1) (2023-06-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/key-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))





## [0.12.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.12.0...v0.12.1) (2023-06-24)

### 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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/key-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))
* Add support for RSA key generation and RSA to JWK ([75ba154](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/75ba154bb110a50a1892a5308627895a93f527a4))





## [0.12.1](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.12.0...v0.12.1) (2023-06-24)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions 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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,12 +10,12 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@veramo/core": "4.2.0",
"@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.4",
"@ethersproject/random": "^5.6.1",
"@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.4",
"@stablelib/ed25519": "^1.0.2",
"@stablelib/sha256": "^1.0.1",
"@stablelib/sha512": "^1.0.1",
"@veramo/core": "4.2.0",
"base64url": "^3.0.1",
"debug": "^4.3.4",
"did-resolver": "^4.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/kms-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.12.1...v0.13.0) (2023-07-30)


### Features

* Add agent resolver method ([3c7b21e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/3c7b21e13538fac64581c0c73d0450ef6e9b56f0))
* Add support for RSA key generation and RSA to JWK ([75ba154](https://github.com/Sphereon-Opensource/SSI-SDK/commit/75ba154bb110a50a1892a5308627895a93f527a4))





## [0.12.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.12.0...v0.12.1) (2023-06-24)

### 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.12.1",
"version": "0.13.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 636149f

Please sign in to comment.