Skip to content

Commit

Permalink
chore(beta-release): v7.0.0-beta.39
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Oct 20, 2020
1 parent dc93089 commit 46cbda1
Show file tree
Hide file tree
Showing 42 changed files with 268 additions and 74 deletions.
17 changes: 17 additions & 0 deletions 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.

# [7.0.0-beta.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)


### Bug Fixes

* CLI ([86b6f9e](https://github.com/uport-project/daf/commit/86b6f9e7a97ce29cbdffaf167dd568c66996c0ff))


### Features

* Adding createProfilePresentation ([ae5e73f](https://github.com/uport-project/daf/commit/ae5e73fab9c21a7a2ed485be88d9f0b7cfab51c4))
* Removing profile service CLI ([dc93089](https://github.com/uport-project/daf/commit/dc93089eed40e69bf99946a60aed8f19d34e091b))





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**Note:** Version bump only for package daf
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.38",
"version": "7.0.0-beta.39",
"packages": [
"packages/*"
],
Expand Down
16 changes: 16 additions & 0 deletions packages/daf-cli/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.

# [7.0.0-beta.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)


### Bug Fixes

* CLI ([86b6f9e](https://github.com/uport-project/daf/commit/86b6f9e7a97ce29cbdffaf167dd568c66996c0ff))


### Features

* Removing profile service CLI ([dc93089](https://github.com/uport-project/daf/commit/dc93089eed40e69bf99946a60aed8f19d34e091b))





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**Note:** Version bump only for package daf-cli
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.38",
"version": "7.0.0-beta.39",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -21,23 +21,23 @@
"commander": "^6.1.0",
"console-table-printer": "^2.0.0",
"cross-fetch": "^3.0.6",
"daf-core": "^7.0.0-beta.38",
"daf-did-comm": "^7.0.0-beta.38",
"daf-did-jwt": "^7.0.0-beta.38",
"daf-ethr-did": "^7.0.0-beta.38",
"daf-express": "^7.0.0-beta.38",
"daf-identity-manager": "^7.0.0-beta.38",
"daf-key-manager": "^7.0.0-beta.38",
"daf-libsodium": "^7.0.0-beta.38",
"daf-message-handler": "^7.0.0-beta.38",
"daf-resolver": "^7.0.0-beta.38",
"daf-resolver-universal": "^7.0.0-beta.38",
"daf-rest": "^7.0.0-beta.38",
"daf-selective-disclosure": "^7.0.0-beta.38",
"daf-typeorm": "^7.0.0-beta.38",
"daf-url": "^7.0.0-beta.38",
"daf-w3c": "^7.0.0-beta.38",
"daf-web-did": "^7.0.0-beta.38",
"daf-core": "^7.0.0-beta.39",
"daf-did-comm": "^7.0.0-beta.39",
"daf-did-jwt": "^7.0.0-beta.39",
"daf-ethr-did": "^7.0.0-beta.39",
"daf-express": "^7.0.0-beta.39",
"daf-identity-manager": "^7.0.0-beta.39",
"daf-key-manager": "^7.0.0-beta.39",
"daf-libsodium": "^7.0.0-beta.39",
"daf-message-handler": "^7.0.0-beta.39",
"daf-resolver": "^7.0.0-beta.39",
"daf-resolver-universal": "^7.0.0-beta.39",
"daf-rest": "^7.0.0-beta.39",
"daf-selective-disclosure": "^7.0.0-beta.39",
"daf-typeorm": "^7.0.0-beta.39",
"daf-url": "^7.0.0-beta.39",
"daf-w3c": "^7.0.0-beta.39",
"daf-web-did": "^7.0.0-beta.39",
"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.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

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

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**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.38",
"version": "7.0.0-beta.39",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"cross-fetch": "^3.0.5",
"daf-core": "^7.0.0-beta.38",
"daf-message-handler": "^7.0.0-beta.38",
"daf-core": "^7.0.0-beta.39",
"daf-message-handler": "^7.0.0-beta.39",
"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.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**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,16 +1,16 @@
{
"name": "daf-did-jwt",
"description": "DAF message validator plugin for decoding JWT payloads.",
"version": "7.0.0-beta.38",
"version": "7.0.0-beta.39",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "daf extractPluginApi -c ./api-extractor.json"
},
"dependencies": {
"daf-core": "^7.0.0-beta.38",
"daf-message-handler": "^7.0.0-beta.38",
"daf-core": "^7.0.0-beta.39",
"daf-message-handler": "^7.0.0-beta.39",
"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.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**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.38",
"version": "7.0.0-beta.39",
"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.38",
"daf-identity-manager": "^7.0.0-beta.38",
"daf-core": "^7.0.0-beta.39",
"daf-identity-manager": "^7.0.0-beta.39",
"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.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**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.38",
"version": "7.0.0-beta.39",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "daf extractPluginApi -c ./api-extractor.json"
},
"dependencies": {
"daf-core": "^7.0.0-beta.38",
"daf-identity-manager": "^7.0.0-beta.38",
"daf-core": "^7.0.0-beta.39",
"daf-identity-manager": "^7.0.0-beta.39",
"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.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**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.38",
"version": "7.0.0-beta.39",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "daf extractPluginApi -c ./api-extractor.json"
},
"dependencies": {
"daf-core": "^7.0.0-beta.38",
"daf-rest": "^7.0.0-beta.38",
"daf-core": "^7.0.0-beta.39",
"daf-rest": "^7.0.0-beta.39",
"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.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**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.38",
"version": "7.0.0-beta.39",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "daf extractPluginApi -c ./api-extractor.json"
},
"dependencies": {
"daf-core": "^7.0.0-beta.38"
"daf-core": "^7.0.0-beta.39"
},
"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.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

**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.38",
"version": "7.0.0-beta.39",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "daf extractPluginApi -c ./api-extractor.json"
},
"dependencies": {
"daf-core": "^7.0.0-beta.38"
"daf-core": "^7.0.0-beta.39"
},
"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.39](https://github.com/uport-project/daf/compare/v7.0.0-beta.38...v7.0.0-beta.39) (2020-10-20)

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





# [7.0.0-beta.38](https://github.com/uport-project/daf/compare/v7.0.0-beta.37...v7.0.0-beta.38) (2020-10-19)

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

0 comments on commit 46cbda1

Please sign in to comment.