From 132daeca676f11ac066426f9e5f6ba767a3fce20 Mon Sep 17 00:00:00 2001 From: uport-automation-bot Date: Tue, 25 Feb 2020 10:37:20 +0000 Subject: [PATCH] chore(release): v2.3.10 --- CHANGELOG.md | 11 ++++++++ lerna.json | 2 +- packages/daf-cli/CHANGELOG.md | 11 ++++++++ packages/daf-cli/package.json | 28 +++++++++---------- packages/daf-core/CHANGELOG.md | 8 ++++++ 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 1ef7406ed..3948b4238 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + + +### Bug Fixes + +* CLI VP type is VerifiablePresentation ([1558555](https://github.com/uport-project/daf/commit/1558555252366aa126fde1fe9ecf161de613d72d)) + + + + + ## [2.3.9](https://github.com/uport-project/daf/compare/v2.3.8...v2.3.9) (2020-02-24) diff --git a/lerna.json b/lerna.json index c3bb417ce..8a9ad8d7b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.9", + "version": "2.3.10", "packages": [ "packages/*" ], diff --git a/packages/daf-cli/CHANGELOG.md b/packages/daf-cli/CHANGELOG.md index 87e2d6b4a..15b2836cc 100644 --- a/packages/daf-cli/CHANGELOG.md +++ b/packages/daf-cli/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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + + +### Bug Fixes + +* CLI VP type is VerifiablePresentation ([1558555](https://github.com/uport-project/daf/commit/1558555252366aa126fde1fe9ecf161de613d72d)) + + + + + ## [2.3.9](https://github.com/uport-project/daf/compare/v2.3.8...v2.3.9) (2020-02-24) **Note:** Version bump only for package daf-cli diff --git a/packages/daf-cli/package.json b/packages/daf-cli/package.json index 5661596a8..5b0bb5eee 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.9", + "version": "2.3.10", "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.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": "^2.3.8", - "daf-fs": "^2.1.0", - "daf-libsodium": "^2.3.8", - "daf-node-sqlite3": "^2.1.0", + "daf-core": "^2.3.10", + "daf-data-store": "^2.3.10", + "daf-debug": "^2.3.10", + "daf-did-comm": "^2.3.10", + "daf-did-jwt": "^2.3.10", + "daf-ethr-did": "^2.3.10", + "daf-fs": "^2.3.10", + "daf-libsodium": "^2.3.10", + "daf-node-sqlite3": "^2.3.10", "daf-resolver": "^2.0.0", "daf-resolver-universal": "^2.0.0", - "daf-selective-disclosure": "^2.1.0", - "daf-trust-graph": "^2.1.0", - "daf-url": "^2.1.0", - "daf-w3c": "^2.3.9", + "daf-selective-disclosure": "^2.3.10", + "daf-trust-graph": "^2.3.10", + "daf-url": "^2.3.10", + "daf-w3c": "^2.3.10", "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 32ce80d74..59543e18e 100644 --- a/packages/daf-core/CHANGELOG.md +++ b/packages/daf-core/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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-core + + + + + # [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17) diff --git a/packages/daf-core/package.json b/packages/daf-core/package.json index 78ca1628a..082c21d69 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.1.0", + "version": "2.3.10", "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 ec20c7ee1..f1224bc55 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-data-store + + + + + # [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 diff --git a/packages/daf-data-store/package.json b/packages/daf-data-store/package.json index ea543df42..e8b8d4b69 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "blakejs": "^1.1.0", - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "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 488294fd0..874998d6f 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-debug + + + + + # [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 diff --git a/packages/daf-debug/package.json b/packages/daf-debug/package.json index 0eca90ee2..f13d45c7e 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-did-comm/CHANGELOG.md b/packages/daf-did-comm/CHANGELOG.md index de842ebe7..ab88c9030 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-did-comm + + + + + # [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 diff --git a/packages/daf-did-comm/package.json b/packages/daf-did-comm/package.json index 3eb715834..8cf3bacd1 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "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 59b6f8a30..5ec7e1906 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-did-jwt + + + + + # [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 diff --git a/packages/daf-did-jwt/package.json b/packages/daf-did-jwt/package.json index b9daa9bb8..2e5f04602 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "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 654274ade..1f45c4644 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-ethr-did + + + + + ## [2.3.8](https://github.com/uport-project/daf/compare/v2.3.7...v2.3.8) (2020-02-19) diff --git a/packages/daf-ethr-did/package.json b/packages/daf-ethr-did/package.json index f9d83f89a..5933c9e40 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.8", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "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 b6cd1d883..08ede8763 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-fs + + + + + # [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 diff --git a/packages/daf-fs/package.json b/packages/daf-fs/package.json index 95449737a..092af40ed 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-libsodium/CHANGELOG.md b/packages/daf-libsodium/CHANGELOG.md index 003128d2d..a049ed69b 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-libsodium + + + + + ## [2.3.8](https://github.com/uport-project/daf/compare/v2.3.7...v2.3.8) (2020-02-19) diff --git a/packages/daf-libsodium/package.json b/packages/daf-libsodium/package.json index cacc3876c..2c9f426ab 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.8", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "base-58": "^0.0.1", - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "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 f9d7cec03..87dd5885b 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-local-storage + + + + + # [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 diff --git a/packages/daf-local-storage/package.json b/packages/daf-local-storage/package.json index 4f335b51b..88a95743b 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-node-sqlite3/CHANGELOG.md b/packages/daf-node-sqlite3/CHANGELOG.md index 673273022..0a9b37607 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-node-sqlite3 + + + + + # [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 diff --git a/packages/daf-node-sqlite3/package.json b/packages/daf-node-sqlite3/package.json index 59d0bc3ee..76b8bfd11 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-data-store": "^2.1.0", + "daf-data-store": "^2.3.10", "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 9be5bc21a..229c24565 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-react-native-async-storage + + + + + ## [2.3.7](https://github.com/uport-project/daf/compare/v2.3.6...v2.3.7) (2020-02-18) diff --git a/packages/daf-react-native-async-storage/package.json b/packages/daf-react-native-async-storage/package.json index 67afd0f73..713d2b36b 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.7", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "debug": "^4.1.1" }, "peerDependencies": { diff --git a/packages/daf-react-native-libsodium/CHANGELOG.md b/packages/daf-react-native-libsodium/CHANGELOG.md index dd0523741..dddb9b986 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-react-native-libsodium + + + + + ## [2.3.8](https://github.com/uport-project/daf/compare/v2.3.7...v2.3.8) (2020-02-19) diff --git a/packages/daf-react-native-libsodium/package.json b/packages/daf-react-native-libsodium/package.json index 66643d329..ba576d649 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.8", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "base-58": "^0.0.1", - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "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 40f5b2078..a51fb1f33 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-react-native-sqlite3 + + + + + ## [2.3.7](https://github.com/uport-project/daf/compare/v2.3.6...v2.3.7) (2020-02-18) diff --git a/packages/daf-react-native-sqlite3/package.json b/packages/daf-react-native-sqlite3/package.json index cdf43a4aa..006bd609e 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.7", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-data-store": "^2.1.0", + "daf-data-store": "^2.3.10", "debug": "^4.1.1" }, "peerDependencies": { diff --git a/packages/daf-selective-disclosure/CHANGELOG.md b/packages/daf-selective-disclosure/CHANGELOG.md index 5b952ad4d..d05ff0c5a 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-selective-disclosure + + + + + # [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-selective-disclosure diff --git a/packages/daf-selective-disclosure/package.json b/packages/daf-selective-disclosure/package.json index ff1dcfcd5..25ef5e332 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", - "daf-did-jwt": "^2.1.0", + "daf-core": "^2.3.10", + "daf-did-jwt": "^2.3.10", "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 60d6f8837..de23e12cb 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.10](https://github.com/uport-project/daf/compare/v2.3.9...v2.3.10) (2020-02-25) + +**Note:** Version bump only for package daf-trust-graph + + + + + # [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-trust-graph diff --git a/packages/daf-trust-graph/package.json b/packages/daf-trust-graph/package.json index 34f5e1d72..667569f91 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.1.0", + "version": "2.3.10", "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.1.0", + "daf-core": "^2.3.10", "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 796ada17c..4a5755511 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.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 + + + + + # [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-url diff --git a/packages/daf-url/package.json b/packages/daf-url/package.json index ae50139df..8ae7cca63 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.1.0", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", + "daf-core": "^2.3.10", "debug": "^4.1.1", "url-parse": "^1.4.7" }, diff --git a/packages/daf-w3c/CHANGELOG.md b/packages/daf-w3c/CHANGELOG.md index 40869286e..98ffd72a0 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.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 + + + + + ## [2.3.9](https://github.com/uport-project/daf/compare/v2.3.8...v2.3.9) (2020-02-24) diff --git a/packages/daf-w3c/package.json b/packages/daf-w3c/package.json index ea5225656..72ee7eb6f 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.9", + "version": "2.3.10", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^2.1.0", - "daf-did-jwt": "^2.1.0", + "daf-core": "^2.3.10", + "daf-did-jwt": "^2.3.10", "debug": "^4.1.1", "did-jwt-vc": "^0.1.3", "did-resolver": "^1.1.0"