Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Nov 24, 2019
1 parent 6f33935 commit 47cd3d3
Show file tree
Hide file tree
Showing 36 changed files with 206 additions and 46 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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)


### Bug Fixes

* Removing duplicate saveMessage ([ab2c6a0](https://github.com/uport-project/daf/commit/ab2c6a091e79af4f2d62e3a566bf8fc0059261a6))


### Features

* Graphql server in CLI ([70890bd](https://github.com/uport-project/daf/commit/70890bd6ecf687fee8534312a2888a91552e3a5e))





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)


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": "0.2.0",
"version": "0.3.0",
"packages": [
"packages/*"
],
Expand Down
16 changes: 16 additions & 0 deletions packages/daf-cli/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)


### Bug Fixes

* Removing duplicate saveMessage ([ab2c6a0](https://github.com/uport-project/daf/commit/ab2c6a091e79af4f2d62e3a566bf8fc0059261a6))


### Features

* Graphql server in CLI ([70890bd](https://github.com/uport-project/daf/commit/70890bd6ecf687fee8534312a2888a91552e3a5e))





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)


Expand Down
28 changes: 14 additions & 14 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": "0.2.0",
"version": "0.3.0",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -15,19 +15,19 @@
"apollo-server": "^2.9.12",
"commander": "^4.0.1",
"console-table-printer": "^1.1.15",
"daf-core": "^0.2.0",
"daf-data-store": "^0.2.0",
"daf-debug": "^0.2.0",
"daf-did-comm": "^0.2.0",
"daf-did-jwt": "^0.2.0",
"daf-ethr-did-fs": "^0.2.0",
"daf-node-sqlite3": "^0.2.0",
"daf-resolver": "^0.2.0",
"daf-resolver-universal": "^0.2.0",
"daf-selective-disclosure": "^0.2.0",
"daf-sodium-fs": "^0.2.0",
"daf-trust-graph": "^0.2.0",
"daf-w3c": "^0.2.0",
"daf-core": "^0.3.0",
"daf-data-store": "^0.3.0",
"daf-debug": "^0.3.0",
"daf-did-comm": "^0.3.0",
"daf-did-jwt": "^0.3.0",
"daf-ethr-did-fs": "^0.3.0",
"daf-node-sqlite3": "^0.3.0",
"daf-resolver": "^0.3.0",
"daf-resolver-universal": "^0.3.0",
"daf-selective-disclosure": "^0.3.0",
"daf-sodium-fs": "^0.3.0",
"daf-trust-graph": "^0.3.0",
"daf-w3c": "^0.3.0",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"graphql": "^14.5.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-core/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

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





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**Note:** Version bump only for package daf-core
Expand Down
2 changes: 1 addition & 1 deletion packages/daf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-core",
"description": "DID Agent Framework Core",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-data-store/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

**Note:** Version bump only for package daf-data-store





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**Note:** Version bump only for package daf-data-store
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-data-store",
"description": "DID Agent Framework Data Store",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"blakejs": "^1.1.0",
"daf-core": "^0.2.0",
"daf-core": "^0.3.0",
"debug": "^4.1.1",
"sql-bricks-sqlite": "^0.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-debug/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

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





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**Note:** Version bump only for package daf-debug
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-debug",
"description": "DAF Debug helpers",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^0.2.0",
"daf-core": "^0.3.0",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-did-comm/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

**Note:** Version bump only for package daf-did-comm





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**Note:** Version bump only for package daf-did-comm
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-did-comm/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-did-comm",
"description": "DAF DIDComm",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"DIDComm-js": "git://github.com/uport-project/DIDComm-js.git#fix/build-issues",
"daf-core": "^0.2.0",
"daf-core": "^0.3.0",
"debug": "^4.1.1",
"uuid": "^3.3.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-did-jwt/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

**Note:** Version bump only for package daf-did-jwt





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**Note:** Version bump only for package daf-did-jwt
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-did-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-did-jwt",
"description": "DAF did-jwt message validator",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^0.2.0",
"daf-core": "^0.3.0",
"debug": "^4.1.1",
"did-jwt": "^3.0.0",
"did-resolver": "^1.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-ethr-did-fs/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

**Note:** Version bump only for package daf-ethr-did-fs





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**Note:** Version bump only for package daf-ethr-did-fs
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-ethr-did-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-ethr-did-fs",
"description": "DAF ehtr-did fs identity controller",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^0.2.0",
"daf-core": "^0.3.0",
"debug": "^4.1.1",
"ethr-did": "^1.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-ethr-did-react-native/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

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





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**Note:** Version bump only for package daf-ethr-did-react-native
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-ethr-did-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-ethr-did-react-native",
"description": "DAF ethr-did react-native identity controller",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^0.2.0",
"daf-core": "^0.3.0",
"debug": "^4.1.1",
"react-native-uport-signer": "^1.6.1"
},
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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

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





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**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": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-data-store": "^0.2.0",
"daf-data-store": "^0.3.0",
"debug": "^4.1.1",
"sqlite3": "^4.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-random/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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

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





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

**Note:** Version bump only for package daf-random
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-random/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-random",
"description": "DAF Random message service",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^0.2.0",
"daf-core": "^0.3.0",
"debug": "^4.1.1",
"faker": "^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.

# [0.3.0](https://github.com/uport-project/daf/compare/v0.2.0...v0.3.0) (2019-11-24)

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





# [0.2.0](https://github.com/uport-project/daf/compare/v0.1.0...v0.2.0) (2019-11-23)

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

0 comments on commit 47cd3d3

Please sign in to comment.