Skip to content

Commit

Permalink
chore(beta-release): v4.0.0-beta.43
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Apr 15, 2020
1 parent 071cd6e commit 786b42e
Show file tree
Hide file tree
Showing 36 changed files with 140 additions and 47 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

### Features

- Added id and tag fields ([0b62eaa](https://github.com/uport-project/daf/commit/0b62eaa30ceb2f79192a476ff9f6809cbe5b1ccf))
- Changed DID type from ID to String ([55ccdd4](https://github.com/uport-project/daf/commit/55ccdd42f104bc93df4621a854719cb4723b3d89))
- Default IdentityProvider ([39f2e39](https://github.com/uport-project/daf/commit/39f2e39685a58d647822aea73a8bb3f7fb76fe25))
- Default IdentityProvider ([3334f6e](https://github.com/uport-project/daf/commit/3334f6edea1ebd51dde1b416b153294f4b945e4b))
- Gql Not operator ([dd624c2](https://github.com/uport-project/daf/commit/dd624c29a103b6f2e279d1b853a26a040ba7d6a9))
- Identity saveDate updateDate ([e845a84](https://github.com/uport-project/daf/commit/e845a841684fa092152bccc91cc1e582bae456c9))
- WIP ([f491371](https://github.com/uport-project/daf/commit/f4913711ce4f9dc546bbf5ae29689b1d0ee95e14))

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

### 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": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"packages": ["packages/*"],
"npmClient": "yarn",
"changelog": {
Expand Down
6 changes: 6 additions & 0 deletions packages/daf-cli/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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

### Features

- Default IdentityProvider ([3334f6e](https://github.com/uport-project/daf/commit/3334f6edea1ebd51dde1b416b153294f4b945e4b))

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

### Bug Fixes
Expand Down
28 changes: 14 additions & 14 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": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -15,19 +15,19 @@
"apollo-server": "^2.9.12",
"commander": "^4.0.1",
"console-table-printer": "^1.1.15",
"daf-core": "^4.0.0-beta.42",
"daf-data-store": "^4.0.0-beta.42",
"daf-did-comm": "^4.0.0-beta.42",
"daf-did-jwt": "^4.0.0-beta.42",
"daf-ethr-did": "^4.0.0-beta.42",
"daf-fs": "^4.0.0-beta.42",
"daf-libsodium": "^4.0.0-beta.42",
"daf-resolver": "^4.0.0-beta.42",
"daf-resolver-universal": "^4.0.0-beta.42",
"daf-selective-disclosure": "^4.0.0-beta.42",
"daf-trust-graph": "^4.0.0-beta.42",
"daf-url": "^4.0.0-beta.42",
"daf-w3c": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"daf-data-store": "^4.0.0-beta.43",
"daf-did-comm": "^4.0.0-beta.43",
"daf-did-jwt": "^4.0.0-beta.43",
"daf-ethr-did": "^4.0.0-beta.43",
"daf-fs": "^4.0.0-beta.43",
"daf-libsodium": "^4.0.0-beta.43",
"daf-resolver": "^4.0.0-beta.43",
"daf-resolver-universal": "^4.0.0-beta.43",
"daf-selective-disclosure": "^4.0.0-beta.43",
"daf-trust-graph": "^4.0.0-beta.43",
"daf-url": "^4.0.0-beta.43",
"daf-w3c": "^4.0.0-beta.43",
"date-fns": "^2.8.1",
"debug": "^4.1.1",
"graphql": "^14.5.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/daf-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

### Features

- Added id and tag fields ([0b62eaa](https://github.com/uport-project/daf/commit/0b62eaa30ceb2f79192a476ff9f6809cbe5b1ccf))
- Changed DID type from ID to String ([55ccdd4](https://github.com/uport-project/daf/commit/55ccdd42f104bc93df4621a854719cb4723b3d89))
- Default IdentityProvider ([39f2e39](https://github.com/uport-project/daf/commit/39f2e39685a58d647822aea73a8bb3f7fb76fe25))
- Gql Not operator ([dd624c2](https://github.com/uport-project/daf/commit/dd624c29a103b6f2e279d1b853a26a040ba7d6a9))
- Identity saveDate updateDate ([e845a84](https://github.com/uport-project/daf/commit/e845a841684fa092152bccc91cc1e582bae456c9))
- WIP ([f491371](https://github.com/uport-project/daf/commit/f4913711ce4f9dc546bbf5ae29689b1d0ee95e14))

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

### 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",
"version": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-data-store/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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

**Note:** Version bump only for package daf-data-store

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

**Note:** Version bump only for package daf-data-store
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-data-store",
"description": "DID Agent Framework Data Store",
"version": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"blakejs": "^1.1.0",
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"debug": "^4.1.1",
"sql-bricks-sqlite": "^0.1.0"
},
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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

### Features
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,14 +1,14 @@
{
"name": "daf-did-comm",
"description": "DAF DIDComm",
"version": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

### Features
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": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"debug": "^4.1.1",
"did-jwt": "^4.0.0",
"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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

**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": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"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-fs/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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

**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": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"debug": "^4.1.1"
},
"devDependencies": {
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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

**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": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"base-58": "^0.0.1",
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"debug": "^4.1.1",
"did-jwt": "^4.0.0",
"elliptic": "^6.5.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/daf-local-storage/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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

**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": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

**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": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"debug": "^4.1.1"
},
"peerDependencies": {
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

**Note:** Version bump only for package daf-react-native-libsodium
Expand Down
4 changes: 2 additions & 2 deletions packages/daf-react-native-libsodium/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "daf-react-native-libsodium",
"description": "DAF react native libsodium modules",
"version": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"base-58": "^0.0.1",
"daf-core": "^4.0.0-beta.42",
"daf-core": "^4.0.0-beta.43",
"debug": "^4.1.1",
"did-jwt": "^4.0.0",
"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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

**Note:** Version bump only for package daf-resolver-universal
Expand Down
2 changes: 1 addition & 1 deletion packages/daf-resolver-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daf-resolver-universal",
"description": "DAF universal resolver",
"version": "4.0.0-beta.42",
"version": "4.0.0-beta.43",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
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.

# [4.0.0-beta.43](https://github.com/uport-project/daf/compare/v4.0.0-beta.42...v4.0.0-beta.43) (2020-04-15)

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

# [4.0.0-beta.42](https://github.com/uport-project/daf/compare/v3.4.0...v4.0.0-beta.42) (2020-04-09)

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

0 comments on commit 786b42e

Please sign in to comment.