Skip to content

Commit

Permalink
chore(release): v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Dec 2, 2019
1 parent c154015 commit f1439a8
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.4](https://github.com/uport-project/daf/compare/v0.7.3...v0.7.4) (2019-12-02)


### Bug Fixes

* Adding tag in VP ([c154015](https://github.com/uport-project/daf/commit/c154015de13a420a685f2115817bef2774a3cb9d))
* Running local cli ([8609019](https://github.com/uport-project/daf/commit/8609019ddc94f3d5fb1d973228740a6ec4e460cc))
* SDR findCredentialsByFields iss ([6838d04](https://github.com/uport-project/daf/commit/6838d04b4c97cf7c11c17f4b8cdfdcebb274161a))
* TGE subscribtion query ([17863a2](https://github.com/uport-project/daf/commit/17863a201edd7f561dab7b1831c8ba45a13abe02))





## [0.7.3](https://github.com/uport-project/daf/compare/v0.7.2...v0.7.3) (2019-11-30)


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": "0.7.3",
"version": "0.7.4",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-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.

## [0.7.4](https://github.com/uport-project/daf/compare/v0.7.3...v0.7.4) (2019-12-02)


### Bug Fixes

* Adding tag in VP ([c154015](https://github.com/uport-project/daf/commit/c154015de13a420a685f2115817bef2774a3cb9d))





## [0.7.3](https://github.com/uport-project/daf/compare/v0.7.2...v0.7.3) (2019-11-30)

**Note:** Version bump only for package daf-cli
Expand Down
6 changes: 3 additions & 3 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 tool",
"version": "0.7.3",
"version": "0.7.4",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -24,9 +24,9 @@
"daf-node-sqlite3": "^0.7.3",
"daf-resolver": "^0.7.0",
"daf-resolver-universal": "^0.7.0",
"daf-selective-disclosure": "^0.7.3",
"daf-selective-disclosure": "^0.7.4",
"daf-sodium-fs": "^0.7.0",
"daf-trust-graph": "^0.7.0",
"daf-trust-graph": "^0.7.4",
"daf-w3c": "^0.7.2",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-selective-disclosure/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.

## [0.7.4](https://github.com/uport-project/daf/compare/v0.7.3...v0.7.4) (2019-12-02)


### Bug Fixes

* SDR findCredentialsByFields iss ([6838d04](https://github.com/uport-project/daf/commit/6838d04b4c97cf7c11c17f4b8cdfdcebb274161a))





## [0.7.3](https://github.com/uport-project/daf/compare/v0.7.2...v0.7.3) (2019-11-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/daf-selective-disclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-selective-disclosure",
"description": "DAF selective disclosure",
"version": "0.7.3",
"version": "0.7.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-trust-graph/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.

## [0.7.4](https://github.com/uport-project/daf/compare/v0.7.3...v0.7.4) (2019-12-02)


### Bug Fixes

* TGE subscribtion query ([17863a2](https://github.com/uport-project/daf/commit/17863a201edd7f561dab7b1831c8ba45a13abe02))





# [0.7.0](https://github.com/uport-project/daf/compare/v0.6.1...v0.7.0) (2019-11-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/daf-trust-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-trust-graph",
"description": "DAF Trust Graph",
"version": "0.7.0",
"version": "0.7.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit f1439a8

Please sign in to comment.