Skip to content

Commit

Permalink
chore(release): v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Mar 20, 2020
1 parent e9f263a commit c32452c
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 deletions.
11 changes: 11 additions & 0 deletions 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.

## [3.4.1](https://github.com/uport-project/daf/compare/v3.4.0...v3.4.1) (2020-03-20)


### Bug Fixes

* Bug in findCredentialsByFields ([e9f263a](https://github.com/uport-project/daf/commit/e9f263a45a6b121aef4729bdb45a1be39b753af6))





# [3.4.0](https://github.com/uport-project/daf/compare/v3.3.0...v3.4.0) (2020-03-19)


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": "3.4.0",
"version": "3.4.1",
"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.

## [3.4.1](https://github.com/uport-project/daf/compare/v3.4.0...v3.4.1) (2020-03-20)

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





# [3.4.0](https://github.com/uport-project/daf/compare/v3.3.0...v3.4.0) (2020-03-19)


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": "3.4.0",
"version": "3.4.1",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -16,7 +16,7 @@
"commander": "^4.0.1",
"console-table-printer": "^1.1.15",
"daf-core": "^3.4.0",
"daf-data-store": "^3.4.0",
"daf-data-store": "^3.4.1",
"daf-debug": "^3.4.0",
"daf-did-comm": "^3.4.0",
"daf-did-jwt": "^3.4.0",
Expand All @@ -25,7 +25,7 @@
"daf-libsodium": "^3.4.0",
"daf-resolver": "^3.0.1",
"daf-resolver-universal": "^3.0.1",
"daf-selective-disclosure": "^3.4.0",
"daf-selective-disclosure": "^3.4.1",
"daf-trust-graph": "^3.4.0",
"daf-url": "^3.4.0",
"daf-w3c": "^3.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-data-store/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.

## [3.4.1](https://github.com/uport-project/daf/compare/v3.4.0...v3.4.1) (2020-03-20)


### Bug Fixes

* Bug in findCredentialsByFields ([e9f263a](https://github.com/uport-project/daf/commit/e9f263a45a6b121aef4729bdb45a1be39b753af6))





# [3.4.0](https://github.com/uport-project/daf/compare/v3.3.0...v3.4.0) (2020-03-19)

**Note:** Version bump only for package daf-data-store
Expand Down
2 changes: 1 addition & 1 deletion packages/daf-data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-data-store",
"description": "DID Agent Framework Data Store",
"version": "3.4.0",
"version": "3.4.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-selective-disclosure/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.

## [3.4.1](https://github.com/uport-project/daf/compare/v3.4.0...v3.4.1) (2020-03-20)

**Note:** Version bump only for package daf-selective-disclosure





# [3.4.0](https://github.com/uport-project/daf/compare/v3.3.0...v3.4.0) (2020-03-19)

**Note:** Version bump only for package daf-selective-disclosure
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.4.0",
"version": "3.4.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"blakejs": "^1.1.0",
"daf-core": "^3.4.0",
"daf-data-store": "^3.4.0",
"daf-data-store": "^3.4.1",
"daf-did-jwt": "^3.4.0",
"debug": "^4.1.1",
"did-jwt": "^4.0.0"
Expand Down

0 comments on commit c32452c

Please sign in to comment.