Skip to content

Commit

Permalink
chore(beta-release): v7.0.0-beta.9
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 8f1d466 commit f0f67cf
Show file tree
Hide file tree
Showing 32 changed files with 135 additions and 35 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

### Bug Fixes

- DataStoreORM interface ([b70e44a](https://github.com/uport-project/daf/commit/b70e44ab8f37310554b90ca37bac5e33fbcfaa68))
- IHandleMessage interface ([350a128](https://github.com/uport-project/daf/commit/350a128c9ddc4bf6ec3182f8da5837d00ad0c167))
- IIdentityManager interface ([a0362c0](https://github.com/uport-project/daf/commit/a0362c07776e461ee4505b077b69965876672b3b))
- IKeyManager arg types ([723db1d](https://github.com/uport-project/daf/commit/723db1d2d100f8e80bf2da900ded2c658584486a))
- Removing EcdsaSignature type ([df443e5](https://github.com/uport-project/daf/commit/df443e50c7df3cdc0de78e421e960769cced38ae))
- Types for IW3c ([7b82729](https://github.com/uport-project/daf/commit/7b82729e6d0a396abde5222ef39dd4ab4c2a5312))
- Valid OpenApi v3 schema ([b01d34d](https://github.com/uport-project/daf/commit/b01d34d0212aedc66f58b1505fb114f85dcfc0b1))

### Features

- Generating OpenAPI schema (broken) ([cf2f685](https://github.com/uport-project/daf/commit/cf2f685e842c5bc95caae5993beb2a687169914b))
- Using OpenAPI schema in rest & express ([3f817f9](https://github.com/uport-project/daf/commit/3f817f99eb59bdabe4d64554cfbe9c0759b17bd5))

# [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
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.8",
"version": "7.0.0-beta.9",
"packages": ["packages/*"],
"npmClient": "yarn",
"changelog": {
Expand Down
13 changes: 13 additions & 0 deletions packages/daf-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

### Bug Fixes

- IHandleMessage interface ([350a128](https://github.com/uport-project/daf/commit/350a128c9ddc4bf6ec3182f8da5837d00ad0c167))
- IIdentityManager interface ([a0362c0](https://github.com/uport-project/daf/commit/a0362c07776e461ee4505b077b69965876672b3b))
- IKeyManager arg types ([723db1d](https://github.com/uport-project/daf/commit/723db1d2d100f8e80bf2da900ded2c658584486a))
- Removing EcdsaSignature type ([df443e5](https://github.com/uport-project/daf/commit/df443e50c7df3cdc0de78e421e960769cced38ae))

### Features

- Generating OpenAPI schema (broken) ([cf2f685](https://github.com/uport-project/daf/commit/cf2f685e842c5bc95caae5993beb2a687169914b))

# [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
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.8",
"version": "7.0.0-beta.9",
"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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

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

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"debug": "^4.1.1",
"uuid": "^8.3.0"
},
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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

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

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

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

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"debug": "^4.1.1",
"ethjs-provider-signer": "^0.1.4",
"ethr-did": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/daf-express/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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

### Features

- Using OpenAPI schema in rest & express ([3f817f9](https://github.com/uport-project/daf/commit/3f817f99eb59bdabe4d64554cfbe9c0759b17bd5))

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.8",
"daf-rest": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"daf-rest": "^7.0.0-beta.9",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-graphql/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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

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

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"debug": "^4.1.1",
"graphql-request": "^2.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/daf-libsodium/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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

### Bug Fixes

- Removing EcdsaSignature type ([df443e5](https://github.com/uport-project/daf/commit/df443e50c7df3cdc0de78e421e960769cced38ae))

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"base-58": "^0.0.1",
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

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

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

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

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"debug": "^4.1.1",
"did-resolver": "^2.0.1",
"ethr-did-resolver": "^2.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/daf-rest/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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

### Bug Fixes

- Valid OpenApi v3 schema ([b01d34d](https://github.com/uport-project/daf/commit/b01d34d0212aedc66f58b1505fb114f85dcfc0b1))

### Features

- Using OpenAPI schema in rest & express ([3f817f9](https://github.com/uport-project/daf/commit/3f817f99eb59bdabe4d64554cfbe9c0759b17bd5))

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

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

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"blakejs": "^1.1.0",
"daf-core": "^7.0.0-beta.8",
"daf-did-jwt": "^7.0.0-beta.8",
"daf-typeorm": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"daf-did-jwt": "^7.0.0-beta.9",
"daf-typeorm": "^7.0.0-beta.9",
"debug": "^4.1.1",
"did-jwt": "^4.3.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/daf-typeorm/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.9](https://github.com/uport-project/daf/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2020-08-14)

### Bug Fixes

- DataStoreORM interface ([b70e44a](https://github.com/uport-project/daf/commit/b70e44ab8f37310554b90ca37bac5e33fbcfaa68))

# [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
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.8",
"version": "7.0.0-beta.9",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.8",
"daf-core": "^7.0.0-beta.9",
"debug": "^4.1.1",
"typeorm": "0.2.25"
},
Expand Down
Loading

0 comments on commit f0f67cf

Please sign in to comment.