Skip to content

Commit

Permalink
chore(release): v2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Feb 26, 2020
1 parent a469188 commit 52e8f1b
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.13](https://github.com/uport-project/daf/compare/v2.3.12...v2.3.13) (2020-02-26)


### Bug Fixes

* Ethr-did identity provider web3Provider ([a5d6af2](https://github.com/uport-project/daf/commit/a5d6af2032130a7eff1722bc47b758a824906be6))
* Remove unused ws ([55e0fcb](https://github.com/uport-project/daf/commit/55e0fcb1a68e86c7003909fb03f92ee1b357026c)), closes [#91](https://github.com/uport-project/daf/issues/91)





## [2.3.12](https://github.com/uport-project/daf/compare/v2.3.11...v2.3.12) (2020-02-25)

**Note:** Version bump only for package daf
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": "2.3.12",
"version": "2.3.13",
"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.

## [2.3.13](https://github.com/uport-project/daf/compare/v2.3.12...v2.3.13) (2020-02-26)


### Bug Fixes

* Ethr-did identity provider web3Provider ([a5d6af2](https://github.com/uport-project/daf/commit/a5d6af2032130a7eff1722bc47b758a824906be6))





## [2.3.12](https://github.com/uport-project/daf/compare/v2.3.11...v2.3.12) (2020-02-25)

**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": "2.3.12",
"version": "2.3.13",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -20,7 +20,7 @@
"daf-debug": "^2.3.10",
"daf-did-comm": "^2.3.10",
"daf-did-jwt": "^2.3.10",
"daf-ethr-did": "^2.3.10",
"daf-ethr-did": "^2.3.13",
"daf-fs": "^2.3.10",
"daf-libsodium": "^2.3.10",
"daf-node-sqlite3": "^2.3.11",
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-ethr-did/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.

## [2.3.13](https://github.com/uport-project/daf/compare/v2.3.12...v2.3.13) (2020-02-26)


### Bug Fixes

* Ethr-did identity provider web3Provider ([a5d6af2](https://github.com/uport-project/daf/commit/a5d6af2032130a7eff1722bc47b758a824906be6))





## [2.3.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25)

**Note:** Version bump only for package daf-ethr-did
Expand Down
2 changes: 1 addition & 1 deletion packages/daf-ethr-did/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-ethr-did",
"description": "DAF ehtr-did modules",
"version": "2.3.10",
"version": "2.3.13",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 52e8f1b

Please sign in to comment.