Skip to content

Commit

Permalink
chore(beta-release): v7.0.0-beta.2
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 f3e4480 commit 191858a
Show file tree
Hide file tree
Showing 30 changed files with 93 additions and 33 deletions.
4 changes: 4 additions & 0 deletions 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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### 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.1",
"version": "7.0.0-beta.2",
"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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
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 Logic & Interfaces.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

**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 inspired messaging based on the v1 messaging envelope.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^7.0.0-beta.1",
"daf-core": "^7.0.0-beta.2",
"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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
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 message validator plugin for decoding JWT payloads.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.1",
"daf-core": "^7.0.0-beta.2",
"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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
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 based identity controller plugin.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.1",
"daf-core": "^7.0.0-beta.2",
"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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

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

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

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

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
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 KMS plugin using libsodium.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"base-58": "^0.0.1",
"daf-core": "^7.0.0-beta.1",
"daf-core": "^7.0.0-beta.2",
"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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
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 resolver plugin using the uniresolver.io API.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^7.0.0-beta.1",
"daf-core": "^7.0.0-beta.2",
"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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
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 plugin using in-process resolver modules.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.1",
"daf-core": "^7.0.0-beta.2",
"debug": "^4.1.1",
"did-resolver": "^2.0.1",
"ethr-did-resolver": "^2.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-rest/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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

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

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
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 plugin to enable the uPort selective disclosure protocol with W3C compatibility.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"blakejs": "^1.1.0",
"daf-core": "^7.0.0-beta.1",
"daf-did-jwt": "^7.0.0-beta.1",
"daf-typeorm": "^7.0.0-beta.1",
"daf-core": "^7.0.0-beta.2",
"daf-did-jwt": "^7.0.0-beta.2",
"daf-typeorm": "^7.0.0-beta.2",
"debug": "^4.1.1",
"did-jwt": "^4.3.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-typeorm/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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

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

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-url/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "daf-url",
"description": "DAF plugin able to decode URL message validator.",
"version": "7.0.0-beta.1",
"version": "7.0.0-beta.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^7.0.0-beta.1",
"daf-core": "^7.0.0-beta.2",
"debug": "^4.1.1",
"url-parse": "^1.4.7"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-w3c/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.2](https://github.com/uport-project/daf/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-07-07)

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

# [7.0.0-beta.1](https://github.com/uport-project/daf/compare/v6.1.1...v7.0.0-beta.1) (2020-07-07)

### Bug Fixes
Expand Down
Loading

0 comments on commit 191858a

Please sign in to comment.