Skip to content

Commit

Permalink
chore(release): v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed May 29, 2020
1 parent 39a76b6 commit 5b40055
Show file tree
Hide file tree
Showing 38 changed files with 215 additions and 47 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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)


### Bug Fixes

* Big value handling ([#167](https://github.com/uport-project/daf/issues/167)) ([39a76b6](https://github.com/uport-project/daf/commit/39a76b60ecc085d7ce0c476b0b20e166b415d408))


### BREAKING CHANGES

* database schema change required to accept large claims





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)


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": "5.7.0",
"version": "6.0.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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)


Expand Down
26 changes: 13 additions & 13 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": "5.7.0",
"version": "6.0.0",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -15,18 +15,18 @@
"apollo-server": "^2.9.12",
"commander": "^4.0.1",
"console-table-printer": "^1.1.15",
"daf-core": "^5.7.0",
"daf-did-comm": "^5.7.0",
"daf-did-jwt": "^5.7.0",
"daf-ethr-did": "^5.7.0",
"daf-fs": "^5.7.0",
"daf-libsodium": "^5.7.0",
"daf-resolver": "^5.6.6",
"daf-resolver-universal": "^5.6.6",
"daf-selective-disclosure": "^5.7.0",
"daf-trust-graph": "^5.7.0",
"daf-url": "^5.7.0",
"daf-w3c": "^5.7.0",
"daf-core": "^6.0.0",
"daf-did-comm": "^6.0.0",
"daf-did-jwt": "^6.0.0",
"daf-ethr-did": "^6.0.0",
"daf-fs": "^6.0.0",
"daf-libsodium": "^6.0.0",
"daf-resolver": "^6.0.0",
"daf-resolver-universal": "^6.0.0",
"daf-selective-disclosure": "^6.0.0",
"daf-trust-graph": "^6.0.0",
"daf-url": "^6.0.0",
"daf-w3c": "^6.0.0",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/daf-core/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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)


### Bug Fixes

* Big value handling ([#167](https://github.com/uport-project/daf/issues/167)) ([39a76b6](https://github.com/uport-project/daf/commit/39a76b60ecc085d7ce0c476b0b20e166b415d408))


### BREAKING CHANGES

* database schema change required to accept large claims





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)


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": "5.7.0",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

**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": "5.7.0",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^5.7.0",
"daf-core": "^6.0.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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

**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": "5.7.0",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^5.7.0",
"daf-core": "^6.0.0",
"debug": "^4.1.1",
"did-jwt": "^4.3.2",
"did-resolver": "^1.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-elem-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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

**Note:** Version bump only for package daf-elem-did
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-elem-did/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-elem-did",
"description": "DAF element did modules",
"version": "5.7.0",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@transmute/element-lib": "^0.7.4",
"daf-core": "^5.7.0",
"daf-core": "^6.0.0",
"debug": "^4.1.1",
"ethjs-provider-signer": "^0.1.4"
},
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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

**Note:** Version bump only for package daf-ethr-did
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": "5.7.0",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^5.7.0",
"daf-core": "^6.0.0",
"debug": "^4.1.1",
"ethjs-provider-signer": "^0.1.4",
"ethr-did": "^1.1.0",
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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

**Note:** Version bump only for package daf-fs
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": "5.7.0",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^5.7.0",
"daf-core": "^6.0.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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

**Note:** Version bump only for package daf-libsodium
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": "5.7.0",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"base-58": "^0.0.1",
"daf-core": "^5.7.0",
"daf-core": "^6.0.0",
"debug": "^4.1.1",
"did-jwt": "^4.3.2",
"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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

**Note:** Version bump only for package daf-local-storage
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": "5.7.0",
"version": "6.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^5.7.0",
"daf-core": "^6.0.0",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/daf-react-native-async-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.

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

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

# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29)

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





# [5.7.0](https://github.com/uport-project/daf/compare/v5.6.7...v5.7.0) (2020-05-29)

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

0 comments on commit 5b40055

Please sign in to comment.