From f7dbc479ea01ad0a81482a7939fb2bafb1e4faff Mon Sep 17 00:00:00 2001 From: uport-automation-bot Date: Fri, 29 Nov 2019 12:59:56 +0000 Subject: [PATCH] chore(release): v0.7.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/daf-cli/CHANGELOG.md | 8 ++++++++ packages/daf-cli/package.json | 6 +++--- packages/daf-selective-disclosure/CHANGELOG.md | 11 +++++++++++ packages/daf-selective-disclosure/package.json | 2 +- packages/daf-w3c/CHANGELOG.md | 8 ++++++++ packages/daf-w3c/package.json | 2 +- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff4ec604..2b85eb597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.7.2](https://github.com/uport-project/daf/compare/v0.7.1...v0.7.2) (2019-11-29) + + +### Bug Fixes + +* Adding sub in sdr gql ([45bb8bf](https://github.com/uport-project/daf/commit/45bb8bfe0d8ea270e08a0578a8d995d4e04b21c2)) + + + + + ## [0.7.1](https://github.com/uport-project/daf/compare/v0.7.0...v0.7.1) (2019-11-29) diff --git a/lerna.json b/lerna.json index df5661266..4d5d56849 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.7.1", + "version": "0.7.2", "packages": [ "packages/*" ], diff --git a/packages/daf-cli/CHANGELOG.md b/packages/daf-cli/CHANGELOG.md index b41707090..5a5ab6a59 100644 --- a/packages/daf-cli/CHANGELOG.md +++ b/packages/daf-cli/CHANGELOG.md @@ -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. +## [0.7.2](https://github.com/uport-project/daf/compare/v0.7.1...v0.7.2) (2019-11-29) + +**Note:** Version bump only for package daf-cli + + + + + ## [0.7.1](https://github.com/uport-project/daf/compare/v0.7.0...v0.7.1) (2019-11-29) **Note:** Version bump only for package daf-cli diff --git a/packages/daf-cli/package.json b/packages/daf-cli/package.json index ca1470f8e..03d136fd3 100644 --- a/packages/daf-cli/package.json +++ b/packages/daf-cli/package.json @@ -1,7 +1,7 @@ { "name": "daf-cli", "description": "DAF command line tool", - "version": "0.7.1", + "version": "0.7.2", "main": "build/cli.js", "types": "build/cli.d.ts", "bin": { @@ -24,10 +24,10 @@ "daf-node-sqlite3": "^0.7.0", "daf-resolver": "^0.7.0", "daf-resolver-universal": "^0.7.0", - "daf-selective-disclosure": "^0.7.0", + "daf-selective-disclosure": "^0.7.2", "daf-sodium-fs": "^0.7.0", "daf-trust-graph": "^0.7.0", - "daf-w3c": "^0.7.1", + "daf-w3c": "^0.7.2", "date-fns": "^2.8.1", "debug": "^4.1.1", "graphql": "^14.5.8", diff --git a/packages/daf-selective-disclosure/CHANGELOG.md b/packages/daf-selective-disclosure/CHANGELOG.md index 3451b2e9b..f6be5a3c1 100644 --- a/packages/daf-selective-disclosure/CHANGELOG.md +++ b/packages/daf-selective-disclosure/CHANGELOG.md @@ -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. +## [0.7.2](https://github.com/uport-project/daf/compare/v0.7.1...v0.7.2) (2019-11-29) + + +### Bug Fixes + +* Adding sub in sdr gql ([45bb8bf](https://github.com/uport-project/daf/commit/45bb8bfe0d8ea270e08a0578a8d995d4e04b21c2)) + + + + + # [0.7.0](https://github.com/uport-project/daf/compare/v0.6.1...v0.7.0) (2019-11-29) diff --git a/packages/daf-selective-disclosure/package.json b/packages/daf-selective-disclosure/package.json index 1d2b1307d..a3464c416 100644 --- a/packages/daf-selective-disclosure/package.json +++ b/packages/daf-selective-disclosure/package.json @@ -1,7 +1,7 @@ { "name": "daf-selective-disclosure", "description": "DAF selective disclosure", - "version": "0.7.0", + "version": "0.7.2", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/daf-w3c/CHANGELOG.md b/packages/daf-w3c/CHANGELOG.md index 117c2e4ca..307136294 100644 --- a/packages/daf-w3c/CHANGELOG.md +++ b/packages/daf-w3c/CHANGELOG.md @@ -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. +## [0.7.2](https://github.com/uport-project/daf/compare/v0.7.1...v0.7.2) (2019-11-29) + +**Note:** Version bump only for package daf-w3c + + + + + ## [0.7.1](https://github.com/uport-project/daf/compare/v0.7.0...v0.7.1) (2019-11-29) diff --git a/packages/daf-w3c/package.json b/packages/daf-w3c/package.json index 27fad2bbc..b5611c00a 100644 --- a/packages/daf-w3c/package.json +++ b/packages/daf-w3c/package.json @@ -1,7 +1,7 @@ { "name": "daf-w3c", "description": "DAF W3C verifiable credentials & presentations", - "version": "0.7.1", + "version": "0.7.2", "main": "build/index.js", "types": "build/index.d.ts", "scripts": {