Skip to content

Commit

Permalink
chore(release): v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed May 7, 2023
1 parent 9d0a8c6 commit c0b30e0
Show file tree
Hide file tree
Showing 36 changed files with 180 additions and 54 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Bug Fixes

- make credential mapper a bit more resilient ([36c420e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/36c420e5070a9233568bbd389ffd8a3190e65ec7))
- make credential mapper a bit more resilient ([ce5b487](https://github.com/Sphereon-Opensource/SSI-SDK/commit/ce5b487d4b5831aa033615fec9e4a45c19c1f3f7))
- make credential mapper a bit more resilient ([7248fae](https://github.com/Sphereon-Opensource/SSI-SDK/commit/7248fae74f4d3a300bce5bdfb1180267b7bd9c2d))

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([6ac4ec0](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6ac4ec0469ef2bd2344da0a2f7e6c9673c20e232))
- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/673856f587885743300aaafea791e3696d9c456f))
- instead of returning a boolean value, return an object with more information about verification of LD creds/VPs ([7df0e64](https://github.com/Sphereon-Opensource/SSI-SDK/commit/7df0e64ad6553e8153cf96d62156867fde8e4cef))

## [0.10.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.0...v0.10.1) (2023-05-01)

**Note:** Version bump only for package SSI-SDK-workspace
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.10.1",
"version": "0.11.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
6 changes: 6 additions & 0 deletions packages/agent-config/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.

# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/673856f587885743300aaafea791e3696d9c456f))

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/agent-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-agent-config",
"version": "0.10.0",
"version": "0.11.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -9,10 +9,10 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@veramo/core": "4.2.0",
"jsonpointer": "^5.0.1",
"url-parse": "^1.5.10",
"yaml": "^2.2.2",
"@veramo/core": "4.2.0"
"yaml": "^2.2.2"
},
"devDependencies": {
"@types/url-parse": "^1.4.8"
Expand Down
6 changes: 6 additions & 0 deletions packages/contact-manager/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.

# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/673856f587885743300aaafea791e3696d9c456f))

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/contact-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-contact-manager",
"version": "0.10.0",
"version": "0.11.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,12 +14,12 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/ssi-sdk-data-store": "^0.10.0",
"@sphereon/ssi-sdk-data-store": "^0.11.0",
"cross-fetch": "^3.1.5",
"typeorm": "^0.3.12"
},
"devDependencies": {
"@sphereon/ssi-sdk-agent-config": "^0.10.0",
"@sphereon/ssi-sdk-agent-config": "^0.11.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/data-store/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.

# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/673856f587885743300aaafea791e3696d9c456f))

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-data-store",
"version": "0.10.0",
"version": "0.11.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,8 +13,8 @@
"typeorm-postgres:migration:run": "npm run typeorm -- migration:run -c migration-postgres"
},
"dependencies": {
"@sphereon/ssi-types": "^0.11.0",
"@veramo/core": "4.2.0",
"@sphereon/ssi-types": "^0.10.0",
"class-validator": "^0.14.0",
"debug": "^4.3.4",
"typeorm": "^0.3.12"
Expand Down
11 changes: 11 additions & 0 deletions packages/did-auth-siop-op-authenticator/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.

# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Bug Fixes

- make credential mapper a bit more resilient ([36c420e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/36c420e5070a9233568bbd389ffd8a3190e65ec7))

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([6ac4ec0](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6ac4ec0469ef2bd2344da0a2f7e6c9673c20e232))
- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/673856f587885743300aaafea791e3696d9c456f))

## [0.10.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.0...v0.10.1) (2023-05-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator
Expand Down
14 changes: 7 additions & 7 deletions packages/did-auth-siop-op-authenticator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-did-auth-siop-authenticator",
"version": "0.10.1",
"version": "0.11.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,20 +16,20 @@
"dependencies": {
"@sphereon/did-auth-siop": "0.3.1-unstable.1",
"@sphereon/pex": "2.0.1",
"@sphereon/ssi-sdk-core": "^0.10.0",
"@sphereon/ssi-sdk-did-utils": "^0.10.0",
"@sphereon/ssi-types": "^0.10.0",
"@sphereon/ssi-sdk-core": "^0.11.0",
"@sphereon/ssi-sdk-did-utils": "^0.11.0",
"@sphereon/ssi-types": "^0.11.0",
"@sphereon/wellknown-dids-client": "^0.1.3",
"@types/uuid": "^9.0.1",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"cross-fetch": "^3.1.5",
"uuid": "^8.3.2",
"did-jwt-vc": "3.1.3"
"did-jwt-vc": "3.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-agent-config": "^0.10.0",
"@sphereon/ssi-sdk-agent-config": "^0.11.0",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/remote-client": "4.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-utils/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.

# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.10.1...v0.11.0) (2023-05-07)

**Note:** Version bump only for package @sphereon/ssi-sdk-did-utils

# [0.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/did-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-did-utils",
"description": "DID Utils",
"version": "0.10.0",
"version": "0.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/jsencrypt": "3.3.2-unstable.0",
"@sphereon/ssi-sdk-core": "^0.10.0",
"@sphereon/ssi-types": "^0.10.0",
"@sphereon/ssi-sdk-core": "^0.11.0",
"@sphereon/ssi-types": "^0.11.0",
"@trust/keyto": "^2.0.0-alpha1",
"@veramo/core": "4.2.0",
"@veramo/utils": "4.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/factom-did-provider/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.

# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/673856f587885743300aaafea791e3696d9c456f))

# [0.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/factom-did-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-factom-did-provider",
"description": "Veramo Factom DID provider",
"version": "0.10.0",
"version": "0.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -10,13 +10,13 @@
},
"dependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-core": "^0.10.0",
"@sphereon/ssi-sdk-core": "^0.11.0",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
"debug": "^4.3.4"
},
"devDependencies": {
"@sphereon/ssi-sdk-agent-config": "^0.10.0",
"@sphereon/ssi-sdk-agent-config": "^0.11.0",
"@veramo/data-store": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@veramo/did-resolver": "4.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/jwk-did-provider/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.

# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.10.1...v0.11.0) (2023-05-07)

**Note:** Version bump only for package @sphereon/ssi-sdk-jwk-did-provider

# [0.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/jwk-did-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-jwk-did-provider",
"description": "Veramo jwk-did based identity controller plugin.",
"version": "0.10.0",
"version": "0.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@ethersproject/random": "^5.7.0",
"@sphereon/ssi-types": "^0.10.0",
"@sphereon/ssi-types": "^0.11.0",
"@stablelib/ed25519": "^1.0.2",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/lto-did-provider/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.

# [0.11.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.10.1...v0.11.0) (2023-05-07)

**Note:** Version bump only for package @sphereon/ssi-sdk-lto-did-provider

# [0.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/lto-did-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-lto-did-provider",
"description": "Veramo LTO Network DID provider",
"version": "0.10.0",
"version": "0.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@lto-network/signature-generator": "~1.0.0",
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/lto-did-ts": "0.1.8-unstable.0",
"@sphereon/ssi-sdk-core": "^0.10.0",
"@sphereon/ssi-sdk-core": "^0.11.0",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@veramo/kms-local": "4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/mnemonic-seed-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([6ac4ec0](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6ac4ec0469ef2bd2344da0a2f7e6c9673c20e232))
- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/673856f587885743300aaafea791e3696d9c456f))

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/mnemonic-seed-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-mnemonic-seed-manager",
"version": "0.10.0",
"version": "0.11.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"typeorm": "^0.3.12"
},
"devDependencies": {
"@sphereon/ssi-sdk-agent-config": "^0.11.0",
"@types/bip39": "^3.0.0",
"@sphereon/ssi-sdk-agent-config": "^0.10.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"ed25519-hd-key": "^1.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/ms-authenticator/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.

# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/673856f587885743300aaafea791e3696d9c456f))

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ms-authenticator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ms-authenticator",
"version": "0.10.0",
"version": "0.11.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/ms-request-api/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.

# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features

- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything ([673856f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/673856f587885743300aaafea791e3696d9c456f))

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes
Expand Down
Loading

0 comments on commit c0b30e0

Please sign in to comment.