Skip to content

Commit

Permalink
chore(beta-release): v7.0.0-beta.56
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Dec 9, 2020
1 parent 48e4c60 commit 73ab0e6
Show file tree
Hide file tree
Showing 42 changed files with 273 additions and 74 deletions.
12 changes: 12 additions & 0 deletions 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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)


### Bug Fixes

* **daf-did-jwt:** Fix parsing of JWT with missing `typ` in header ([#293](https://github.com/uport-project/daf/issues/293)) ([48e4c60](https://github.com/uport-project/daf/commit/48e4c607f78ac19be2ba83291cb68f414edb5b6b)), closes [#291](https://github.com/uport-project/daf/issues/291)
* **daf-express:** Fix behavior of CLI HTTPS server behind proxy ([#292](https://github.com/uport-project/daf/issues/292)) ([3c39484](https://github.com/uport-project/daf/commit/3c394844236fe78d7d9499c35861345dcff5212a))





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)


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": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)

**Note:** Version bump only for package daf-cli





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)


Expand Down
36 changes: 18 additions & 18 deletions packages/daf-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-cli",
"description": "DAF command line application.",
"version": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -22,23 +22,23 @@
"console-table-printer": "^2.0.0",
"cors": "^2.8.5",
"cross-fetch": "^3.0.6",
"daf-core": "^7.0.0-beta.55",
"daf-did-comm": "^7.0.0-beta.55",
"daf-did-jwt": "^7.0.0-beta.55",
"daf-ethr-did": "^7.0.0-beta.55",
"daf-express": "^7.0.0-beta.55",
"daf-identity-manager": "^7.0.0-beta.55",
"daf-key-manager": "^7.0.0-beta.55",
"daf-libsodium": "^7.0.0-beta.55",
"daf-message-handler": "^7.0.0-beta.55",
"daf-resolver": "^7.0.0-beta.55",
"daf-resolver-universal": "^7.0.0-beta.55",
"daf-rest": "^7.0.0-beta.55",
"daf-selective-disclosure": "^7.0.0-beta.55",
"daf-typeorm": "^7.0.0-beta.55",
"daf-url": "^7.0.0-beta.55",
"daf-w3c": "^7.0.0-beta.55",
"daf-web-did": "^7.0.0-beta.55",
"daf-core": "^7.0.0-beta.56",
"daf-did-comm": "^7.0.0-beta.56",
"daf-did-jwt": "^7.0.0-beta.56",
"daf-ethr-did": "^7.0.0-beta.56",
"daf-express": "^7.0.0-beta.56",
"daf-identity-manager": "^7.0.0-beta.56",
"daf-key-manager": "^7.0.0-beta.56",
"daf-libsodium": "^7.0.0-beta.56",
"daf-message-handler": "^7.0.0-beta.56",
"daf-resolver": "^7.0.0-beta.56",
"daf-resolver-universal": "^7.0.0-beta.56",
"daf-rest": "^7.0.0-beta.56",
"daf-selective-disclosure": "^7.0.0-beta.56",
"daf-typeorm": "^7.0.0-beta.56",
"daf-url": "^7.0.0-beta.56",
"daf-w3c": "^7.0.0-beta.56",
"daf-web-did": "^7.0.0-beta.56",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)


### Bug Fixes

* **daf-did-jwt:** Fix parsing of JWT with missing `typ` in header ([#293](https://github.com/uport-project/daf/issues/293)) ([48e4c60](https://github.com/uport-project/daf/commit/48e4c607f78ac19be2ba83291cb68f414edb5b6b)), closes [#291](https://github.com/uport-project/daf/issues/291)





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)

**Note:** Version bump only for package daf-core
Expand Down
2 changes: 1 addition & 1 deletion packages/daf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-core",
"description": "DID Agent Framework Core Logic & Interfaces.",
"version": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)

**Note:** Version bump only for package daf-did-comm





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)

**Note:** Version bump only for package daf-did-comm
Expand Down
6 changes: 3 additions & 3 deletions packages/daf-did-comm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-did-comm",
"description": "DAF DIDComm inspired messaging based on the v1 messaging envelope.",
"version": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"cross-fetch": "^3.0.5",
"daf-core": "^7.0.0-beta.55",
"daf-message-handler": "^7.0.0-beta.55",
"daf-core": "^7.0.0-beta.56",
"daf-message-handler": "^7.0.0-beta.56",
"debug": "^4.1.1",
"uuid": "^8.3.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-did-jwt/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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)


### Bug Fixes

* **daf-did-jwt:** Fix parsing of JWT with missing `typ` in header ([#293](https://github.com/uport-project/daf/issues/293)) ([48e4c60](https://github.com/uport-project/daf/commit/48e4c607f78ac19be2ba83291cb68f414edb5b6b)), closes [#291](https://github.com/uport-project/daf/issues/291)





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/daf-did-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "daf-did-jwt",
"description": "DAF message validator plugin for decoding JWT payloads.",
"version": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn daf extract-api"
},
"dependencies": {
"daf-core": "^7.0.0-beta.55",
"daf-message-handler": "^7.0.0-beta.55",
"daf-core": "^7.0.0-beta.56",
"daf-message-handler": "^7.0.0-beta.56",
"debug": "^4.1.1",
"did-jwt": "4.8.0",
"did-resolver": "2.1.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-elem-did/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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)

**Note:** Version bump only for package daf-elem-did





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)

**Note:** Version bump only for package daf-elem-did
Expand Down
6 changes: 3 additions & 3 deletions packages/daf-elem-did/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-elem-did",
"description": "DAF elem-did based identity controller plugin.",
"version": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@transmute/element-lib": "0.8.4",
"daf-core": "^7.0.0-beta.55",
"daf-identity-manager": "^7.0.0-beta.55",
"daf-core": "^7.0.0-beta.56",
"daf-identity-manager": "^7.0.0-beta.56",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-ethr-did/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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)

**Note:** Version bump only for package daf-ethr-did





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)

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

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)


### Bug Fixes

* **daf-express:** Fix behavior of CLI HTTPS server behind proxy ([#292](https://github.com/uport-project/daf/issues/292)) ([3c39484](https://github.com/uport-project/daf/commit/3c394844236fe78d7d9499c35861345dcff5212a))





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)

**Note:** Version bump only for package daf-express
Expand Down
6 changes: 3 additions & 3 deletions packages/daf-express/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "daf-express",
"description": "DAF express",
"version": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn daf extract-api"
},
"dependencies": {
"daf-core": "^7.0.0-beta.55",
"daf-rest": "^7.0.0-beta.55",
"daf-core": "^7.0.0-beta.56",
"daf-rest": "^7.0.0-beta.56",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-identity-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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)

**Note:** Version bump only for package daf-identity-manager





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)

**Note:** Version bump only for package daf-identity-manager
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-identity-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-identity-manager",
"description": "DAF Identity Manager",
"version": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn daf extract-api"
},
"dependencies": {
"daf-core": "^7.0.0-beta.55"
"daf-core": "^7.0.0-beta.56"
},
"devDependencies": {
"typescript": "^4.0.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-key-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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)

**Note:** Version bump only for package daf-key-manager





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)

**Note:** Version bump only for package daf-key-manager
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-key-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-key-manager",
"description": "DAF Key Manager",
"version": "7.0.0-beta.55",
"version": "7.0.0-beta.56",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn daf extract-api"
},
"dependencies": {
"daf-core": "^7.0.0-beta.55"
"daf-core": "^7.0.0-beta.56"
},
"devDependencies": {
"typescript": "^4.0.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-libsodium/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.

# [7.0.0-beta.56](https://github.com/uport-project/daf/compare/v7.0.0-beta.55...v7.0.0-beta.56) (2020-12-09)


### Bug Fixes

* **daf-did-jwt:** Fix parsing of JWT with missing `typ` in header ([#293](https://github.com/uport-project/daf/issues/293)) ([48e4c60](https://github.com/uport-project/daf/commit/48e4c607f78ac19be2ba83291cb68f414edb5b6b)), closes [#291](https://github.com/uport-project/daf/issues/291)





# [7.0.0-beta.55](https://github.com/uport-project/daf/compare/v7.0.0-beta.54...v7.0.0-beta.55) (2020-12-08)


Expand Down
Loading

0 comments on commit 73ab0e6

Please sign in to comment.