Skip to content

Commit

Permalink
chore(release): v4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Nov 1, 2022
1 parent fe10c70 commit 4349350
Show file tree
Hide file tree
Showing 58 changed files with 364 additions and 132 deletions.
8 changes: 8 additions & 0 deletions 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.

## [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





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)


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.0",
"version": "4.1.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

## [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/cli





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)


Expand Down
40 changes: 20 additions & 20 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.0",
"version": "4.1.1",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -18,25 +18,25 @@
"@microsoft/api-extractor-model": "7.18.0",
"@types/blessed": "^0.1.17",
"@types/swagger-ui-express": "^4.1.3",
"@veramo/core": "^4.1.0",
"@veramo/credential-ld": "^4.1.0",
"@veramo/credential-w3c": "^4.1.0",
"@veramo/data-store": "^4.1.0",
"@veramo/did-comm": "^4.1.0",
"@veramo/did-discovery": "^4.1.0",
"@veramo/did-jwt": "^4.1.0",
"@veramo/did-manager": "^4.1.0",
"@veramo/did-provider-ethr": "^4.1.0",
"@veramo/did-provider-key": "^4.1.0",
"@veramo/did-provider-web": "^4.1.0",
"@veramo/did-resolver": "^4.1.0",
"@veramo/key-manager": "^4.1.0",
"@veramo/kms-local": "^4.1.0",
"@veramo/message-handler": "^4.1.0",
"@veramo/remote-client": "^4.1.0",
"@veramo/remote-server": "^4.1.0",
"@veramo/selective-disclosure": "^4.1.0",
"@veramo/url-handler": "^4.1.0",
"@veramo/core": "^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.1",
"@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",
"blessed": "^0.1.81",
"commander": "^9.0.0",
"console-table-printer": "^2.10.0",
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.

## [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





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)


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.0",
"version": "4.1.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
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.

## [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





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)

**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.0",
"version": "4.1.1",
"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.0",
"@veramo/utils": "^4.1.0",
"@veramo/core": "^4.1.1",
"@veramo/utils": "^4.1.1",
"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.

## [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





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)


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.0",
"version": "4.1.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"@transmute/credentials-context": "^0.7.0-unstable.67",
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.67",
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "uport-project/EcdsaSecp256k1RecoverySignature2020",
"@veramo/core": "^4.1.0",
"@veramo/did-resolver": "^4.1.0",
"@veramo/utils": "^4.1.0",
"@veramo/core": "^4.1.1",
"@veramo/did-resolver": "^4.1.1",
"@veramo/utils": "^4.1.1",
"debug": "^4.3.3",
"did-resolver": "^4.0.1",
"uint8arrays": "^3.0.0"
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.

## [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





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)


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.0",
"version": "4.1.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^4.1.0",
"@veramo/utils": "^4.1.0",
"@veramo/core": "^4.1.1",
"@veramo/utils": "^4.1.1",
"credential-status": "^2.0.5",
"did-jwt": "^6.9.0",
"did-resolver": "^4.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/credential-w3c/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.

## [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





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)


Expand Down
14 changes: 7 additions & 7 deletions packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@veramo/credential-w3c",
"description": "Veramo plugin for working with W3C Verifiable Credentials & Presentations.",
"version": "4.1.0",
"version": "4.1.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^4.1.0",
"@veramo/did-jwt": "^4.1.0",
"@veramo/did-resolver": "^4.1.0",
"@veramo/message-handler": "^4.1.0",
"@veramo/utils": "^4.1.0",
"@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",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
"did-resolver": "^4.0.1",
"uint8arrays": "^3.0.0",
"uuid": "^9.0.0"
},
"optionalDependencies": {
"@veramo/credential-ld": "^4.1.0"
"@veramo/credential-ld": "^4.1.1"
},
"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.

## [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





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)

**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.0",
"version": "4.1.1",
"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.0",
"@veramo/data-store": "^4.1.0",
"@veramo/did-discovery": "^4.1.0",
"@veramo/did-manager": "^4.1.0",
"@veramo/key-manager": "^4.1.0",
"@veramo/utils": "^4.1.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",
"debug": "^4.3.3"
},
"devDependencies": {
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.

## [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





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)

**Note:** Version bump only for package @veramo/data-store
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": "4.1.0",
"version": "4.1.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^4.1.0",
"@veramo/did-discovery": "^4.1.0",
"@veramo/did-manager": "^4.1.0",
"@veramo/key-manager": "^4.1.0",
"@veramo/utils": "^4.1.0",
"@veramo/core": "^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",
"debug": "^4.3.3",
"typeorm": "^0.3.10"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/did-comm/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.

## [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/did-comm





# [4.1.0](https://github.com/uport-project/veramo/compare/v4.0.2...v4.1.0) (2022-10-31)


Expand Down
8 changes: 4 additions & 4 deletions packages/did-comm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/did-comm",
"description": "Veramo messaging plugin implementing DIDComm v2.",
"version": "4.1.0",
"version": "4.1.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -16,9 +16,9 @@
"dependencies": {
"@ethersproject/signing-key": "^5.7.0",
"@stablelib/ed25519": "^1.0.2",
"@veramo/core": "^4.1.0",
"@veramo/message-handler": "^4.1.0",
"@veramo/utils": "^4.1.0",
"@veramo/core": "^4.1.1",
"@veramo/message-handler": "^4.1.1",
"@veramo/utils": "^4.1.1",
"cross-fetch": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "^6.9.0",
Expand Down
Loading

0 comments on commit 4349350

Please sign in to comment.