Skip to content

Commit

Permalink
chore(release): v2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Aug 11, 2021
1 parent d7cd14b commit 2f86bf7
Show file tree
Hide file tree
Showing 40 changed files with 279 additions and 74 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)


### Bug Fixes

* **cli:** export recent methods from CLI local and remote ([44da085](https://github.com/uport-project/veramo/commit/44da0856bfdeb8f47ad85086e2d600d1e7e7f06a))
* **credentials-w3c:** accept Presentations without Credentials ([#616](https://github.com/uport-project/veramo/issues/616)) ([2389cd0](https://github.com/uport-project/veramo/commit/2389cd0df080e968ee320d66fabf2e8a7b51ba47))
* dataStoreDeleteVerifiableCredential ([#652](https://github.com/uport-project/veramo/issues/652)) ([840d89b](https://github.com/uport-project/veramo/commit/840d89ba097b89c061c9206057e05bd2e3d3a630)), closes [#649](https://github.com/uport-project/veramo/issues/649)
* **deps:** update dependency @microsoft/api-extractor to v7.18.4 ([ec64d56](https://github.com/uport-project/veramo/commit/ec64d56eadf23a01946ad5cec3c4fcbd116ec073))
* **deps:** update dependency ts-json-schema-generator to ^0.95.0 ([76e0133](https://github.com/uport-project/veramo/commit/76e0133ff818d805fe3ebbfb601073a568d1bd25))
* **deps:** update dependency ws to v8 ([#643](https://github.com/uport-project/veramo/issues/643)) ([40fae61](https://github.com/uport-project/veramo/commit/40fae6198f427283c0db4db29fde53360deec37b))


### Features

* **data-store:** delete verifiable credential ([#634](https://github.com/uport-project/veramo/issues/634)) ([c7b0131](https://github.com/uport-project/veramo/commit/c7b0131c94e21c5c6800990c5743418b6b135a30)), closes [#635](https://github.com/uport-project/veramo/issues/635)





## [2.0.1](https://github.com/uport-project/veramo/compare/v2.0.0...v2.0.1) (2021-07-20)


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

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)


### Bug Fixes

* **cli:** export recent methods from CLI local and remote ([44da085](https://github.com/uport-project/veramo/commit/44da0856bfdeb8f47ad85086e2d600d1e7e7f06a))
* **deps:** update dependency @microsoft/api-extractor to v7.18.4 ([ec64d56](https://github.com/uport-project/veramo/commit/ec64d56eadf23a01946ad5cec3c4fcbd116ec073))
* **deps:** update dependency ts-json-schema-generator to ^0.95.0 ([76e0133](https://github.com/uport-project/veramo/commit/76e0133ff818d805fe3ebbfb601073a568d1bd25))
* **deps:** update dependency ws to v8 ([#643](https://github.com/uport-project/veramo/issues/643)) ([40fae61](https://github.com/uport-project/veramo/commit/40fae6198f427283c0db4db29fde53360deec37b))





## [2.0.1](https://github.com/uport-project/veramo/compare/v2.0.0...v2.0.1) (2021-07-20)


Expand Down
38 changes: 19 additions & 19 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": "2.0.1",
"version": "2.1.0",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -18,24 +18,24 @@
"@microsoft/api-extractor-model": "7.13.4",
"@types/blessed": "^0.1.17",
"@types/swagger-ui-express": "^4.1.2",
"@veramo/core": "^2.0.0",
"@veramo/credential-w3c": "^2.0.0",
"@veramo/data-store": "^2.0.0",
"@veramo/did-comm": "^2.0.0",
"@veramo/did-discovery": "^2.0.0",
"@veramo/did-jwt": "^2.0.0",
"@veramo/did-manager": "^2.0.0",
"@veramo/did-provider-ethr": "^2.0.0",
"@veramo/did-provider-key": "^2.0.0",
"@veramo/did-provider-web": "^2.0.0",
"@veramo/did-resolver": "^2.0.0",
"@veramo/key-manager": "^2.0.0",
"@veramo/kms-local": "^2.0.0",
"@veramo/message-handler": "^2.0.0",
"@veramo/remote-client": "^2.0.0",
"@veramo/remote-server": "^2.0.0",
"@veramo/selective-disclosure": "^2.0.0",
"@veramo/url-handler": "^2.0.0",
"@veramo/core": "^2.1.0",
"@veramo/credential-w3c": "^2.1.0",
"@veramo/data-store": "^2.1.0",
"@veramo/did-comm": "^2.1.0",
"@veramo/did-discovery": "^2.1.0",
"@veramo/did-jwt": "^2.1.0",
"@veramo/did-manager": "^2.1.0",
"@veramo/did-provider-ethr": "^2.1.0",
"@veramo/did-provider-key": "^2.1.0",
"@veramo/did-provider-web": "^2.1.0",
"@veramo/did-resolver": "^2.1.0",
"@veramo/key-manager": "^2.1.0",
"@veramo/kms-local": "^2.1.0",
"@veramo/message-handler": "^2.1.0",
"@veramo/remote-client": "^2.1.0",
"@veramo/remote-server": "^2.1.0",
"@veramo/selective-disclosure": "^2.1.0",
"@veramo/url-handler": "^2.1.0",
"blessed": "^0.1.81",
"commander": "^7.0.0",
"console-table-printer": "^2.8.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)


### Bug Fixes

* **credentials-w3c:** accept Presentations without Credentials ([#616](https://github.com/uport-project/veramo/issues/616)) ([2389cd0](https://github.com/uport-project/veramo/commit/2389cd0df080e968ee320d66fabf2e8a7b51ba47))


### Features

* **data-store:** delete verifiable credential ([#634](https://github.com/uport-project/veramo/issues/634)) ([c7b0131](https://github.com/uport-project/veramo/commit/c7b0131c94e21c5c6800990c5743418b6b135a30)), closes [#635](https://github.com/uport-project/veramo/issues/635)





# [2.0.0](https://github.com/uport-project/veramo/compare/v1.2.2...v2.0.0) (2021-07-14)


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

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)


### Bug Fixes

* **credentials-w3c:** accept Presentations without Credentials ([#616](https://github.com/uport-project/veramo/issues/616)) ([2389cd0](https://github.com/uport-project/veramo/commit/2389cd0df080e968ee320d66fabf2e8a7b51ba47))





# [2.0.0](https://github.com/uport-project/veramo/compare/v1.2.2...v2.0.0) (2021-07-14)


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": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -14,10 +14,10 @@
}
},
"dependencies": {
"@veramo/core": "^2.0.0",
"@veramo/did-jwt": "^2.0.0",
"@veramo/did-resolver": "^2.0.0",
"@veramo/message-handler": "^2.0.0",
"@veramo/core": "^2.1.0",
"@veramo/did-jwt": "^2.1.0",
"@veramo/did-resolver": "^2.1.0",
"@veramo/message-handler": "^2.1.0",
"blakejs": "^1.1.0",
"debug": "^4.1.1",
"did-jwt-vc": "2.1.6",
Expand Down
17 changes: 17 additions & 0 deletions packages/data-store/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.

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)


### Bug Fixes

* **credentials-w3c:** accept Presentations without Credentials ([#616](https://github.com/uport-project/veramo/issues/616)) ([2389cd0](https://github.com/uport-project/veramo/commit/2389cd0df080e968ee320d66fabf2e8a7b51ba47))
* dataStoreDeleteVerifiableCredential ([#652](https://github.com/uport-project/veramo/issues/652)) ([840d89b](https://github.com/uport-project/veramo/commit/840d89ba097b89c061c9206057e05bd2e3d3a630)), closes [#649](https://github.com/uport-project/veramo/issues/649)


### Features

* **data-store:** delete verifiable credential ([#634](https://github.com/uport-project/veramo/issues/634)) ([c7b0131](https://github.com/uport-project/veramo/commit/c7b0131c94e21c5c6800990c5743418b6b135a30)), closes [#635](https://github.com/uport-project/veramo/issues/635)





# [2.0.0](https://github.com/uport-project/veramo/compare/v1.2.2...v2.0.0) (2021-07-14)


Expand Down
10 changes: 5 additions & 5 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 date storage based on TypeORM",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -14,10 +14,10 @@
}
},
"dependencies": {
"@veramo/core": "^2.0.0",
"@veramo/did-discovery": "^2.0.0",
"@veramo/did-manager": "^2.0.0",
"@veramo/key-manager": "^2.0.0",
"@veramo/core": "^2.1.0",
"@veramo/did-discovery": "^2.1.0",
"@veramo/did-manager": "^2.1.0",
"@veramo/key-manager": "^2.1.0",
"debug": "^4.1.1",
"typeorm": "0.2.34"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/did-comm/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.

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)


### Bug Fixes

* **credentials-w3c:** accept Presentations without Credentials ([#616](https://github.com/uport-project/veramo/issues/616)) ([2389cd0](https://github.com/uport-project/veramo/commit/2389cd0df080e968ee320d66fabf2e8a7b51ba47))





# [2.0.0](https://github.com/uport-project/veramo/compare/v1.2.2...v2.0.0) (2021-07-14)


Expand Down
6 changes: 3 additions & 3 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": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@stablelib/ed25519": "^1.0.2",
"@veramo/core": "^2.0.0",
"@veramo/message-handler": "^2.0.0",
"@veramo/core": "^2.1.0",
"@veramo/message-handler": "^2.1.0",
"cross-fetch": "^3.1.4",
"debug": "^4.1.1",
"did-jwt": "5.6.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/did-discovery/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.

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)

**Note:** Version bump only for package @veramo/did-discovery





# [2.0.0](https://github.com/uport-project/veramo/compare/v1.2.2...v2.0.0) (2021-07-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/did-discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/did-discovery",
"description": "Veramo DID discovery plugin",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -14,7 +14,7 @@
}
},
"dependencies": {
"@veramo/core": "^2.0.0",
"@veramo/core": "^2.1.0",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/did-jwt/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.

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)

**Note:** Version bump only for package @veramo/did-jwt





# [2.0.0](https://github.com/uport-project/veramo/compare/v1.2.2...v2.0.0) (2021-07-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/did-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@veramo/did-jwt",
"description": "Veramo message validator plugin for decoding and verifying JWT payloads.",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^2.0.0",
"@veramo/message-handler": "^2.0.0",
"@veramo/core": "^2.1.0",
"@veramo/message-handler": "^2.1.0",
"debug": "^4.1.1",
"did-jwt": "5.6.2",
"did-resolver": "3.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/did-manager/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.

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)

**Note:** Version bump only for package @veramo/did-manager





# [2.0.0](https://github.com/uport-project/veramo/compare/v1.2.2...v2.0.0) (2021-07-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/did-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@veramo/did-manager",
"description": "Veramo DID manager plugin",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^2.0.0",
"@veramo/did-discovery": "^2.0.0"
"@veramo/core": "^2.1.0",
"@veramo/did-discovery": "^2.1.0"
},
"devDependencies": {
"typescript": "4.3.5"
Expand Down
8 changes: 8 additions & 0 deletions packages/did-provider-ethr/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.

# [2.1.0](https://github.com/uport-project/veramo/compare/v2.0.1...v2.1.0) (2021-08-11)

**Note:** Version bump only for package @veramo/did-provider-ethr





# [2.0.0](https://github.com/uport-project/veramo/compare/v1.2.2...v2.0.0) (2021-07-14)


Expand Down
Loading

0 comments on commit 2f86bf7

Please sign in to comment.