Skip to content

Commit

Permalink
Merge branch 'master' of github.com:uport-project/daf
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Mar 17, 2020
2 parents 4c26ae3 + a184005 commit e77eb03
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.1.1](https://github.com/uport-project/daf/compare/v3.1.0...v3.1.1) (2020-03-17)


### Bug Fixes

* Loading URLs that have a hostname ([2e65531](https://github.com/uport-project/daf/commit/2e655319314ec2aaaef5ef1a9263eb8ee556ece8))





# [3.1.0](https://github.com/uport-project/daf/compare/v3.0.2...v3.1.0) (2020-03-16)


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.1.0",
"version": "3.1.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.1.1](https://github.com/uport-project/daf/compare/v3.1.0...v3.1.1) (2020-03-17)

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





# [3.1.0](https://github.com/uport-project/daf/compare/v3.0.2...v3.1.0) (2020-03-16)


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": "3.1.0",
"version": "3.1.1",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -27,7 +27,7 @@
"daf-resolver-universal": "^3.0.1",
"daf-selective-disclosure": "^3.0.2",
"daf-trust-graph": "^3.0.2",
"daf-url": "^3.1.0",
"daf-url": "^3.1.1",
"daf-w3c": "^3.0.2",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-url/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.1.1](https://github.com/uport-project/daf/compare/v3.1.0...v3.1.1) (2020-03-17)


### Bug Fixes

* Loading URLs that have a hostname ([2e65531](https://github.com/uport-project/daf/commit/2e655319314ec2aaaef5ef1a9263eb8ee556ece8))





# [3.1.0](https://github.com/uport-project/daf/compare/v3.0.2...v3.1.0) (2020-03-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/daf-url/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-url",
"description": "DAF URL message validator",
"version": "3.1.0",
"version": "3.1.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit e77eb03

Please sign in to comment.