Skip to content

Commit

Permalink
chore(release): v5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed May 2, 2023
1 parent b7218cb commit a5945ad
Show file tree
Hide file tree
Showing 43 changed files with 344 additions and 99 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)


### Bug Fixes

* add did-provider-peer to CLI dependencies ([#1161](https://github.com/uport-project/veramo/issues/1161)) ([38827c3](https://github.com/uport-project/veramo/commit/38827c3a12483f6791fcb3784f2a1ef27a21495f))
* **cli:** NODE_NO_WARNINGS on windows ([#1164](https://github.com/uport-project/veramo/issues/1164)) ([e9474e2](https://github.com/uport-project/veramo/commit/e9474e2882d9019677f227437702c226c79bbc87))
* **credential-ld:** external context handling with the `fetchRemoteContexts` option ([#1149](https://github.com/uport-project/veramo/issues/1149)) ([4a63f40](https://github.com/uport-project/veramo/commit/4a63f4009bea31c9111de8b5298b34b70e53fa37))
* **credential-ld:** fix Ed25519Signature2020 verification ([#1166](https://github.com/uport-project/veramo/issues/1166)) ([c965fd5](https://github.com/uport-project/veramo/commit/c965fd502f652c9929ae4753c56ebbe351447733))
* **data-store:** fix react-native migrations on older Android installations ([#1152](https://github.com/uport-project/veramo/issues/1152)) ([826b994](https://github.com/uport-project/veramo/commit/826b994c6c86f45ea05a93bfc409cec34e562ec6))
* **deps:** update dependency canonicalize to v2 ([8368462](https://github.com/uport-project/veramo/commit/8368462c415e316318855f9f762b040dbb251296))
* **deps:** update dependency express-handlebars to v7 ([2621947](https://github.com/uport-project/veramo/commit/26219471a117d0ec3d7a691e082022253aae6cd6))
* **deps:** update dependency z-schema to v6 ([0cdd100](https://github.com/uport-project/veramo/commit/0cdd100c810df0e27596a537b07f54f78b0bab6b))
* plugin schemas ([#1159](https://github.com/uport-project/veramo/issues/1159)) ([4b5f580](https://github.com/uport-project/veramo/commit/4b5f580e993857ae19541673b484b0af34f4e611))


### Features

* add did-peer provider and resolver ([#1156](https://github.com/uport-project/veramo/issues/1156)) ([9502063](https://github.com/uport-project/veramo/commit/95020632f741bd4640b3496b7b1bf19f5e6641d0))
* **did-provider-key:** add option to create the identifier from a given private key ([#1165](https://github.com/uport-project/veramo/issues/1165)) ([ad79a22](https://github.com/uport-project/veramo/commit/ad79a229666d48546c5b7ccb15c638adee44b7a6))





## [5.1.4](https://github.com/uport-project/veramo/compare/v5.1.3...v5.1.4) (2023-03-16)


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": "5.1.4",
"version": "5.2.0",
"npmClient": "pnpm",
"changelog": {
"repo": "uport-project/veramo",
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.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)


### Bug Fixes

* add did-provider-peer to CLI dependencies ([#1161](https://github.com/uport-project/veramo/issues/1161)) ([38827c3](https://github.com/uport-project/veramo/commit/38827c3a12483f6791fcb3784f2a1ef27a21495f))
* **cli:** NODE_NO_WARNINGS on windows ([#1164](https://github.com/uport-project/veramo/issues/1164)) ([e9474e2](https://github.com/uport-project/veramo/commit/e9474e2882d9019677f227437702c226c79bbc87))
* **deps:** update dependency express-handlebars to v7 ([2621947](https://github.com/uport-project/veramo/commit/26219471a117d0ec3d7a691e082022253aae6cd6))


### Features

* add did-peer provider and resolver ([#1156](https://github.com/uport-project/veramo/issues/1156)) ([9502063](https://github.com/uport-project/veramo/commit/95020632f741bd4640b3496b7b1bf19f5e6641d0))





## [5.1.4](https://github.com/uport-project/veramo/compare/v5.1.3...v5.1.4) (2023-03-16)


Expand Down
28 changes: 14 additions & 14 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": "5.1.4",
"version": "5.2.0",
"exports": {
".": {
"types": "./build/cli.d.ts",
Expand Down Expand Up @@ -38,30 +38,30 @@
"@transmute/credentials-context": "^0.7.0-unstable.79",
"@types/blessed": "^0.1.19",
"@types/swagger-ui-express": "^4.1.3",
"@veramo/core": "^5.1.2",
"@veramo/core": "^5.2.0",
"@veramo/core-types": "^5.1.2",
"@veramo/credential-eip712": "^5.1.2",
"@veramo/credential-ld": "^5.1.2",
"@veramo/credential-w3c": "^5.1.4",
"@veramo/data-store": "^5.1.2",
"@veramo/did-comm": "^5.1.2",
"@veramo/credential-eip712": "^5.2.0",
"@veramo/credential-ld": "^5.2.0",
"@veramo/credential-w3c": "^5.2.0",
"@veramo/data-store": "^5.2.0",
"@veramo/did-comm": "^5.2.0",
"@veramo/did-discovery": "^5.1.2",
"@veramo/did-jwt": "^5.1.2",
"@veramo/did-jwt": "^5.2.0",
"@veramo/did-manager": "^5.1.2",
"@veramo/did-provider-ethr": "^5.1.2",
"@veramo/did-provider-key": "^5.1.2",
"@veramo/did-provider-peer": "^5.1.2",
"@veramo/did-provider-key": "^5.2.0",
"@veramo/did-provider-peer": "^5.2.0",
"@veramo/did-provider-pkh": "^5.1.2",
"@veramo/did-provider-web": "^5.1.2",
"@veramo/did-resolver": "^5.1.2",
"@veramo/did-resolver": "^5.2.0",
"@veramo/key-manager": "^5.1.2",
"@veramo/kms-local": "^5.1.2",
"@veramo/message-handler": "^5.1.2",
"@veramo/remote-client": "^5.1.2",
"@veramo/remote-server": "^5.1.2",
"@veramo/selective-disclosure": "^5.1.2",
"@veramo/remote-server": "^5.2.0",
"@veramo/selective-disclosure": "^5.2.0",
"@veramo/url-handler": "^5.1.2",
"@veramo/utils": "^5.1.2",
"@veramo/utils": "^5.2.0",
"blessed": "^0.1.81",
"commander": "^10.0.0",
"console-table-printer": "^2.10.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)


### Bug Fixes

* **deps:** update dependency z-schema to v6 ([0cdd100](https://github.com/uport-project/veramo/commit/0cdd100c810df0e27596a537b07f54f78b0bab6b))





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

**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": "5.1.2",
"version": "5.2.0",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/credential-eip712/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)

**Note:** Version bump only for package @veramo/credential-eip712





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

**Note:** Version bump only for package @veramo/credential-eip712
Expand Down
4 changes: 2 additions & 2 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": "5.1.2",
"version": "5.2.0",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@metamask/eth-sig-util": "^5.0.0",
"@veramo/core-types": "^5.1.2",
"@veramo/utils": "^5.1.2",
"@veramo/utils": "^5.2.0",
"debug": "^4.3.3",
"eip-712-types-generation": "^0.1.6"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/credential-ld/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.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)


### Bug Fixes

* **credential-ld:** external context handling with the `fetchRemoteContexts` option ([#1149](https://github.com/uport-project/veramo/issues/1149)) ([4a63f40](https://github.com/uport-project/veramo/commit/4a63f4009bea31c9111de8b5298b34b70e53fa37))
* **credential-ld:** fix Ed25519Signature2020 verification ([#1166](https://github.com/uport-project/veramo/issues/1166)) ([c965fd5](https://github.com/uport-project/veramo/commit/c965fd502f652c9929ae4753c56ebbe351447733))





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

**Note:** Version bump only for package @veramo/credential-ld
Expand Down
4 changes: 2 additions & 2 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": "5.1.2",
"version": "5.2.0",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand All @@ -28,7 +28,7 @@
"@transmute/json-web-signature": "^0.7.0-unstable.79",
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "uport-project/EcdsaSecp256k1RecoverySignature2020",
"@veramo/core-types": "^5.1.2",
"@veramo/utils": "^5.1.2",
"@veramo/utils": "^5.2.0",
"cross-fetch": "^3.1.5",
"debug": "^4.3.3",
"did-resolver": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/credential-status/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)

**Note:** Version bump only for package @veramo/credential-status





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

**Note:** Version bump only for package @veramo/credential-status
Expand Down
4 changes: 2 additions & 2 deletions packages/credential-status/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-status",
"description": "Veramo plugin for resolving a credential status",
"version": "5.1.2",
"version": "5.2.0",
"main": "build/index.js",
"exports": "./build/index.js",
"types": "build/index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@veramo/core-types": "^5.1.2",
"@veramo/utils": "^5.1.2",
"@veramo/utils": "^5.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.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)


### Bug Fixes

* **credential-ld:** fix Ed25519Signature2020 verification ([#1166](https://github.com/uport-project/veramo/issues/1166)) ([c965fd5](https://github.com/uport-project/veramo/commit/c965fd502f652c9929ae4753c56ebbe351447733))
* **deps:** update dependency canonicalize to v2 ([8368462](https://github.com/uport-project/veramo/commit/8368462c415e316318855f9f762b040dbb251296))





## [5.1.4](https://github.com/uport-project/veramo/compare/v5.1.3...v5.1.4) (2023-03-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-w3c",
"description": "Veramo plugin for working with W3C Verifiable Credentials & Presentations.",
"version": "5.1.4",
"version": "5.2.0",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@veramo/core-types": "^5.1.2",
"@veramo/message-handler": "^5.1.2",
"@veramo/utils": "^5.1.2",
"@veramo/utils": "^5.2.0",
"canonicalize": "^2.0.0",
"debug": "^4.3.3",
"did-jwt": "^6.11.0",
Expand All @@ -25,7 +25,7 @@
"uuid": "^9.0.0"
},
"optionalDependencies": {
"@veramo/credential-ld": "^5.1.2"
"@veramo/credential-ld": "^5.2.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/data-store-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)

**Note:** Version bump only for package @veramo/data-store-json





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

**Note:** Version bump only for package @veramo/data-store-json
Expand Down
4 changes: 2 additions & 2 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": "5.1.2",
"version": "5.2.0",
"main": "build/index.js",
"exports": "./build/index.js",
"types": "build/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"@veramo/core-types": "^5.1.2",
"@veramo/did-manager": "^5.1.2",
"@veramo/key-manager": "^5.1.2",
"@veramo/utils": "^5.1.2",
"@veramo/utils": "^5.2.0",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
"uuid": "^9.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/data-store/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.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)


### Bug Fixes

* **data-store:** fix react-native migrations on older Android installations ([#1152](https://github.com/uport-project/veramo/issues/1152)) ([826b994](https://github.com/uport-project/veramo/commit/826b994c6c86f45ea05a93bfc409cec34e562ec6))





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

**Note:** Version bump only for package @veramo/data-store
Expand Down
4 changes: 2 additions & 2 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/data-store",
"description": "Veramo data storage plugin based on TypeORM database drivers",
"version": "5.1.2",
"version": "5.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"@veramo/did-discovery": "^5.1.2",
"@veramo/did-manager": "^5.1.2",
"@veramo/key-manager": "^5.1.2",
"@veramo/utils": "^5.1.2",
"@veramo/utils": "^5.2.0",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
"typeorm": "^0.3.10",
Expand Down
17 changes: 17 additions & 0 deletions packages/did-comm/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.

# [5.2.0](https://github.com/uport-project/veramo/compare/v5.1.4...v5.2.0) (2023-05-02)


### Bug Fixes

* **credential-ld:** fix Ed25519Signature2020 verification ([#1166](https://github.com/uport-project/veramo/issues/1166)) ([c965fd5](https://github.com/uport-project/veramo/commit/c965fd502f652c9929ae4753c56ebbe351447733))
* plugin schemas ([#1159](https://github.com/uport-project/veramo/issues/1159)) ([4b5f580](https://github.com/uport-project/veramo/commit/4b5f580e993857ae19541673b484b0af34f4e611))


### Features

* add did-peer provider and resolver ([#1156](https://github.com/uport-project/veramo/issues/1156)) ([9502063](https://github.com/uport-project/veramo/commit/95020632f741bd4640b3496b7b1bf19f5e6641d0))





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

**Note:** Version bump only for package @veramo/did-comm
Expand Down
Loading

0 comments on commit a5945ad

Please sign in to comment.