Skip to content

Commit

Permalink
chore(release): v2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Feb 25, 2020
1 parent 5a15d51 commit abc60dc
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions 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.

## [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





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


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.11",
"version": "2.3.12",
"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.

## [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





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

**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": "2.3.11",
"version": "2.3.12",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -28,8 +28,8 @@
"daf-resolver-universal": "^2.0.0",
"daf-selective-disclosure": "^2.3.10",
"daf-trust-graph": "^2.3.10",
"daf-url": "^2.3.10",
"daf-w3c": "^2.3.10",
"daf-url": "^2.3.12",
"daf-w3c": "^2.3.12",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"graphql": "^14.5.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-url/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.

## [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-url





## [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-url
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": "2.3.10",
"version": "2.3.12",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-w3c/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.

## [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-w3c





## [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-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": "2.3.10",
"version": "2.3.12",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit abc60dc

Please sign in to comment.