Skip to content

Commit

Permalink
chore(release): v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Mar 19, 2024
1 parent cde5a2c commit 7ea4063
Show file tree
Hide file tree
Showing 31 changed files with 3,343 additions and 3,256 deletions.
13 changes: 13 additions & 0 deletions 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.

# [0.18.0](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.17.0...v0.18.0) (2024-03-19)

### Bug Fixes

- Key did provider fixes for invalid did:key encodings ([194c480](https://github.com/Sphereon-Opensource/veramo-BBS/commit/194c4808221ef232b0791ce04ce48459980611a2))
- Make sure bbs-sig packages are peer deps, because of heir poor Windows and RN support ([32d6bd9](https://github.com/Sphereon-Opensource/veramo-BBS/commit/32d6bd9c0857f431c9b7a845e73437536f2d377b))
- Make sure secp256k1 keys are compressed ([15493c1](https://github.com/Sphereon-Opensource/veramo-BBS/commit/15493c1b310c34bb70f6140c26819252e1b7b697))
- unknown point format ([b25d6de](https://github.com/Sphereon-Opensource/veramo-BBS/commit/b25d6de6e8c938d36cf2aa6e8679a549bd41aea5))

### Features

- Ensure proper key type is used for did:key in case codeName is JCS/EBSI ([af11a99](https://github.com/Sphereon-Opensource/veramo-BBS/commit/af11a99b0912d911e2d11fad94e7ccf02068afbd))

# [0.17.0](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.16.0...v0.17.0) (2024-02-29)

### Bug Fixes
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.17.0",
"version": "0.18.0",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-ebsi/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.18.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.17.0...v0.18.0) (2024-03-19)

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

# [0.17.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-ebsi
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ebsi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-ebsi",
"description": "Sphereon SSI-SDK plugin for management of did:ebsi v1 Legal Entity identifiers.",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-jwk/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.18.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.17.0...v0.18.0) (2024-03-19)

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

# [0.17.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-jwk
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-jwk",
"description": "Sphereon SSI-SDK plugin for management of did:key identifiers.",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/did-provider-key/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.18.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.17.0...v0.18.0) (2024-03-19)

### Bug Fixes

- Key did provider fixes for invalid did:key encodings ([194c480](https://github.com/Sphereon-Opensource/SSI-SDK/commit/194c4808221ef232b0791ce04ce48459980611a2))

### Features

- Ensure proper key type is used for did:key in case codeName is JCS/EBSI ([af11a99](https://github.com/Sphereon-Opensource/SSI-SDK/commit/af11a99b0912d911e2d11fad94e7ccf02068afbd))

# [0.17.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-key
Expand Down
4 changes: 2 additions & 2 deletions packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-key",
"description": "Sphereon SSI-SDK plugin for management of did:key identifiers.",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"@transmute/did-key-bls12381": "0.3.0-unstable.10",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
"did-jwt": "6.11.6",
"debug": "^4.3.4",
"did-jwt": "6.11.6",
"did-resolver": "^4.1.0",
"multibase": "^4.0.6",
"multicodec": "^3.2.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-lto/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.18.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.17.0...v0.18.0) (2024-03-19)

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

# [0.17.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-lto
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-lto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-lto",
"description": "LTO Network DID provider",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-oyd/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.18.0](https://github.com/OwnYourData/veramo/compare/v0.17.0...v0.18.0) (2024-03-19)

**Note:** Version bump only for package @sphereon/did-provider-oyd

# [0.17.0](https://github.com/OwnYourData/veramo/compare/v0.16.0...v0.17.0) (2024-02-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-oyd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/did-provider-oyd",
"description": "OwnYourData plugin that can enable creation and control of did:oyd identifiers.",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-provider-web/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.18.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.17.0...v0.18.0) (2024-03-19)

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

# [0.17.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-provider-web
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-web",
"description": "plugin that can enable creation and control of did:web identifiers.",
"version": "0.17.0",
"version": "0.18.0",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-resolver-ebsi/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.18.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.17.0...v0.18.0) (2024-03-19)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-ebsi

# [0.17.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-ebsi
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-ebsi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-ebsi",
"description": "Sphereon did:ebsi resolver for Legal Entities.",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-resolver-jwk/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.18.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.17.0...v0.18.0) (2024-03-19)

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

# [0.17.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-jwk
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-jwk",
"description": "DIF resolver for resolution of did:jwk identifiers.",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/did-resolver-key/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.18.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.17.0...v0.18.0) (2024-03-19)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-resolver-key

# [0.17.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.16.0...v0.17.0) (2024-02-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-key/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-key",
"description": "Sphereon did:key resolver with BBS+/BLS and EBSI support.",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/did-utils/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.18.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.17.0...v0.18.0) (2024-03-19)

### Bug Fixes

- unknown point format ([b25d6de](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/b25d6de6e8c938d36cf2aa6e8679a549bd41aea5))

### Features

- Ensure proper key type is used for did:key in case codeName is JCS/EBSI ([af11a99](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/af11a99b0912d911e2d11fad94e7ccf02068afbd))

# [0.17.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.did-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/did-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-utils",
"description": "DID Utils",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/key-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.18.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.17.0...v0.18.0) (2024-03-19)

### Bug Fixes

- Make sure bbs-sig packages are peer deps, because of heir poor Windows and RN support ([32d6bd9](https://github.com/Sphereon-Opensource/SSI-SDK/commit/32d6bd9c0857f431c9b7a845e73437536f2d377b))

# [0.17.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.key-manager
Expand Down
6 changes: 3 additions & 3 deletions packages/key-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.key-manager",
"description": "Sphereon Key Manager plugin with BLS support",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"@veramo/key-manager": "4.2.0"
},
"devDependencies": {
"@mattrglobal/bbs-signatures": "^1.3.1",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@sphereon/ssi-sdk.dev": "^0.15.1",
"@mattrglobal/bbs-signatures": "^1.3.1"
"@sphereon/ssi-sdk.dev": "^0.15.1"
},
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/key-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.18.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.17.0...v0.18.0) (2024-03-19)

### Bug Fixes

- Make sure secp256k1 keys are compressed ([15493c1](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/15493c1b310c34bb70f6140c26819252e1b7b697))

# [0.17.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.16.0...v0.17.0) (2024-02-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.key-utils",
"description": "Sphereon SSI-SDK plugin for key creation.",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/kms-local/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.18.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.17.0...v0.18.0) (2024-03-19)

### Bug Fixes

- Make sure bbs-sig packages are peer deps, because of heir poor Windows and RN support ([32d6bd9](https://github.com/Sphereon-Opensource/SSI-SDK/commit/32d6bd9c0857f431c9b7a845e73437536f2d377b))
- Make sure secp256k1 keys are compressed ([15493c1](https://github.com/Sphereon-Opensource/SSI-SDK/commit/15493c1b310c34bb70f6140c26819252e1b7b697))

# [0.17.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.kms-local
Expand Down
4 changes: 2 additions & 2 deletions packages/kms-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.kms-local",
"description": "Sphereon Local Key Management System with support for BLS/BBS+, RSA keys",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,8 +21,8 @@
"uint8arrays": "3.1.1"
},
"devDependencies": {
"@sphereon/jsencrypt": "3.3.2-unstable.0",
"@mattrglobal/bbs-signatures": "^1.3.1",
"@sphereon/jsencrypt": "3.3.2-unstable.0",
"@sphereon/ssi-sdk.dev": "^0.15.1",
"@types/elliptic": "6.4.14",
"@veramo/cli": "4.2.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/mnemonic-seed-manager/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.18.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.17.0...v0.18.0) (2024-03-19)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.mnemonic-seed-manager

# [0.17.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.16.0...v0.17.0) (2024-02-29)

**Note:** Version bump only for package @sphereon/ssi-sdk-ext.mnemonic-seed-manager
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-ext.mnemonic-seed-manager",
"version": "0.17.0",
"version": "0.18.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 7ea4063

Please sign in to comment.