From 989b8bf1a5c2dd62dbe3af0e7222e7c615022e8a Mon Sep 17 00:00:00 2001 From: uport-automation-bot Date: Mon, 17 Feb 2020 13:54:56 +0000 Subject: [PATCH] chore(release): v2.1.0 --- CHANGELOG.md | 14 ++++++++++++ lerna.json | 2 +- packages/daf-cli/CHANGELOG.md | 8 +++++++ packages/daf-cli/package.json | 22 +++++++++---------- 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 ++-- .../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 ++--- 34 files changed, 188 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3caa343a6..c1fb31aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index a0ed63d10..aa1471528 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "2.1.0", "packages": [ "packages/*" ], diff --git a/packages/daf-cli/CHANGELOG.md b/packages/daf-cli/CHANGELOG.md index 2973aaa50..6f1de9549 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.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) diff --git a/packages/daf-cli/package.json b/packages/daf-cli/package.json index 9be97229f..803e319c6 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.0.0", + "version": "2.1.0", "main": "build/cli.js", "types": "build/cli.d.ts", "bin": { @@ -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", diff --git a/packages/daf-core/CHANGELOG.md b/packages/daf-core/CHANGELOG.md index b205bab1f..32ce80d74 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.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) diff --git a/packages/daf-core/package.json b/packages/daf-core/package.json index d0d36198c..78ca1628a 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.0.0", + "version": "2.1.0", "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 07761dc76..ec20c7ee1 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.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 diff --git a/packages/daf-data-store/package.json b/packages/daf-data-store/package.json index 27cee6ba6..ea543df42 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.0.0", + "version": "2.1.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "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" }, diff --git a/packages/daf-debug/CHANGELOG.md b/packages/daf-debug/CHANGELOG.md index e44d3ab16..488294fd0 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.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 diff --git a/packages/daf-debug/package.json b/packages/daf-debug/package.json index 3b0f0ccaf..0eca90ee2 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.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": { diff --git a/packages/daf-did-comm/CHANGELOG.md b/packages/daf-did-comm/CHANGELOG.md index 25521b596..de842ebe7 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.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) diff --git a/packages/daf-did-comm/package.json b/packages/daf-did-comm/package.json index 8f21b72da..3eb715834 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.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" }, diff --git a/packages/daf-did-jwt/CHANGELOG.md b/packages/daf-did-jwt/CHANGELOG.md index 4de70e4a3..59b6f8a30 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.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 diff --git a/packages/daf-did-jwt/package.json b/packages/daf-did-jwt/package.json index cda433333..b9daa9bb8 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.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" diff --git a/packages/daf-ethr-did/CHANGELOG.md b/packages/daf-ethr-did/CHANGELOG.md index 5a4fcf4e9..6c5c4a3f1 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.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) diff --git a/packages/daf-ethr-did/package.json b/packages/daf-ethr-did/package.json index a1f4b45a8..ea4e860f9 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.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", diff --git a/packages/daf-fs/CHANGELOG.md b/packages/daf-fs/CHANGELOG.md index 5a4fcf4e9..b6cd1d883 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.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) diff --git a/packages/daf-fs/package.json b/packages/daf-fs/package.json index 01232b03a..95449737a 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.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": { diff --git a/packages/daf-libsodium/CHANGELOG.md b/packages/daf-libsodium/CHANGELOG.md index 5a4fcf4e9..abdbc3abb 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.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) diff --git a/packages/daf-libsodium/package.json b/packages/daf-libsodium/package.json index d1837a1e7..511a226a4 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.0.0", + "version": "2.1.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "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", diff --git a/packages/daf-local-storage/CHANGELOG.md b/packages/daf-local-storage/CHANGELOG.md index 5a4fcf4e9..f9d7cec03 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.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) diff --git a/packages/daf-local-storage/package.json b/packages/daf-local-storage/package.json index 1afe5e2b6..4f335b51b 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.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": { diff --git a/packages/daf-node-sqlite3/CHANGELOG.md b/packages/daf-node-sqlite3/CHANGELOG.md index b69732f31..673273022 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.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 diff --git a/packages/daf-node-sqlite3/package.json b/packages/daf-node-sqlite3/package.json index 151234b6e..59d0bc3ee 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.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" }, diff --git a/packages/daf-react-native-sqlite3/CHANGELOG.md b/packages/daf-react-native-sqlite3/CHANGELOG.md index 79e87f636..31dcc5ae7 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.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-react-native-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-react-native-sqlite3 diff --git a/packages/daf-react-native-sqlite3/package.json b/packages/daf-react-native-sqlite3/package.json index 40412afbf..3a6c6bf66 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.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", "react-native-sqlite-storage": "^4.1.0" }, diff --git a/packages/daf-selective-disclosure/CHANGELOG.md b/packages/daf-selective-disclosure/CHANGELOG.md index 145c15230..5b952ad4d 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.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 + + + + + # [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17) diff --git a/packages/daf-selective-disclosure/package.json b/packages/daf-selective-disclosure/package.json index 28195b3fc..ff1dcfcd5 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.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-did-jwt": "^2.0.0", + "daf-core": "^2.1.0", + "daf-did-jwt": "^2.1.0", "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 abe33ee6f..60d6f8837 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.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 + + + + + # [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17) diff --git a/packages/daf-trust-graph/package.json b/packages/daf-trust-graph/package.json index 9cea4a63c..34f5e1d72 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.0.0", + "version": "2.1.0", "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.0.0", + "daf-core": "^2.1.0", "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 cfa6be782..796ada17c 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.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 + + + + + # [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-url diff --git a/packages/daf-url/package.json b/packages/daf-url/package.json index bc8ebc6f9..ae50139df 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.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", "url-parse": "^1.4.7" }, diff --git a/packages/daf-w3c/CHANGELOG.md b/packages/daf-w3c/CHANGELOG.md index 13a5731ed..cc8d718ae 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.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-w3c + + + + + # [2.0.0](https://github.com/uport-project/daf/compare/v1.5.1...v2.0.0) (2020-02-17) diff --git a/packages/daf-w3c/package.json b/packages/daf-w3c/package.json index 802f645c5..0499dad90 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.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-did-jwt": "^2.0.0", + "daf-core": "^2.1.0", + "daf-did-jwt": "^2.1.0", "debug": "^4.1.1", "did-jwt-vc": "^0.1.2", "did-resolver": "^1.1.0"