Skip to content

Commit

Permalink
chore(release): v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Apr 30, 2023
1 parent 7366bc8 commit 134e3ba
Show file tree
Hide file tree
Showing 34 changed files with 295 additions and 222 deletions.
301 changes: 124 additions & 177 deletions CHANGELOG.md

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"packages": [
"packages/*"
],
"version": "0.9.0",
"packages": ["packages/*"],
"version": "0.10.0",
"npmClient": "yarn",
"command": {
"publish": {
"allowBranch": [
"main",
"master"
],
"allowBranch": ["main", "master"],
"conventionalCommits": true,
"gitRemote": "origin",
"message": "chore(release): %s"
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.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Features

- Add better internal handling of JWT proof values used in JsonLD converted credentials ([90004c5](https://github.com/Sphereon-Opensource/SSI-SDK/commit/90004c5886cd3f645f979b5e81dfc03e3ff3b862))

# [0.9.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.8.0...v0.9.0) (2023-03-09)

### Features
Expand Down
4 changes: 2 additions & 2 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.9.0",
"version": "0.10.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/ssi-sdk-data-store": "^0.9.0",
"@sphereon/ssi-sdk-data-store": "^0.10.0",
"cross-fetch": "^3.1.5",
"typeorm": "^0.3.12"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/data-store/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.

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

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

### Features

- Add better internal handling of JWT proof values used in JsonLD converted credentials ([90004c5](https://github.com/Sphereon-Opensource/SSI-SDK/commit/90004c5886cd3f645f979b5e81dfc03e3ff3b862))
- added holder role to contact types ([728c8e1](https://github.com/Sphereon-Opensource/SSI-SDK/commit/728c8e10be5ca3f5491c3f31870bbf57975c597b))
- Update to v2 PEX and v0.3 SIOP packages ([80398e3](https://github.com/Sphereon-Opensource/SSI-SDK/commit/80398e36ab53ed46ebca715570242a466c83d5db))

# [0.9.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.8.0...v0.9.0) (2023-03-09)

### Features
Expand Down
3 changes: 1 addition & 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.9.0",
"version": "0.10.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,6 @@
"debug": "^4.3.4",
"typeorm": "^0.3.12"
},
"devDependencies": {},
"files": [
"dist/**/*",
"src/**/*",
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.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

### Features

- More support for definition Formats when creating VPs from SIOP ([61c4120](https://github.com/Sphereon-Opensource/SSI-SDK/commit/61c412015a4d1ddf2a306e05185738cdecfc535f))
- Update to v2 PEX and v0.3 SIOP packages ([80398e3](https://github.com/Sphereon-Opensource/SSI-SDK/commit/80398e36ab53ed46ebca715570242a466c83d5db))

# [0.9.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.8.0...v0.9.0) (2023-03-09)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.9.0",
"version": "0.10.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,9 +16,9 @@
"dependencies": {
"@sphereon/did-auth-siop": "0.3.0-unstable.45",
"@sphereon/pex": "2.0.0",
"@sphereon/ssi-sdk-core": "^0.9.0",
"@sphereon/ssi-sdk-did-utils": "^0.9.0",
"@sphereon/ssi-types": "^0.9.0",
"@sphereon/ssi-sdk-core": "^0.10.0",
"@sphereon/ssi-sdk-did-utils": "^0.10.0",
"@sphereon/ssi-types": "^0.10.0",
"@sphereon/wellknown-dids-client": "^0.1.3",
"@types/uuid": "^9.0.1",
"@veramo/core": "4.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/did-utils/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.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

# [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09)

### Bug Fixes
Expand Down
7 changes: 3 additions & 4 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.9.0",
"version": "0.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -11,16 +11,15 @@
"dependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/jsencrypt": "3.3.2-unstable.0",
"@sphereon/ssi-sdk-core": "^0.9.0",
"@sphereon/ssi-types": "^0.9.0",
"@sphereon/ssi-sdk-core": "^0.10.0",
"@sphereon/ssi-types": "^0.10.0",
"@trust/keyto": "^2.0.0-alpha1",
"@veramo/core": "4.2.0",
"@veramo/utils": "4.2.0",
"did-resolver": "^4.0.1",
"elliptic": "^6.5.4",
"uint8arrays": "^3.1.1"
},
"devDependencies": {},
"files": [
"dist/**/*",
"src/**/*",
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.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

# [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.9.0",
"version": "0.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-core": "^0.9.0",
"@sphereon/ssi-sdk-core": "^0.10.0",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
"debug": "^4.3.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/jwk-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.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

# [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09)

### Features
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.9.0",
"version": "0.10.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.9.0",
"@sphereon/ssi-types": "^0.10.0",
"@stablelib/ed25519": "^1.0.2",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/lto-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.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

# [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09)

### Features
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.9.0",
"version": "0.10.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.9.0",
"@sphereon/ssi-sdk-core": "^0.10.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.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes

- bbs+ fixes and updates ([ae9e903](https://github.com/Sphereon-Opensource/SSI-SDK/commit/ae9e9032b23036d44b3791da416229cd6db5b776))
- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

# [0.9.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.8.0...v0.9.0) (2023-03-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0",
"version": "0.10.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/ms-authenticator/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.

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

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

### Features

- Update to v2 PEX and v0.3 SIOP packages ([80398e3](https://github.com/Sphereon-Opensource/SSI-SDK/commit/80398e36ab53ed46ebca715570242a466c83d5db))

# [0.9.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.8.0...v0.9.0) (2023-03-09)

### Features
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.9.0",
"version": "0.10.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.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

# [0.9.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.8.0...v0.9.0) (2023-03-09)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/ms-request-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ms-request-api",
"version": "0.9.0",
"version": "0.10.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"generate-plugin-schema": "yarn veramo dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/ms-authenticator": "^0.9.0",
"@sphereon/ms-authenticator": "^0.10.0",
"cross-fetch": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/qr-code-generator/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.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.0...v0.10.0) (2023-04-30)

**Note:** Version bump only for package @sphereon/ssi-sdk-qr-code-generator

# [0.9.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.8.0...v0.9.0) (2023-03-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/qr-code-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-qr-code-generator",
"version": "0.9.0",
"version": "0.10.0",
"description": "QR Code provider (react)",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/ssi-sdk-core/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.10.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.9.0...v0.10.0) (2023-04-30)

### Bug Fixes

- cleanup package.json files ([0cc08b6](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0cc08b6acc168b838bff48b42fdabbdea4cd0899))

# [0.9.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.8.0...v0.9.0) (2023-03-09)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/ssi-sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-core",
"description": "SSI SDK Core & Interfaces",
"version": "0.9.0",
"version": "0.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@scure/base": "^1.1.1",
"@sphereon/ssi-types": "^0.9.0",
"@sphereon/ssi-types": "^0.10.0",
"@veramo/core": "4.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 134e3ba

Please sign in to comment.