Skip to content

Commit

Permalink
chore(release): v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Jan 10, 2020
1 parent 62643f4 commit b712aa0
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 10 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.

## [1.3.7](https://github.com/uport-project/daf/compare/v1.3.6...v1.3.7) (2020-01-10)


### Bug Fixes

* Remove duplicate JWTs from VP Fixes [#48](https://github.com/uport-project/daf/issues/48) ([f24ffea](https://github.com/uport-project/daf/commit/f24ffea078908a394181bb92b93331287c01381d))





## [1.3.6](https://github.com/uport-project/daf/compare/v1.3.5...v1.3.6) (2020-01-10)

**Note:** Version bump only for package daf
Expand Down
8 changes: 8 additions & 0 deletions examples/expressjs-ethr/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.

## [1.3.7](https://github.com/uport-project/daf/compare/v1.3.6...v1.3.7) (2020-01-10)

**Note:** Version bump only for package daf-example-expressjs-ethr





## [1.3.5](https://github.com/uport-project/daf/compare/v1.3.4...v1.3.5) (2020-01-08)

**Note:** Version bump only for package daf-example-expressjs-ethr
Expand Down
4 changes: 2 additions & 2 deletions examples/expressjs-ethr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-example-expressjs-ethr",
"private": true,
"version": "1.3.5",
"version": "1.3.7",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"daf-sodium-fs": "^1.3.3",
"daf-trust-graph": "^1.3.5",
"daf-url": "^1.3.3",
"daf-w3c": "^1.3.5",
"daf-w3c": "^1.3.7",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/react-app/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.

## [1.3.7](https://github.com/uport-project/daf/compare/v1.3.6...v1.3.7) (2020-01-10)

**Note:** Version bump only for package react-app





## [1.3.6](https://github.com/uport-project/daf/compare/v1.3.5...v1.3.6) (2020-01-10)

**Note:** Version bump only for package react-app
Expand Down
4 changes: 2 additions & 2 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-app",
"version": "1.3.6",
"version": "1.3.7",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand All @@ -17,7 +17,7 @@
"daf-ethr-did-metamask": "../daf/packages/daf-ethr-did-metamask",
"daf-resolver-universal": "^1.1.0",
"daf-trust-graph": "^1.3.5",
"daf-w3c": "^1.3.5",
"daf-w3c": "^1.3.7",
"ethr-did": "^1.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/send-vc/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.

## [1.3.7](https://github.com/uport-project/daf/compare/v1.3.6...v1.3.7) (2020-01-10)

**Note:** Version bump only for package send-vc





## [1.3.5](https://github.com/uport-project/daf/compare/v1.3.4...v1.3.5) (2020-01-08)

**Note:** Version bump only for package send-vc
Expand Down
4 changes: 2 additions & 2 deletions examples/send-vc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "send-vc",
"private": true,
"version": "1.3.5",
"version": "1.3.7",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts"
Expand All @@ -13,7 +13,7 @@
"daf-ethr-did-fs": "^1.3.3",
"daf-resolver-universal": "^1.1.0",
"daf-trust-graph": "^1.3.5",
"daf-w3c": "^1.3.5",
"daf-w3c": "^1.3.7",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
},
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": "1.3.6",
"version": "1.3.7",
"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.

## [1.3.7](https://github.com/uport-project/daf/compare/v1.3.6...v1.3.7) (2020-01-10)

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





## [1.3.5](https://github.com/uport-project/daf/compare/v1.3.4...v1.3.5) (2020-01-08)

**Note:** Version bump only for package daf-cli
Expand Down
4 changes: 2 additions & 2 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": "1.3.5",
"version": "1.3.7",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -28,7 +28,7 @@
"daf-sodium-fs": "^1.3.3",
"daf-trust-graph": "^1.3.5",
"daf-url": "^1.3.3",
"daf-w3c": "^1.3.5",
"daf-w3c": "^1.3.7",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"graphql": "^14.5.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-w3c/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.

## [1.3.7](https://github.com/uport-project/daf/compare/v1.3.6...v1.3.7) (2020-01-10)


### Bug Fixes

* Remove duplicate JWTs from VP Fixes [#48](https://github.com/uport-project/daf/issues/48) ([f24ffea](https://github.com/uport-project/daf/commit/f24ffea078908a394181bb92b93331287c01381d))





## [1.3.5](https://github.com/uport-project/daf/compare/v1.3.4...v1.3.5) (2020-01-08)

**Note:** Version bump only for package daf-w3c
Expand Down
2 changes: 1 addition & 1 deletion packages/daf-w3c/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-w3c",
"description": "DAF W3C verifiable credentials & presentations",
"version": "1.3.5",
"version": "1.3.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit b712aa0

Please sign in to comment.