Skip to content

Commit

Permalink
chore(release): v5.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Feb 25, 2023
1 parent 9db312f commit f73c593
Show file tree
Hide file tree
Showing 65 changed files with 529 additions and 252 deletions.
11 changes: 11 additions & 0 deletions 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.1.2](https://github.com/uport-project/veramo/compare/v5.1.1...v5.1.2) (2023-02-25)


### Bug Fixes

* **ci:** minor changes to trigger release alignment ([9db312f](https://github.com/uport-project/veramo/commit/9db312f8f049ec13ef394dc77fe6e2759143790d))





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


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.1",
"version": "5.1.2",
"npmClient": "pnpm",
"changelog": {
"repo": "uport-project/veramo",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.1.2](https://github.com/uport-project/veramo/compare/v5.1.1...v5.1.2) (2023-02-25)


### Bug Fixes

* **ci:** minor changes to trigger release alignment ([9db312f](https://github.com/uport-project/veramo/commit/9db312f8f049ec13ef394dc77fe6e2759143790d))





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


Expand Down
48 changes: 24 additions & 24 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.0",
"version": "5.1.2",
"exports": {
".": {
"types": "./build/cli.d.ts",
Expand Down Expand Up @@ -38,29 +38,29 @@
"@transmute/credentials-context": "^0.7.0-unstable.79",
"@types/blessed": "^0.1.19",
"@types/swagger-ui-express": "^4.1.3",
"@veramo/core": "^5.1.0",
"@veramo/core-types": "^5.1.0",
"@veramo/credential-eip712": "^5.1.0",
"@veramo/credential-ld": "^5.1.0",
"@veramo/credential-w3c": "^5.1.0",
"@veramo/data-store": "^5.1.0",
"@veramo/did-comm": "^5.1.0",
"@veramo/did-discovery": "^5.1.0",
"@veramo/did-jwt": "^5.1.0",
"@veramo/did-manager": "^5.1.0",
"@veramo/did-provider-ethr": "^5.1.0",
"@veramo/did-provider-key": "^5.1.0",
"@veramo/did-provider-pkh": "^5.1.0",
"@veramo/did-provider-web": "^5.1.0",
"@veramo/did-resolver": "^5.1.0",
"@veramo/key-manager": "^5.1.0",
"@veramo/kms-local": "^5.1.0",
"@veramo/message-handler": "^5.1.0",
"@veramo/remote-client": "^5.1.0",
"@veramo/remote-server": "^5.1.0",
"@veramo/selective-disclosure": "^5.1.0",
"@veramo/url-handler": "^5.1.0",
"@veramo/utils": "^5.1.0",
"@veramo/core": "^5.1.2",
"@veramo/core-types": "^5.1.2",
"@veramo/credential-eip712": "^5.1.2",
"@veramo/credential-ld": "^5.1.2",
"@veramo/credential-w3c": "^5.1.2",
"@veramo/data-store": "^5.1.2",
"@veramo/did-comm": "^5.1.2",
"@veramo/did-discovery": "^5.1.2",
"@veramo/did-jwt": "^5.1.2",
"@veramo/did-manager": "^5.1.2",
"@veramo/did-provider-ethr": "^5.1.2",
"@veramo/did-provider-key": "^5.1.2",
"@veramo/did-provider-pkh": "^5.1.2",
"@veramo/did-provider-web": "^5.1.2",
"@veramo/did-resolver": "^5.1.2",
"@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/url-handler": "^5.1.2",
"@veramo/utils": "^5.1.2",
"blessed": "^0.1.81",
"commander": "^10.0.0",
"console-table-printer": "^2.10.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core-types/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.1.2](https://github.com/uport-project/veramo/compare/v5.1.1...v5.1.2) (2023-02-25)


### Bug Fixes

* **ci:** minor changes to trigger release alignment ([9db312f](https://github.com/uport-project/veramo/commit/9db312f8f049ec13ef394dc77fe6e2759143790d))





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/core-types",
"description": "Veramo Core Logic & Interfaces.",
"version": "5.1.0",
"version": "5.1.2",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.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





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "5.1.2",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand All @@ -13,7 +13,7 @@
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
},
"dependencies": {
"@veramo/core-types": "^5.1.0",
"@veramo/core-types": "^5.1.2",
"debug": "^4.3.4",
"events": "^3.2.0",
"z-schema": "^5.0.5"
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.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





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


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": "5.1.0",
"version": "5.1.2",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@metamask/eth-sig-util": "^5.0.0",
"@veramo/core-types": "^5.1.0",
"@veramo/utils": "^5.1.0",
"@veramo/core-types": "^5.1.2",
"@veramo/utils": "^5.1.2",
"debug": "^4.3.3",
"eip-712-types-generation": "^0.1.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/credential-ld/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.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





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


Expand Down
6 changes: 3 additions & 3 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.0",
"version": "5.1.2",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand All @@ -27,8 +27,8 @@
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.79",
"@transmute/json-web-signature": "^0.7.0-unstable.79",
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "uport-project/EcdsaSecp256k1RecoverySignature2020",
"@veramo/core-types": "^5.1.0",
"@veramo/utils": "^5.1.0",
"@veramo/core-types": "^5.1.2",
"@veramo/utils": "^5.1.2",
"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.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





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)

**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,7 +1,7 @@
{
"name": "@veramo/credential-status",
"description": "Veramo plugin for resolving a credential status",
"version": "5.1.0",
"version": "5.1.2",
"main": "build/index.js",
"exports": "./build/index.js",
"types": "build/index.d.ts",
Expand All @@ -10,8 +10,8 @@
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
},
"dependencies": {
"@veramo/core-types": "^5.1.0",
"@veramo/utils": "^5.1.0",
"@veramo/core-types": "^5.1.2",
"@veramo/utils": "^5.1.2",
"credential-status": "^2.0.5",
"did-jwt": "^6.9.0",
"did-resolver": "^4.0.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/credential-w3c/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.1.2](https://github.com/uport-project/veramo/compare/v5.1.1...v5.1.2) (2023-02-25)


### Bug Fixes

* **ci:** minor changes to trigger release alignment ([9db312f](https://github.com/uport-project/veramo/commit/9db312f8f049ec13ef394dc77fe6e2759143790d))





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)

**Note:** Version bump only for package @veramo/credential-w3c
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "5.1.2",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand All @@ -13,9 +13,9 @@
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
},
"dependencies": {
"@veramo/core-types": "^5.1.0",
"@veramo/message-handler": "^5.1.0",
"@veramo/utils": "^5.1.0",
"@veramo/core-types": "^5.1.2",
"@veramo/message-handler": "^5.1.2",
"@veramo/utils": "^5.1.2",
"canonicalize": "^1.0.8",
"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.0"
"@veramo/credential-ld": "^5.1.2"
},
"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.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





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


Expand Down
10 changes: 5 additions & 5 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.0",
"version": "5.1.2",
"main": "build/index.js",
"exports": "./build/index.js",
"types": "build/index.d.ts",
Expand All @@ -11,10 +11,10 @@
},
"dependencies": {
"@ungap/structured-clone": "^1.0.0",
"@veramo/core-types": "^5.1.0",
"@veramo/did-manager": "^5.1.0",
"@veramo/key-manager": "^5.1.0",
"@veramo/utils": "^5.1.0",
"@veramo/core-types": "^5.1.2",
"@veramo/did-manager": "^5.1.2",
"@veramo/key-manager": "^5.1.2",
"@veramo/utils": "^5.1.2",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
"uuid": "^9.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/data-store/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.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





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


Expand Down
12 changes: 6 additions & 6 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@veramo/data-store",
"description": "Veramo data storage plugin based on TypeORM database drivers",
"version": "5.1.0",
"version": "5.1.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
},
"dependencies": {
"@veramo/core-types": "^5.1.0",
"@veramo/did-discovery": "^5.1.0",
"@veramo/did-manager": "^5.1.0",
"@veramo/key-manager": "^5.1.0",
"@veramo/utils": "^5.1.0",
"@veramo/core-types": "^5.1.2",
"@veramo/did-discovery": "^5.1.2",
"@veramo/did-manager": "^5.1.2",
"@veramo/key-manager": "^5.1.2",
"@veramo/utils": "^5.1.2",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
"typeorm": "^0.3.10",
Expand Down
Loading

0 comments on commit f73c593

Please sign in to comment.