From 565668bd9da0fa7ec3a07c046cd4cdfb32b3c223 Mon Sep 17 00:00:00 2001 From: uport-automation-bot Date: Wed, 11 Mar 2020 15:37:52 +0000 Subject: [PATCH] chore(release): v2.3.19 --- CHANGELOG.md | 11 ++++++++ lerna.json | 2 +- packages/daf-cli/CHANGELOG.md | 8 ++++++ packages/daf-cli/package.json | 28 +++++++++---------- packages/daf-core/CHANGELOG.md | 11 ++++++++ packages/daf-core/package.json | 2 +- packages/daf-data-store/CHANGELOG.md | 8 ++++++ packages/daf-data-store/package.json | 4 +-- packages/daf-debug/CHANGELOG.md | 8 ++++++ packages/daf-debug/package.json | 4 +-- packages/daf-did-comm/CHANGELOG.md | 8 ++++++ packages/daf-did-comm/package.json | 4 +-- packages/daf-did-jwt/CHANGELOG.md | 8 ++++++ packages/daf-did-jwt/package.json | 4 +-- packages/daf-ethr-did/CHANGELOG.md | 8 ++++++ packages/daf-ethr-did/package.json | 4 +-- packages/daf-fs/CHANGELOG.md | 8 ++++++ packages/daf-fs/package.json | 4 +-- packages/daf-libsodium/CHANGELOG.md | 8 ++++++ packages/daf-libsodium/package.json | 4 +-- packages/daf-local-storage/CHANGELOG.md | 8 ++++++ packages/daf-local-storage/package.json | 4 +-- packages/daf-node-sqlite3/CHANGELOG.md | 8 ++++++ packages/daf-node-sqlite3/package.json | 4 +-- .../CHANGELOG.md | 8 ++++++ .../package.json | 4 +-- .../daf-react-native-libsodium/CHANGELOG.md | 8 ++++++ .../daf-react-native-libsodium/package.json | 4 +-- .../daf-react-native-sqlite3/CHANGELOG.md | 8 ++++++ .../daf-react-native-sqlite3/package.json | 4 +-- .../daf-selective-disclosure/CHANGELOG.md | 8 ++++++ .../daf-selective-disclosure/package.json | 6 ++-- packages/daf-trust-graph/CHANGELOG.md | 8 ++++++ packages/daf-trust-graph/package.json | 4 +-- packages/daf-url/CHANGELOG.md | 8 ++++++ packages/daf-url/package.json | 4 +-- packages/daf-w3c/CHANGELOG.md | 8 ++++++ packages/daf-w3c/package.json | 6 ++-- 38 files changed, 208 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e19941a..ea94aa05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + + +### Bug Fixes + +* GQL newMessage data field ([48181b9](https://github.com/uport-project/daf/commit/48181b93a5504e82373894598a81149f3c529a69)) + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf diff --git a/lerna.json b/lerna.json index 1ff85e388..25f730522 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.18", + "version": "2.3.19", "packages": [ "packages/*" ], diff --git a/packages/daf-cli/CHANGELOG.md b/packages/daf-cli/CHANGELOG.md index 2b12fe6c4..e415a89fc 100644 --- a/packages/daf-cli/CHANGELOG.md +++ b/packages/daf-cli/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-cli + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-cli diff --git a/packages/daf-cli/package.json b/packages/daf-cli/package.json index e3e28018a..d49bc1c9f 100644 --- a/packages/daf-cli/package.json +++ b/packages/daf-cli/package.json @@ -1,7 +1,7 @@ { "name": "daf-cli", "description": "DAF command line tool", - "version": "2.3.18", + "version": "2.3.19", "main": "build/cli.js", "types": "build/cli.d.ts", "bin": { @@ -15,21 +15,21 @@ "apollo-server": "^2.9.12", "commander": "^4.0.1", "console-table-printer": "^1.1.15", - "daf-core": "^2.3.18", - "daf-data-store": "^2.3.18", - "daf-debug": "^2.3.18", - "daf-did-comm": "^2.3.18", - "daf-did-jwt": "^2.3.18", - "daf-ethr-did": "^2.3.18", - "daf-fs": "^2.3.18", - "daf-libsodium": "^2.3.18", - "daf-node-sqlite3": "^2.3.18", + "daf-core": "^2.3.19", + "daf-data-store": "^2.3.19", + "daf-debug": "^2.3.19", + "daf-did-comm": "^2.3.19", + "daf-did-jwt": "^2.3.19", + "daf-ethr-did": "^2.3.19", + "daf-fs": "^2.3.19", + "daf-libsodium": "^2.3.19", + "daf-node-sqlite3": "^2.3.19", "daf-resolver": "^2.3.18", "daf-resolver-universal": "^2.3.18", - "daf-selective-disclosure": "^2.3.18", - "daf-trust-graph": "^2.3.18", - "daf-url": "^2.3.18", - "daf-w3c": "^2.3.18", + "daf-selective-disclosure": "^2.3.19", + "daf-trust-graph": "^2.3.19", + "daf-url": "^2.3.19", + "daf-w3c": "^2.3.19", "date-fns": "^2.8.1", "debug": "^4.1.1", "graphql": "^14.5.8", diff --git a/packages/daf-core/CHANGELOG.md b/packages/daf-core/CHANGELOG.md index 4865d86d0..212a2fac4 100644 --- a/packages/daf-core/CHANGELOG.md +++ b/packages/daf-core/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + + +### Bug Fixes + +* GQL newMessage data field ([48181b9](https://github.com/uport-project/daf/commit/48181b93a5504e82373894598a81149f3c529a69)) + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-core diff --git a/packages/daf-core/package.json b/packages/daf-core/package.json index abeab68c8..6aa94fd98 100644 --- a/packages/daf-core/package.json +++ b/packages/daf-core/package.json @@ -1,7 +1,7 @@ { "name": "daf-core", "description": "DID Agent Framework Core", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/daf-data-store/CHANGELOG.md b/packages/daf-data-store/CHANGELOG.md index 8f31dc434..b58395073 100644 --- a/packages/daf-data-store/CHANGELOG.md +++ b/packages/daf-data-store/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-data-store + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-data-store diff --git a/packages/daf-data-store/package.json b/packages/daf-data-store/package.json index 807ea1acc..766f103ed 100644 --- a/packages/daf-data-store/package.json +++ b/packages/daf-data-store/package.json @@ -1,7 +1,7 @@ { "name": "daf-data-store", "description": "DID Agent Framework Data Store", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "blakejs": "^1.1.0", - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1", "sql-bricks-sqlite": "^0.1.0" }, diff --git a/packages/daf-debug/CHANGELOG.md b/packages/daf-debug/CHANGELOG.md index 76cbe8e45..ff59ca758 100644 --- a/packages/daf-debug/CHANGELOG.md +++ b/packages/daf-debug/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-debug + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-debug diff --git a/packages/daf-debug/package.json b/packages/daf-debug/package.json index d53e33021..fc6828466 100644 --- a/packages/daf-debug/package.json +++ b/packages/daf-debug/package.json @@ -1,14 +1,14 @@ { "name": "daf-debug", "description": "DAF Debug helpers", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-did-comm/CHANGELOG.md b/packages/daf-did-comm/CHANGELOG.md index e5ad9276d..face53a29 100644 --- a/packages/daf-did-comm/CHANGELOG.md +++ b/packages/daf-did-comm/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-did-comm + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-did-comm diff --git a/packages/daf-did-comm/package.json b/packages/daf-did-comm/package.json index 0a86a494a..45f7661e4 100644 --- a/packages/daf-did-comm/package.json +++ b/packages/daf-did-comm/package.json @@ -1,14 +1,14 @@ { "name": "daf-did-comm", "description": "DAF DIDComm", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1", "uuid": "^3.3.3" }, diff --git a/packages/daf-did-jwt/CHANGELOG.md b/packages/daf-did-jwt/CHANGELOG.md index 05f2a56d1..52a10a9bf 100644 --- a/packages/daf-did-jwt/CHANGELOG.md +++ b/packages/daf-did-jwt/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-did-jwt + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-did-jwt diff --git a/packages/daf-did-jwt/package.json b/packages/daf-did-jwt/package.json index 7aff98e4c..24620350c 100644 --- a/packages/daf-did-jwt/package.json +++ b/packages/daf-did-jwt/package.json @@ -1,14 +1,14 @@ { "name": "daf-did-jwt", "description": "DAF did-jwt message validator", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1", "did-jwt": "^4.0.0", "did-resolver": "^1.1.0" diff --git a/packages/daf-ethr-did/CHANGELOG.md b/packages/daf-ethr-did/CHANGELOG.md index bf786221b..d12635b76 100644 --- a/packages/daf-ethr-did/CHANGELOG.md +++ b/packages/daf-ethr-did/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-ethr-did + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-ethr-did diff --git a/packages/daf-ethr-did/package.json b/packages/daf-ethr-did/package.json index eafabe0c6..be0b51cd1 100644 --- a/packages/daf-ethr-did/package.json +++ b/packages/daf-ethr-did/package.json @@ -1,14 +1,14 @@ { "name": "daf-ethr-did", "description": "DAF ehtr-did modules", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1", "ethjs-provider-signer": "^0.1.4", "ethr-did": "^1.1.0", diff --git a/packages/daf-fs/CHANGELOG.md b/packages/daf-fs/CHANGELOG.md index bd3a59a0e..2f9022bb1 100644 --- a/packages/daf-fs/CHANGELOG.md +++ b/packages/daf-fs/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-fs + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-fs diff --git a/packages/daf-fs/package.json b/packages/daf-fs/package.json index 651fd3a90..198de69b3 100644 --- a/packages/daf-fs/package.json +++ b/packages/daf-fs/package.json @@ -1,14 +1,14 @@ { "name": "daf-fs", "description": "DAF File system modules", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-libsodium/CHANGELOG.md b/packages/daf-libsodium/CHANGELOG.md index 28e951533..d1852abba 100644 --- a/packages/daf-libsodium/CHANGELOG.md +++ b/packages/daf-libsodium/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-libsodium + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-libsodium diff --git a/packages/daf-libsodium/package.json b/packages/daf-libsodium/package.json index 082e93f37..3c5f9de98 100644 --- a/packages/daf-libsodium/package.json +++ b/packages/daf-libsodium/package.json @@ -1,7 +1,7 @@ { "name": "daf-libsodium", "description": "DAF libsodium modules", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "base-58": "^0.0.1", - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1", "did-jwt": "^4.0.0", "elliptic": "^6.5.2", diff --git a/packages/daf-local-storage/CHANGELOG.md b/packages/daf-local-storage/CHANGELOG.md index ac5346c46..e1c128651 100644 --- a/packages/daf-local-storage/CHANGELOG.md +++ b/packages/daf-local-storage/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-local-storage + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-local-storage diff --git a/packages/daf-local-storage/package.json b/packages/daf-local-storage/package.json index 85e8bfe0e..d34123e1e 100644 --- a/packages/daf-local-storage/package.json +++ b/packages/daf-local-storage/package.json @@ -1,14 +1,14 @@ { "name": "daf-local-storage", "description": "DAF File system modules", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-node-sqlite3/CHANGELOG.md b/packages/daf-node-sqlite3/CHANGELOG.md index 5722c644b..f7d0f767a 100644 --- a/packages/daf-node-sqlite3/CHANGELOG.md +++ b/packages/daf-node-sqlite3/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-node-sqlite3 + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-node-sqlite3 diff --git a/packages/daf-node-sqlite3/package.json b/packages/daf-node-sqlite3/package.json index bf74e1f50..528483b05 100644 --- a/packages/daf-node-sqlite3/package.json +++ b/packages/daf-node-sqlite3/package.json @@ -1,14 +1,14 @@ { "name": "daf-node-sqlite3", "description": "DAF Nodejs sqlite3 driver", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-data-store": "^2.3.18", + "daf-data-store": "^2.3.19", "debug": "^4.1.1", "sqlite3": "^4.1.0" }, diff --git a/packages/daf-react-native-async-storage/CHANGELOG.md b/packages/daf-react-native-async-storage/CHANGELOG.md index 9a4d9e87f..5c053648e 100644 --- a/packages/daf-react-native-async-storage/CHANGELOG.md +++ b/packages/daf-react-native-async-storage/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-react-native-async-storage + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-react-native-async-storage diff --git a/packages/daf-react-native-async-storage/package.json b/packages/daf-react-native-async-storage/package.json index fe31f1e8b..d7f72258e 100644 --- a/packages/daf-react-native-async-storage/package.json +++ b/packages/daf-react-native-async-storage/package.json @@ -1,14 +1,14 @@ { "name": "daf-react-native-async-storage", "description": "DAF react native async storage modules", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1" }, "peerDependencies": { diff --git a/packages/daf-react-native-libsodium/CHANGELOG.md b/packages/daf-react-native-libsodium/CHANGELOG.md index 6aab7845b..d05991ed2 100644 --- a/packages/daf-react-native-libsodium/CHANGELOG.md +++ b/packages/daf-react-native-libsodium/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-react-native-libsodium + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-react-native-libsodium diff --git a/packages/daf-react-native-libsodium/package.json b/packages/daf-react-native-libsodium/package.json index c7ab43733..d49b0f351 100644 --- a/packages/daf-react-native-libsodium/package.json +++ b/packages/daf-react-native-libsodium/package.json @@ -1,7 +1,7 @@ { "name": "daf-react-native-libsodium", "description": "DAF react native libsodium modules", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "base-58": "^0.0.1", - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1", "did-jwt": "^4.0.0", "elliptic": "^6.5.2", diff --git a/packages/daf-react-native-sqlite3/CHANGELOG.md b/packages/daf-react-native-sqlite3/CHANGELOG.md index f4f528025..18f26b70d 100644 --- a/packages/daf-react-native-sqlite3/CHANGELOG.md +++ b/packages/daf-react-native-sqlite3/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-react-native-sqlite3 + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-react-native-sqlite3 diff --git a/packages/daf-react-native-sqlite3/package.json b/packages/daf-react-native-sqlite3/package.json index 6cdd4dd36..9f9ea7163 100644 --- a/packages/daf-react-native-sqlite3/package.json +++ b/packages/daf-react-native-sqlite3/package.json @@ -1,14 +1,14 @@ { "name": "daf-react-native-sqlite3", "description": "DAF react-native sqlite3 driver", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-data-store": "^2.3.18", + "daf-data-store": "^2.3.19", "debug": "^4.1.1" }, "peerDependencies": { diff --git a/packages/daf-selective-disclosure/CHANGELOG.md b/packages/daf-selective-disclosure/CHANGELOG.md index fd3928709..c06667032 100644 --- a/packages/daf-selective-disclosure/CHANGELOG.md +++ b/packages/daf-selective-disclosure/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-selective-disclosure + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-selective-disclosure diff --git a/packages/daf-selective-disclosure/package.json b/packages/daf-selective-disclosure/package.json index 565337018..286c0e642 100644 --- a/packages/daf-selective-disclosure/package.json +++ b/packages/daf-selective-disclosure/package.json @@ -1,15 +1,15 @@ { "name": "daf-selective-disclosure", "description": "DAF selective disclosure", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", - "daf-did-jwt": "^2.3.18", + "daf-core": "^2.3.19", + "daf-did-jwt": "^2.3.19", "debug": "^4.1.1", "did-jwt": "^4.0.0" }, diff --git a/packages/daf-trust-graph/CHANGELOG.md b/packages/daf-trust-graph/CHANGELOG.md index b1490ea30..3988e479d 100644 --- a/packages/daf-trust-graph/CHANGELOG.md +++ b/packages/daf-trust-graph/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-trust-graph + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-trust-graph diff --git a/packages/daf-trust-graph/package.json b/packages/daf-trust-graph/package.json index 6c1a25ca4..6b6338df2 100644 --- a/packages/daf-trust-graph/package.json +++ b/packages/daf-trust-graph/package.json @@ -1,7 +1,7 @@ { "name": "daf-trust-graph", "description": "DAF Trust Graph", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -15,7 +15,7 @@ "apollo-link-ws": "^1.0.19", "apollo-utilities": "^1.3.2", "cross-fetch": "^3.0.4", - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1", "did-jwt": "^4.0.0", "graphql": "^14.0.0", diff --git a/packages/daf-url/CHANGELOG.md b/packages/daf-url/CHANGELOG.md index aa4707c88..590c2dc98 100644 --- a/packages/daf-url/CHANGELOG.md +++ b/packages/daf-url/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-url + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-url diff --git a/packages/daf-url/package.json b/packages/daf-url/package.json index a07910d5b..3341e0615 100644 --- a/packages/daf-url/package.json +++ b/packages/daf-url/package.json @@ -1,14 +1,14 @@ { "name": "daf-url", "description": "DAF URL message validator", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", + "daf-core": "^2.3.19", "debug": "^4.1.1", "url-parse": "^1.4.7" }, diff --git a/packages/daf-w3c/CHANGELOG.md b/packages/daf-w3c/CHANGELOG.md index c234443da..9cacfe32c 100644 --- a/packages/daf-w3c/CHANGELOG.md +++ b/packages/daf-w3c/CHANGELOG.md @@ -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.19](https://github.com/uport-project/daf/compare/v2.3.18...v2.3.19) (2020-03-11) + +**Note:** Version bump only for package daf-w3c + + + + + ## [2.3.18](https://github.com/uport-project/daf/compare/v2.3.17...v2.3.18) (2020-03-10) **Note:** Version bump only for package daf-w3c diff --git a/packages/daf-w3c/package.json b/packages/daf-w3c/package.json index 9ad768adf..dcf44b09c 100644 --- a/packages/daf-w3c/package.json +++ b/packages/daf-w3c/package.json @@ -1,15 +1,15 @@ { "name": "daf-w3c", "description": "DAF W3C verifiable credentials & presentations", - "version": "2.3.18", + "version": "2.3.19", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.3.18", - "daf-did-jwt": "^2.3.18", + "daf-core": "^2.3.19", + "daf-did-jwt": "^2.3.19", "debug": "^4.1.1", "did-jwt-vc": "^0.1.3", "did-resolver": "^1.1.0"