Skip to content

Commit

Permalink
chore(release): v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Jan 24, 2020
1 parent 9599f67 commit e43335e
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/uport-project/daf/compare/v1.4.1...v1.5.0) (2020-01-24)


### Features

* Adding list of messages ([72dca61](https://github.com/uport-project/daf/commit/72dca619b99ea2afcc216df07ef789043998702e))
* Loading indicator ([a463e40](https://github.com/uport-project/daf/commit/a463e40cc597c8bcbe5e4dbf95cfc19abbb66667))
* Query for single credential by id(hash) ([1283ce5](https://github.com/uport-project/daf/commit/1283ce528695d179b4b1cad7075c3b34e647fdb0))
* Sample auth ([ef30a6e](https://github.com/uport-project/daf/commit/ef30a6e766ddb7048e5a94f99070fb875e8f4da1))
* Server / Client example ([f757b7e](https://github.com/uport-project/daf/commit/f757b7eaeeecdaa26aaa65c3dcdbdf9b37f1d5fd))
* Using data store ([c2b76fd](https://github.com/uport-project/daf/commit/c2b76fd3c3db61ba1916e280fd05381c977d6be6))





## [1.4.1](https://github.com/uport-project/daf/compare/v1.4.0...v1.4.1) (2020-01-14)


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.5.0](https://github.com/uport-project/daf/compare/v1.4.1...v1.5.0) (2020-01-24)

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





## [1.4.1](https://github.com/uport-project/daf/compare/v1.4.0...v1.4.1) (2020-01-14)

**Note:** Version bump only for package daf-example-expressjs-ethr
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "1.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,12 +15,12 @@
"license": "Apache-2.0",
"dependencies": {
"daf-core": "^1.4.1",
"daf-data-store": "^1.4.1",
"daf-data-store": "^1.5.0",
"daf-debug": "^1.4.1",
"daf-did-comm": "^1.4.1",
"daf-did-jwt": "^1.4.1",
"daf-ethr-did-fs": "^1.4.1",
"daf-node-sqlite3": "^1.4.1",
"daf-node-sqlite3": "^1.5.0",
"daf-resolver": "^1.1.0",
"daf-resolver-universal": "^1.1.0",
"daf-selective-disclosure": "^1.4.1",
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.4.1",
"version": "1.5.0",
"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.5.0](https://github.com/uport-project/daf/compare/v1.4.1...v1.5.0) (2020-01-24)

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





## [1.4.1](https://github.com/uport-project/daf/compare/v1.4.0...v1.4.1) (2020-01-14)

**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": "1.4.1",
"version": "1.5.0",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -16,12 +16,12 @@
"commander": "^4.0.1",
"console-table-printer": "^1.1.15",
"daf-core": "^1.4.1",
"daf-data-store": "^1.4.1",
"daf-data-store": "^1.5.0",
"daf-debug": "^1.4.1",
"daf-did-comm": "^1.4.1",
"daf-did-jwt": "^1.4.1",
"daf-ethr-did-fs": "^1.4.1",
"daf-node-sqlite3": "^1.4.1",
"daf-node-sqlite3": "^1.5.0",
"daf-resolver": "^1.1.0",
"daf-resolver-universal": "^1.1.0",
"daf-selective-disclosure": "^1.4.1",
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.

# [1.5.0](https://github.com/uport-project/daf/compare/v1.4.1...v1.5.0) (2020-01-24)


### Features

* Query for single credential by id(hash) ([1283ce5](https://github.com/uport-project/daf/commit/1283ce528695d179b4b1cad7075c3b34e647fdb0))





## [1.4.1](https://github.com/uport-project/daf/compare/v1.4.0...v1.4.1) (2020-01-14)

**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": "1.4.1",
"version": "1.5.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-node-sqlite3/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.5.0](https://github.com/uport-project/daf/compare/v1.4.1...v1.5.0) (2020-01-24)

**Note:** Version bump only for package daf-node-sqlite3





## [1.4.1](https://github.com/uport-project/daf/compare/v1.4.0...v1.4.1) (2020-01-14)

**Note:** Version bump only for package daf-node-sqlite3
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-node-sqlite3/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-node-sqlite3",
"description": "DAF Nodejs sqlite3 driver",
"version": "1.4.1",
"version": "1.5.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-data-store": "^1.4.1",
"daf-data-store": "^1.5.0",
"debug": "^4.1.1",
"sqlite3": "^4.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-react-native-sqlite3/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.5.0](https://github.com/uport-project/daf/compare/v1.4.1...v1.5.0) (2020-01-24)

**Note:** Version bump only for package daf-react-native-sqlite3





## [1.4.1](https://github.com/uport-project/daf/compare/v1.4.0...v1.4.1) (2020-01-14)

**Note:** Version bump only for package daf-react-native-sqlite3
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-react-native-sqlite3/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-react-native-sqlite3",
"description": "DAF react-native sqlite3 driver",
"version": "1.4.1",
"version": "1.5.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-data-store": "^1.4.1",
"daf-data-store": "^1.5.0",
"debug": "^4.1.1",
"react-native-sqlite-storage": "^4.1.0"
},
Expand Down

0 comments on commit e43335e

Please sign in to comment.