Skip to content

Commit

Permalink
chore(ci): merge main into next
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot authored Jan 26, 2021
2 parents 83334ca + 650d73c commit f0fb459
Show file tree
Hide file tree
Showing 38 changed files with 244 additions and 68 deletions.
18 changes: 18 additions & 0 deletions 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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)


### Bug Fixes

* make privateKey property of Key entity nullable ([#342](https://github.com/uport-project/veramo/issues/342)) ([aa48ed9](https://github.com/uport-project/veramo/commit/aa48ed9930395c66aa8f952b8545c9b918e303ae))
* **deps:** update dependency commander to v7 ([#330](https://github.com/uport-project/veramo/issues/330)) ([f8a7566](https://github.com/uport-project/veramo/commit/f8a75665f02bbee74c89554a67588a6a33968d85))
* **deps:** update dependency z-schema to v5 ([#323](https://github.com/uport-project/veramo/issues/323)) ([9cadf37](https://github.com/uport-project/veramo/commit/9cadf378dba487b1a664a6277eafffd629c65600))


### Features

* **core:** make agent context public readonly ([#347](https://github.com/uport-project/veramo/issues/347)) ([802948e](https://github.com/uport-project/veramo/commit/802948ea72edf8b00c42115f73430720debabed9))





## 1.0.1 (2020-12-18)


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": "1.0.1",
"version": "1.1.0",
"packages": [
"packages/*"
],
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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)


### Bug Fixes

* **deps:** update dependency commander to v7 ([#330](https://github.com/uport-project/veramo/issues/330)) ([f8a7566](https://github.com/uport-project/veramo/commit/f8a75665f02bbee74c89554a67588a6a33968d85))





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/cli
34 changes: 17 additions & 17 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": "1.0.1",
"version": "1.1.0",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -18,22 +18,22 @@
"@microsoft/api-extractor-model": "7.12.1",
"@types/blessed": "^0.1.17",
"@types/swagger-ui-express": "^4.1.2",
"@veramo/core": "^1.0.1",
"@veramo/credential-w3c": "^1.0.1",
"@veramo/data-store": "^1.0.1",
"@veramo/did-comm": "^1.0.1",
"@veramo/did-jwt": "^1.0.1",
"@veramo/did-manager": "^1.0.1",
"@veramo/did-provider-ethr": "^1.0.1",
"@veramo/did-provider-web": "^1.0.1",
"@veramo/did-resolver": "^1.0.1",
"@veramo/key-manager": "^1.0.1",
"@veramo/kms-local": "^1.0.1",
"@veramo/message-handler": "^1.0.1",
"@veramo/remote-client": "^1.0.1",
"@veramo/remote-server": "^1.0.1",
"@veramo/selective-disclosure": "^1.0.1",
"@veramo/url-handler": "^1.0.1",
"@veramo/core": "^1.1.0",
"@veramo/credential-w3c": "^1.1.0",
"@veramo/data-store": "^1.1.0",
"@veramo/did-comm": "^1.1.0",
"@veramo/did-jwt": "^1.1.0",
"@veramo/did-manager": "^1.1.0",
"@veramo/did-provider-ethr": "^1.1.0",
"@veramo/did-provider-web": "^1.1.0",
"@veramo/did-resolver": "^1.1.0",
"@veramo/key-manager": "^1.1.0",
"@veramo/kms-local": "^1.1.0",
"@veramo/message-handler": "^1.1.0",
"@veramo/remote-client": "^1.1.0",
"@veramo/remote-server": "^1.1.0",
"@veramo/selective-disclosure": "^1.1.0",
"@veramo/url-handler": "^1.1.0",
"blessed": "^0.1.81",
"commander": "^7.0.0",
"console-table-printer": "^2.0.0",
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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)


### Bug Fixes

* **deps:** update dependency z-schema to v5 ([#323](https://github.com/uport-project/veramo/issues/323)) ([9cadf37](https://github.com/uport-project/veramo/commit/9cadf378dba487b1a664a6277eafffd629c65600))


### Features

* **core:** make agent context public readonly ([#347](https://github.com/uport-project/veramo/issues/347)) ([802948e](https://github.com/uport-project/veramo/commit/802948ea72edf8b00c42115f73430720debabed9))





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/core
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": "1.0.1",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)

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





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/credential-w3c
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": "1.0.1",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -14,10 +14,10 @@
}
},
"dependencies": {
"@veramo/core": "^1.0.1",
"@veramo/did-jwt": "^1.0.1",
"@veramo/did-resolver": "^1.0.1",
"@veramo/message-handler": "^1.0.1",
"@veramo/core": "^1.1.0",
"@veramo/did-jwt": "^1.1.0",
"@veramo/did-resolver": "^1.1.0",
"@veramo/message-handler": "^1.1.0",
"blakejs": "^1.1.0",
"debug": "^4.1.1",
"did-jwt-vc": "^1.0.3",
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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)


### Bug Fixes

* make privateKey property of Key entity nullable ([#342](https://github.com/uport-project/veramo/issues/342)) ([aa48ed9](https://github.com/uport-project/veramo/commit/aa48ed9930395c66aa8f952b8545c9b918e303ae))





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/data-store
8 changes: 4 additions & 4 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": "1.0.1",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -14,9 +14,9 @@
}
},
"dependencies": {
"@veramo/core": "^1.0.1",
"@veramo/did-manager": "^1.0.1",
"@veramo/key-manager": "^1.0.1",
"@veramo/core": "^1.1.0",
"@veramo/did-manager": "^1.1.0",
"@veramo/key-manager": "^1.1.0",
"debug": "^4.1.1",
"typeorm": "0.2.30"
},
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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)

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





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/did-comm
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 DIDComm inspired messaging based on the v1 messaging envelope.",
"version": "1.0.1",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -14,8 +14,8 @@
}
},
"dependencies": {
"@veramo/core": "^1.0.1",
"@veramo/message-handler": "^1.0.1",
"@veramo/core": "^1.1.0",
"@veramo/message-handler": "^1.1.0",
"cross-fetch": "^3.0.5",
"debug": "^4.1.1",
"uuid": "^8.3.0"
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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)

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





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/did-jwt
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": "1.0.1",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^1.0.1",
"@veramo/message-handler": "^1.0.1",
"@veramo/core": "^1.1.0",
"@veramo/message-handler": "^1.1.0",
"debug": "^4.1.1",
"did-jwt": "4.8.1",
"did-resolver": "2.1.2"
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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)

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





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/did-manager
4 changes: 2 additions & 2 deletions packages/did-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@veramo/did-manager",
"description": "Veramo DID manager plugin",
"version": "1.0.1",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^1.0.1"
"@veramo/core": "^1.1.0"
},
"devDependencies": {
"typescript": "4.1.3"
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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)

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





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/did-provider-ethr
6 changes: 3 additions & 3 deletions packages/did-provider-ethr/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@veramo/did-provider-ethr",
"description": "Veramo ehtr-did based identity controller plugin.",
"version": "1.0.1",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^1.0.1",
"@veramo/did-manager": "^1.0.1",
"@veramo/core": "^1.1.0",
"@veramo/did-manager": "^1.1.0",
"debug": "^4.1.1",
"ethjs-provider-signer": "^0.1.4",
"ethr-did": "^1.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/did-provider-web/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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)

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





## 1.0.1 (2020-12-18)

**Note:** Version bump only for package @veramo/did-provider-web
6 changes: 3 additions & 3 deletions packages/did-provider-web/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@veramo/did-provider-web",
"description": "Veramo plugin that can enable creation and control of did:web identifiers.",
"version": "1.0.1",
"version": "1.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^1.0.1",
"@veramo/did-manager": "^1.0.1",
"@veramo/core": "^1.1.0",
"@veramo/did-manager": "^1.1.0",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/did-resolver/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.

# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)

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





## 1.0.1 (2020-12-18)

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

0 comments on commit f0fb459

Please sign in to comment.