Skip to content

Commit

Permalink
chore(beta-release): v7.0.0-beta.23
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Sep 22, 2020
1 parent 054e695 commit 61eab78
Show file tree
Hide file tree
Showing 44 changed files with 251 additions and 75 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.

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

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





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


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.22",
"version": "7.0.0-beta.23",
"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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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


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.22",
"version": "7.0.0-beta.23",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -19,23 +19,23 @@
"commander": "^6.1.0",
"console-table-printer": "^2.0.0",
"cross-fetch": "^3.0.6",
"daf-core": "^7.0.0-beta.22",
"daf-did-comm": "^7.0.0-beta.22",
"daf-did-jwt": "^7.0.0-beta.22",
"daf-ethr-did": "^7.0.0-beta.22",
"daf-express": "^7.0.0-beta.22",
"daf-graphql": "^7.0.0-beta.22",
"daf-identity-manager": "^7.0.0-beta.22",
"daf-key-manager": "^7.0.0-beta.22",
"daf-libsodium": "^7.0.0-beta.22",
"daf-message-handler": "^7.0.0-beta.22",
"daf-resolver": "^7.0.0-beta.22",
"daf-resolver-universal": "^7.0.0-beta.22",
"daf-selective-disclosure": "^7.0.0-beta.22",
"daf-typeorm": "^7.0.0-beta.22",
"daf-url": "^7.0.0-beta.22",
"daf-w3c": "^7.0.0-beta.22",
"daf-web-did": "^7.0.0-beta.22",
"daf-core": "^7.0.0-beta.23",
"daf-did-comm": "^7.0.0-beta.23",
"daf-did-jwt": "^7.0.0-beta.23",
"daf-ethr-did": "^7.0.0-beta.23",
"daf-express": "^7.0.0-beta.23",
"daf-graphql": "^7.0.0-beta.23",
"daf-identity-manager": "^7.0.0-beta.23",
"daf-key-manager": "^7.0.0-beta.23",
"daf-libsodium": "^7.0.0-beta.23",
"daf-message-handler": "^7.0.0-beta.23",
"daf-resolver": "^7.0.0-beta.23",
"daf-resolver-universal": "^7.0.0-beta.23",
"daf-selective-disclosure": "^7.0.0-beta.23",
"daf-typeorm": "^7.0.0-beta.23",
"daf-url": "^7.0.0-beta.23",
"daf-w3c": "^7.0.0-beta.23",
"daf-web-did": "^7.0.0-beta.23",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-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.

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

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





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

**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.22",
"version": "7.0.0-beta.23",
"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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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

**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,16 +1,16 @@
{
"name": "daf-did-comm",
"description": "DAF DIDComm inspired messaging based on the v1 messaging envelope.",
"version": "7.0.0-beta.22",
"version": "7.0.0-beta.23",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.5",
"daf-core": "^7.0.0-beta.22",
"daf-message-handler": "^7.0.0-beta.22",
"daf-core": "^7.0.0-beta.23",
"daf-message-handler": "^7.0.0-beta.23",
"debug": "^4.1.1",
"uuid": "^8.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-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.

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

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





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

**Note:** Version bump only for package daf-did-jwt
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,15 +1,15 @@
{
"name": "daf-did-jwt",
"description": "DAF message validator plugin for decoding JWT payloads.",
"version": "7.0.0-beta.22",
"version": "7.0.0-beta.23",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.22",
"daf-message-handler": "^7.0.0-beta.22",
"daf-core": "^7.0.0-beta.23",
"daf-message-handler": "^7.0.0-beta.23",
"debug": "^4.1.1",
"did-jwt": "4.5.0",
"did-resolver": "2.1.1"
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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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

**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,16 +1,16 @@
{
"name": "daf-elem-did",
"description": "DAF elem-did based identity controller plugin.",
"version": "7.0.0-beta.22",
"version": "7.0.0-beta.23",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@transmute/element-lib": "0.8.4",
"daf-core": "^7.0.0-beta.22",
"daf-identity-manager": "^7.0.0-beta.22",
"daf-core": "^7.0.0-beta.23",
"daf-identity-manager": "^7.0.0-beta.23",
"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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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

**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,15 +1,15 @@
{
"name": "daf-ethr-did",
"description": "DAF ehtr-did based identity controller plugin.",
"version": "7.0.0-beta.22",
"version": "7.0.0-beta.23",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.22",
"daf-identity-manager": "^7.0.0-beta.22",
"daf-core": "^7.0.0-beta.23",
"daf-identity-manager": "^7.0.0-beta.23",
"debug": "^4.1.1",
"ethjs-provider-signer": "^0.1.4",
"ethr-did": "^1.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-express/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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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

**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,15 +1,15 @@
{
"name": "daf-express",
"description": "DAF express",
"version": "7.0.0-beta.22",
"version": "7.0.0-beta.23",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.22",
"daf-rest": "^7.0.0-beta.22",
"daf-core": "^7.0.0-beta.23",
"daf-rest": "^7.0.0-beta.23",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-graphql/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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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

**Note:** Version bump only for package daf-graphql
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-graphql",
"description": "DAF Graphql",
"version": "7.0.0-beta.22",
"version": "7.0.0-beta.23",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.5",
"daf-core": "^7.0.0-beta.22",
"daf-core": "^7.0.0-beta.23",
"debug": "^4.1.1",
"graphql-request": "^2.0.0"
},
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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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

**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,14 +1,14 @@
{
"name": "daf-identity-manager",
"description": "DAF Identity Manager",
"version": "7.0.0-beta.22",
"version": "7.0.0-beta.23",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.22"
"daf-core": "^7.0.0-beta.23"
},
"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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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

**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,14 +1,14 @@
{
"name": "daf-key-manager",
"description": "DAF Key Manager",
"version": "7.0.0-beta.22",
"version": "7.0.0-beta.23",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.22"
"daf-core": "^7.0.0-beta.23"
},
"devDependencies": {
"typescript": "^4.0.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-libsodium/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.23](https://github.com/uport-project/daf/compare/v7.0.0-beta.22...v7.0.0-beta.23) (2020-09-22)

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





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

**Note:** Version bump only for package daf-libsodium
Expand Down
Loading

0 comments on commit 61eab78

Please sign in to comment.