Skip to content

Commit

Permalink
chore(beta-release): v7.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored and mirceanis committed Sep 7, 2020
1 parent 7952fbb commit 84bbc62
Show file tree
Hide file tree
Showing 32 changed files with 115 additions and 35 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

### Bug Fixes

- DataStoreORM saving claims ([9350b46](https://github.com/uport-project/daf/commit/9350b469be5ceb6081a842702ca71c443305f9b0))

### Features

- Method dataStoreORMGetIdentities ([aee71bc](https://github.com/uport-project/daf/commit/aee71bc49b11f9956b15b4e42ae4db14bf9ee03a))

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

### Bug Fixes
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": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"packages": ["packages/*"],
"npmClient": "yarn",
"changelog": {
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

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

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**Note:** Version bump only for package daf-core
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": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-did-comm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

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

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**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": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1",
"uuid": "^3.3.3"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-did-jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

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

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**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": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1",
"did-jwt": "^4.3.2",
"did-resolver": "^1.1.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-ethr-did/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

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

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**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": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1",
"ethjs-provider-signer": "^0.1.4",
"ethr-did": "^1.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

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

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**Note:** Version bump only for package daf-express
Expand Down
6 changes: 3 additions & 3 deletions packages/daf-express/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-express",
"description": "DAF express",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.7",
"daf-rest": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"daf-rest": "^7.0.0-beta.8",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/daf-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

### Features

- Method dataStoreORMGetIdentities ([aee71bc](https://github.com/uport-project/daf/commit/aee71bc49b11f9956b15b4e42ae4db14bf9ee03a))

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**Note:** Version bump only for package daf-graphql
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-graphql",
"description": "DAF Graphql",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1",
"graphql-request": "^2.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-libsodium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

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

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**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": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"base-58": "^0.0.1",
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1",
"did-jwt": "^4.3.2",
"elliptic": "^6.5.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-resolver-universal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

**Note:** Version bump only for package daf-resolver-universal

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**Note:** Version bump only for package daf-resolver-universal
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-resolver-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-resolver-universal",
"description": "DAF universal resolver",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1",
"did-resolver": "^1.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

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

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**Note:** Version bump only for package daf-resolver
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-resolver",
"description": "DAF resolver",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1",
"did-resolver": "^2.0.1",
"ethr-did-resolver": "^2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/daf-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

### Features

- Method dataStoreORMGetIdentities ([aee71bc](https://github.com/uport-project/daf/commit/aee71bc49b11f9956b15b4e42ae4db14bf9ee03a))

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-rest",
"description": "DAF REST",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-selective-disclosure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

**Note:** Version bump only for package daf-selective-disclosure

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**Note:** Version bump only for package daf-selective-disclosure
Expand Down
8 changes: 4 additions & 4 deletions packages/daf-selective-disclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "daf-selective-disclosure",
"description": "DAF selective disclosure",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"blakejs": "^1.1.0",
"daf-core": "^7.0.0-beta.7",
"daf-did-jwt": "^7.0.0-beta.7",
"daf-typeorm": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"daf-did-jwt": "^7.0.0-beta.8",
"daf-typeorm": "^7.0.0-beta.8",
"debug": "^4.1.1",
"did-jwt": "^4.3.2"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/daf-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

### Bug Fixes

- DataStoreORM saving claims ([9350b46](https://github.com/uport-project/daf/commit/9350b469be5ceb6081a842702ca71c443305f9b0))

### Features

- Method dataStoreORMGetIdentities ([aee71bc](https://github.com/uport-project/daf/commit/aee71bc49b11f9956b15b4e42ae4db14bf9ee03a))

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**Note:** Version bump only for package daf-typeorm
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-typeorm",
"description": "DAF TypeORM",
"version": "7.0.0-beta.7",
"version": "7.0.0-beta.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.7",
"daf-core": "^7.0.0-beta.8",
"debug": "^4.1.1",
"typeorm": "0.2.25"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-url/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-beta.8](https://github.com/uport-project/daf/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2020-07-14)

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

# [7.0.0-beta.7](https://github.com/uport-project/daf/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2020-07-10)

**Note:** Version bump only for package daf-url
Expand Down
Loading

0 comments on commit 84bbc62

Please sign in to comment.