Skip to content

Commit

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

# [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)


### Features

* Removing examples from workspaces ([5cf7343](https://github.com/uport-project/daf/commit/5cf7343d99cdad5b6719ae38371f5e8710813979))
* Updated architecture diagram ([dafa3c0](https://github.com/uport-project/daf/commit/dafa3c086bf367470e8620ef8b19a8cbf705b5e2))
* Updated lock file ([c46ecf2](https://github.com/uport-project/daf/commit/c46ecf2397625bcc4f0f0831d598140e765511ff))
* Version bump ([4fd60a9](https://github.com/uport-project/daf/commit/4fd60a9a73130ee5e11ac9bf87b0c7864458c70b))





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)


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.0.0",
"version": "2.1.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.

# [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)


Expand Down
22 changes: 11 additions & 11 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.0.0",
"version": "2.1.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": "^2.0.0",
"daf-data-store": "^2.0.0",
"daf-debug": "^2.0.0",
"daf-did-comm": "^2.0.0",
"daf-did-jwt": "^2.0.0",
"daf-core": "^2.1.0",
"daf-data-store": "^2.1.0",
"daf-debug": "^2.1.0",
"daf-did-comm": "^2.1.0",
"daf-did-jwt": "^2.1.0",
"daf-ethr-did-fs": "^1.4.1",
"daf-node-sqlite3": "^2.0.0",
"daf-node-sqlite3": "^2.1.0",
"daf-resolver": "^2.0.0",
"daf-resolver-universal": "^2.0.0",
"daf-selective-disclosure": "^2.0.0",
"daf-trust-graph": "^2.0.0",
"daf-url": "^2.0.0",
"daf-w3c": "^2.0.0",
"daf-selective-disclosure": "^2.1.0",
"daf-trust-graph": "^2.1.0",
"daf-url": "^2.1.0",
"daf-w3c": "^2.1.0",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"graphql": "^14.5.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-core/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.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)


### Features

* Version bump ([4fd60a9](https://github.com/uport-project/daf/commit/4fd60a9a73130ee5e11ac9bf87b0c7864458c70b))





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)


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": "2.0.0",
"version": "2.1.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.

# [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)

**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": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"blakejs": "^1.1.0",
"daf-core": "^2.0.0",
"daf-core": "^2.1.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.

# [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)

**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": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^2.0.0",
"daf-core": "^2.1.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.

# [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)


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,14 +1,14 @@
{
"name": "daf-did-comm",
"description": "DAF DIDComm",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^2.0.0",
"daf-core": "^2.1.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.

# [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)

**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": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^2.0.0",
"daf-core": "^2.1.0",
"debug": "^4.1.1",
"did-jwt": "^4.0.0",
"did-resolver": "^1.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-ethr-did/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.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/daf-ethr-did/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-ethr-did",
"description": "DAF ehtr-did modules",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^2.0.0",
"daf-core": "^2.1.0",
"daf-resolver": "^2.0.0",
"debug": "^4.1.1",
"ethjs-provider-signer": "^0.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-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.

# [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/daf-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-fs",
"description": "DAF File system modules",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^2.0.0",
"daf-core": "^2.1.0",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-libsodium/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.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/daf-libsodium/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-libsodium",
"description": "DAF libsodium modules",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"base-58": "^0.0.1",
"daf-core": "^2.0.0",
"daf-core": "^2.1.0",
"debug": "^4.1.1",
"did-jwt": "^4.0.0",
"elliptic": "^6.5.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-local-storage/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.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

**Note:** Version bump only for package daf-local-storage





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/daf-local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-local-storage",
"description": "DAF File system modules",
"version": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^2.0.0",
"daf-core": "^2.1.0",
"debug": "^4.1.1"
},
"devDependencies": {
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.

# [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17)

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





# [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17)

**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": "2.0.0",
"version": "2.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-data-store": "^2.0.0",
"daf-data-store": "^2.1.0",
"debug": "^4.1.1",
"sqlite3": "^4.1.0"
},
Expand Down
Loading

0 comments on commit 989b8bf

Please sign in to comment.