Skip to content

Commit

Permalink
chore(release): v4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Dec 5, 2022
1 parent dee2eaf commit 764bc46
Show file tree
Hide file tree
Showing 60 changed files with 519 additions and 141 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **cli:** fix bug in schema generator ([d4c63c1](https://github.com/uport-project/veramo/commit/d4c63c1d1c3acb2a2f576450384250163ae7e0a0))
* **credential-ld:** simplify signature suite use of Uint8Array ([49a10ec](https://github.com/uport-project/veramo/commit/49a10ecc29d56118ac09c5df73fed885fe6988c1))
* **credential-w3c:** correct verification of credentials given as objects with jwt proofs ([#1071](https://github.com/uport-project/veramo/issues/1071)) ([b0d75e9](https://github.com/uport-project/veramo/commit/b0d75e9af7f28384ce2e5ef744dfbc3c302cd1a8))
* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))
* **deps:** Update dependency @digitalcredentials/vc to v5 ([1bdc802](https://github.com/uport-project/veramo/commit/1bdc80240578aff13240dfe45b9a12b0720d1d4d))
* **deps:** Update dependency ethr-did-resolver to v8 ([f475dbc](https://github.com/uport-project/veramo/commit/f475dbc1c2dbb4b7f6b3396c3e6947eac2931736))
* **did-provider-ion:** await and update deps ([#1074](https://github.com/uport-project/veramo/issues/1074)) ([8cea4c0](https://github.com/uport-project/veramo/commit/8cea4c04746a3ef05e400df51a1b47168b46e45d))
* didcomm message handler should attempt to pass message to other handlers ([#1064](https://github.com/uport-project/veramo/issues/1064)) ([5e18427](https://github.com/uport-project/veramo/commit/5e18427dc10e3724ca141efe923a789cd0f54688))
* **utils:** correctly extract publicKeyHex from [Ed/X]25519 2020 keys ([#1076](https://github.com/uport-project/veramo/issues/1076)) ([c73002c](https://github.com/uport-project/veramo/commit/c73002c97d8c688e343aba65efd4c8e857a96522)), closes [#1067](https://github.com/uport-project/veramo/issues/1067)


### Features

* add eip712 issuer to CLI and default agent config ([#1065](https://github.com/uport-project/veramo/issues/1065)) ([33c7cee](https://github.com/uport-project/veramo/commit/33c7ceed3b9850cfd6f5677aeeb89aeda2be72e5))
* **credential-ld:** add `Ed25519Signature2020` & `JsonWebSignature2020` experimental support ([#1030](https://github.com/uport-project/veramo/issues/1030)) ([fbf7d48](https://github.com/uport-project/veramo/commit/fbf7d483c3549ec45df84472824395903128d66e)), closes [#1003](https://github.com/uport-project/veramo/issues/1003)
* **did-provider-pkh:** implement did:pkh support. ([#1052](https://github.com/uport-project/veramo/issues/1052)) ([5ad0bfb](https://github.com/uport-project/veramo/commit/5ad0bfb713dca8fd24b99ddf053335340a39e7b3)), closes [#1024](https://github.com/uport-project/veramo/issues/1024)





## [4.1.2](https://github.com/uport-project/veramo/compare/v4.1.1...v4.1.2) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.2",
"version": "4.2.0",
"packages": [
"packages/*"
],
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **cli:** fix bug in schema generator ([d4c63c1](https://github.com/uport-project/veramo/commit/d4c63c1d1c3acb2a2f576450384250163ae7e0a0))
* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))
* **deps:** Update dependency ethr-did-resolver to v8 ([f475dbc](https://github.com/uport-project/veramo/commit/f475dbc1c2dbb4b7f6b3396c3e6947eac2931736))


### Features

* add eip712 issuer to CLI and default agent config ([#1065](https://github.com/uport-project/veramo/issues/1065)) ([33c7cee](https://github.com/uport-project/veramo/commit/33c7ceed3b9850cfd6f5677aeeb89aeda2be72e5))





## [4.1.2](https://github.com/uport-project/veramo/compare/v4.1.1...v4.1.2) (2022-11-03)


Expand Down
42 changes: 21 additions & 21 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/cli",
"description": "Veramo command line application.",
"version": "4.1.2",
"version": "4.2.0",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -18,26 +18,26 @@
"@microsoft/api-extractor-model": "^7.25.2",
"@types/blessed": "^0.1.19",
"@types/swagger-ui-express": "^4.1.3",
"@veramo/core": "^4.1.1",
"@veramo/credential-eip712": "^4.1.1",
"@veramo/credential-ld": "^4.1.1",
"@veramo/credential-w3c": "^4.1.1",
"@veramo/data-store": "^4.1.1",
"@veramo/did-comm": "^4.1.1",
"@veramo/did-discovery": "^4.1.1",
"@veramo/did-jwt": "^4.1.1",
"@veramo/did-manager": "^4.1.1",
"@veramo/did-provider-ethr": "^4.1.2",
"@veramo/did-provider-key": "^4.1.1",
"@veramo/did-provider-web": "^4.1.1",
"@veramo/did-resolver": "^4.1.1",
"@veramo/key-manager": "^4.1.1",
"@veramo/kms-local": "^4.1.1",
"@veramo/message-handler": "^4.1.1",
"@veramo/remote-client": "^4.1.1",
"@veramo/remote-server": "^4.1.1",
"@veramo/selective-disclosure": "^4.1.1",
"@veramo/url-handler": "^4.1.1",
"@veramo/core": "^4.2.0",
"@veramo/credential-eip712": "^4.2.0",
"@veramo/credential-ld": "^4.2.0",
"@veramo/credential-w3c": "^4.2.0",
"@veramo/data-store": "^4.2.0",
"@veramo/did-comm": "^4.2.0",
"@veramo/did-discovery": "^4.2.0",
"@veramo/did-jwt": "^4.2.0",
"@veramo/did-manager": "^4.2.0",
"@veramo/did-provider-ethr": "^4.2.0",
"@veramo/did-provider-key": "^4.2.0",
"@veramo/did-provider-web": "^4.2.0",
"@veramo/did-resolver": "^4.2.0",
"@veramo/key-manager": "^4.2.0",
"@veramo/kms-local": "^4.2.0",
"@veramo/message-handler": "^4.2.0",
"@veramo/remote-client": "^4.2.0",
"@veramo/remote-server": "^4.2.0",
"@veramo/selective-disclosure": "^4.2.0",
"@veramo/url-handler": "^4.2.0",
"blessed": "^0.1.81",
"commander": "^9.0.0",
"console-table-printer": "^2.10.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/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.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **cli:** fix bug in schema generator ([d4c63c1](https://github.com/uport-project/veramo/commit/d4c63c1d1c3acb2a2f576450384250163ae7e0a0))
* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))





## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01)

**Note:** Version bump only for package @veramo/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/core",
"description": "Veramo Core Logic & Interfaces.",
"version": "4.1.1",
"version": "4.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/credential-eip712/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.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))





## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01)

**Note:** Version bump only for package @veramo/credential-eip712
Expand Down
6 changes: 3 additions & 3 deletions packages/credential-eip712/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-eip712",
"description": "Veramo plugin for working with EIP712 Verifiable Credentials & Presentations.",
"version": "4.1.1",
"version": "4.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@metamask/eth-sig-util": "^5.0.0",
"@veramo/core": "^4.1.1",
"@veramo/utils": "^4.1.1",
"@veramo/core": "^4.2.0",
"@veramo/utils": "^4.2.0",
"debug": "^4.3.3",
"eip-712-types-generation": "^0.1.6"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/credential-ld/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **credential-ld:** simplify signature suite use of Uint8Array ([49a10ec](https://github.com/uport-project/veramo/commit/49a10ecc29d56118ac09c5df73fed885fe6988c1))
* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))
* **deps:** Update dependency @digitalcredentials/vc to v5 ([1bdc802](https://github.com/uport-project/veramo/commit/1bdc80240578aff13240dfe45b9a12b0720d1d4d))


### Features

* **credential-ld:** add `Ed25519Signature2020` & `JsonWebSignature2020` experimental support ([#1030](https://github.com/uport-project/veramo/issues/1030)) ([fbf7d48](https://github.com/uport-project/veramo/commit/fbf7d483c3549ec45df84472824395903128d66e)), closes [#1003](https://github.com/uport-project/veramo/issues/1003)
* **did-provider-pkh:** implement did:pkh support. ([#1052](https://github.com/uport-project/veramo/issues/1052)) ([5ad0bfb](https://github.com/uport-project/veramo/commit/5ad0bfb713dca8fd24b99ddf053335340a39e7b3)), closes [#1024](https://github.com/uport-project/veramo/issues/1024)





## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01)

**Note:** Version bump only for package @veramo/credential-ld
Expand Down
8 changes: 4 additions & 4 deletions packages/credential-ld/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-ld",
"description": "Veramo plugin for working with W3C JSON-LD Verifiable Credentials & Presentations.",
"version": "4.1.1",
"version": "4.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -22,9 +22,9 @@
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.67",
"@transmute/json-web-signature": "^0.7.0-unstable.67",
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "uport-project/EcdsaSecp256k1RecoverySignature2020",
"@veramo/core": "^4.1.1",
"@veramo/did-resolver": "^4.1.1",
"@veramo/utils": "^4.1.1",
"@veramo/core": "^4.2.0",
"@veramo/did-resolver": "^4.2.0",
"@veramo/utils": "^4.2.0",
"debug": "^4.3.3",
"did-resolver": "^4.0.1",
"uint8arrays": "^3.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/credential-status/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.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))





## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01)

**Note:** Version bump only for package @veramo/credential-status
Expand Down
6 changes: 3 additions & 3 deletions packages/credential-status/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@veramo/credential-status",
"description": "Veramo plugin for resolving a credential status",
"version": "4.1.1",
"version": "4.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^4.1.1",
"@veramo/utils": "^4.1.1",
"@veramo/core": "^4.2.0",
"@veramo/utils": "^4.2.0",
"credential-status": "^2.0.5",
"did-jwt": "^6.9.0",
"did-resolver": "^4.0.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/credential-w3c/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.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **credential-w3c:** correct verification of credentials given as objects with jwt proofs ([#1071](https://github.com/uport-project/veramo/issues/1071)) ([b0d75e9](https://github.com/uport-project/veramo/commit/b0d75e9af7f28384ce2e5ef744dfbc3c302cd1a8))
* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))





## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01)

**Note:** Version bump only for package @veramo/credential-w3c
Expand Down
14 changes: 7 additions & 7 deletions packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@veramo/credential-w3c",
"description": "Veramo plugin for working with W3C Verifiable Credentials & Presentations.",
"version": "4.1.1",
"version": "4.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^4.1.1",
"@veramo/did-jwt": "^4.1.1",
"@veramo/did-resolver": "^4.1.1",
"@veramo/message-handler": "^4.1.1",
"@veramo/utils": "^4.1.1",
"@veramo/core": "^4.2.0",
"@veramo/did-jwt": "^4.2.0",
"@veramo/did-resolver": "^4.2.0",
"@veramo/message-handler": "^4.2.0",
"@veramo/utils": "^4.2.0",
"canonicalize": "^1.0.8",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
Expand All @@ -22,7 +22,7 @@
"uuid": "^9.0.0"
},
"optionalDependencies": {
"@veramo/credential-ld": "^4.1.1"
"@veramo/credential-ld": "^4.2.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/data-store-json/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.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))





## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01)

**Note:** Version bump only for package @veramo/data-store-json
Expand Down
14 changes: 7 additions & 7 deletions packages/data-store-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/data-store-json",
"description": "Veramo data storage based on a JSON tree",
"version": "4.1.1",
"version": "4.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -10,12 +10,12 @@
},
"dependencies": {
"@ungap/structured-clone": "^1.0.0",
"@veramo/core": "^4.1.1",
"@veramo/data-store": "^4.1.1",
"@veramo/did-discovery": "^4.1.1",
"@veramo/did-manager": "^4.1.1",
"@veramo/key-manager": "^4.1.1",
"@veramo/utils": "^4.1.1",
"@veramo/core": "^4.2.0",
"@veramo/data-store": "^4.2.0",
"@veramo/did-discovery": "^4.2.0",
"@veramo/did-manager": "^4.2.0",
"@veramo/key-manager": "^4.2.0",
"@veramo/utils": "^4.2.0",
"debug": "^4.3.3"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/data-store/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.

# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


### Bug Fixes

* **credential-ld:** simplify signature suite use of Uint8Array ([49a10ec](https://github.com/uport-project/veramo/commit/49a10ecc29d56118ac09c5df73fed885fe6988c1))
* **deps:** bump dependencies ([701b8ed](https://github.com/uport-project/veramo/commit/701b8edf981ea11c7ddb6a81d2817dbbdbb022f3))





## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01)

**Note:** Version bump only for package @veramo/data-store
Expand Down
Loading

0 comments on commit 764bc46

Please sign in to comment.