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 Mar 9, 2023
1 parent 3a54080 commit c29da81
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 19 deletions.
30 changes: 26 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,34 @@
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/veramo-BBS/compare/v0.9.1...v0.10.0) (2023-03-09)

### Bug Fixes

- Fix kms string used when importing keys, whilst we are already the KMS. Fix alias/kid handling for RSA keys ([20ed263](https://github.com/Sphereon-Opensource/veramo-BBS/commit/20ed26354c4fa10d1361405378acafb99d42a6ba))
- move to maintained isomorphic-webcrypto ([feda9d1](https://github.com/Sphereon-Opensource/veramo-BBS/commit/feda9d15ff161f474aaac454e22fac11cf6562ba))
- move to maintained isomorphic-webcrypto ([53575be](https://github.com/Sphereon-Opensource/veramo-BBS/commit/53575be953cb7ac1e6683c7585366ce7f28e4359))
- move to maintained isomorphic-webcrypto ([4dbae0a](https://github.com/Sphereon-Opensource/veramo-BBS/commit/4dbae0a542bb52a9d81156286d39ac1d9eae7b23))
- move to maintained isomorphic-webcrypto ([1d69dd8](https://github.com/Sphereon-Opensource/veramo-BBS/commit/1d69dd82d1fa0090a9d40dae67c31b21fb98244a))
- move to maintained isomorphic-webcrypto ([d9e5a7e](https://github.com/Sphereon-Opensource/veramo-BBS/commit/d9e5a7e84c5b049401c53b1d4e0c48e74379a1f6))
- move to maintained isomorphic-webcrypto ([df0bb7a](https://github.com/Sphereon-Opensource/veramo-BBS/commit/df0bb7a787d8d228dc4e89b54c6bb3a9618185e1))
- move to maintained isomorphic-webcrypto ([fb6b0d9](https://github.com/Sphereon-Opensource/veramo-BBS/commit/fb6b0d92add1d47edc2a4fa41125616282e6cd90))
- move to maintained isomorphic-webcrypto ([dc767a3](https://github.com/Sphereon-Opensource/veramo-BBS/commit/dc767a325b4d55c06ff5ae0fb8f962b9b1909d64))
- move to maintained isomorphic-webcrypto ([#2](https://github.com/Sphereon-Opensource/veramo-BBS/issues/2)) ([b392ca5](https://github.com/Sphereon-Opensource/veramo-BBS/commit/b392ca521b676ce2c578ab507dcc444c45881033))

### Features

- Add RSA support ([881d794](https://github.com/Sphereon-Opensource/veramo-BBS/commit/881d794df934908242f9292cfd5be58fb16ee8a1))
- Add RSA support ([6bbd283](https://github.com/Sphereon-Opensource/veramo-BBS/commit/6bbd283e82ee33a11feb8ad8346776d0948dcb80))
- fix sigs ([5c64585](https://github.com/Sphereon-Opensource/veramo-BBS/commit/5c645857e8e7d6c24e02332d1a4183ebf0f88c44))
- make sure signature is base64url and not base64urlpad ([3b31a2f](https://github.com/Sphereon-Opensource/veramo-BBS/commit/3b31a2fb86080e7d09a343c99ac47c12753425a3))
- make sure signature is base64url and not base64urlpad ([086d280](https://github.com/Sphereon-Opensource/veramo-BBS/commit/086d280627c9ce0e9f862fb4b2577acd0bfad47c))
- make sure signature is base64url and not base64urlpad ([aba391b](https://github.com/Sphereon-Opensource/veramo-BBS/commit/aba391b900c21204f78ded098def5eb92077ef1c))
- make sure signature is base64url and not only base64 ([6a7f915](https://github.com/Sphereon-Opensource/veramo-BBS/commit/6a7f915684cf3df1182a44870a92981fe62edfa2))
- replace jsencrypt with isomorphic-webcrypto ([4a7ca7a](https://github.com/Sphereon-Opensource/veramo-BBS/commit/4a7ca7acc995d5050c159a89f2a7dee3f71e67af))

## 0.9.1 (2022-12-16)

**Note:** Version bump only for package @sphereon/veramo-BBS-workspace





# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)
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.1",
"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
10 changes: 10 additions & 0 deletions packages/bls-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.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.1...v0.10.0) (2023-03-09)

### Bug Fixes

- move to maintained isomorphic-webcrypto ([#2](https://github.com/Sphereon-Opensource/SSI-SDK/issues/2)) ([b392ca5](https://github.com/Sphereon-Opensource/SSI-SDK/commit/b392ca521b676ce2c578ab507dcc444c45881033))

### Features

- Add RSA support ([6bbd283](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6bbd283e82ee33a11feb8ad8346776d0948dcb80))

## 0.9.1 (2022-12-16)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-did-provider-key
Expand Down
2 changes: 1 addition & 1 deletion packages/bls-did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-bls-did-provider-key",
"description": "Sphereon plugin that can enable creation and control of did:key identifiers.",
"version": "0.9.1",
"version": "0.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/bls-did-resolver-key/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.1...v0.10.0) (2023-03-09)

### Features

- Add RSA support ([6bbd283](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6bbd283e82ee33a11feb8ad8346776d0948dcb80))

## 0.9.1 (2022-12-16)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-did-resolver-key
Expand Down
2 changes: 1 addition & 1 deletion packages/bls-did-resolver-key/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-bls-did-resolver-key",
"description": "Sphereon plugin that can resolve bls did:key identifiers.",
"version": "0.9.1",
"version": "0.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/bls-key-manager/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.1...v0.10.0) (2023-03-09)

### Bug Fixes

- Fix kms string used when importing keys, whilst we are already the KMS. Fix alias/kid handling for RSA keys ([20ed263](https://github.com/Sphereon-Opensource/SSI-SDK/commit/20ed26354c4fa10d1361405378acafb99d42a6ba))
- move to maintained isomorphic-webcrypto ([#2](https://github.com/Sphereon-Opensource/SSI-SDK/issues/2)) ([b392ca5](https://github.com/Sphereon-Opensource/SSI-SDK/commit/b392ca521b676ce2c578ab507dcc444c45881033))

### Features

- Add RSA support ([6bbd283](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6bbd283e82ee33a11feb8ad8346776d0948dcb80))

## 0.9.1 (2022-12-16)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-key-manager
Expand Down
4 changes: 2 additions & 2 deletions packages/bls-key-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-bls-key-manager",
"description": "Sphereon BLS Key Manager plugin for Veramo",
"version": "0.9.1",
"version": "0.10.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@mattrglobal/bbs-signatures": "^1.1.0",
"@sphereon/ssi-sdk-bls-kms-local": "^0.9.1",
"@sphereon/ssi-sdk-bls-kms-local": "^0.10.0",
"@veramo/core": "4.2.0",
"@veramo/key-manager": "4.2.0"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/bls-kms-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.1...v0.10.0) (2023-03-09)

### Bug Fixes

- Fix kms string used when importing keys, whilst we are already the KMS. Fix alias/kid handling for RSA keys ([20ed263](https://github.com/Sphereon-Opensource/SSI-SDK/commit/20ed26354c4fa10d1361405378acafb99d42a6ba))
- move to maintained isomorphic-webcrypto ([#2](https://github.com/Sphereon-Opensource/SSI-SDK/issues/2)) ([b392ca5](https://github.com/Sphereon-Opensource/SSI-SDK/commit/b392ca521b676ce2c578ab507dcc444c45881033))

### Features

- Add RSA support ([6bbd283](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6bbd283e82ee33a11feb8ad8346776d0948dcb80))
- fix sigs ([5c64585](https://github.com/Sphereon-Opensource/SSI-SDK/commit/5c645857e8e7d6c24e02332d1a4183ebf0f88c44))
- make sure signature is base64url and not base64urlpad ([3b31a2f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/3b31a2fb86080e7d09a343c99ac47c12753425a3))
- make sure signature is base64url and not base64urlpad ([086d280](https://github.com/Sphereon-Opensource/SSI-SDK/commit/086d280627c9ce0e9f862fb4b2577acd0bfad47c))
- make sure signature is base64url and not base64urlpad ([aba391b](https://github.com/Sphereon-Opensource/SSI-SDK/commit/aba391b900c21204f78ded098def5eb92077ef1c))
- make sure signature is base64url and not only base64 ([6a7f915](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6a7f915684cf3df1182a44870a92981fe62edfa2))
- replace jsencrypt with isomorphic-webcrypto ([4a7ca7a](https://github.com/Sphereon-Opensource/SSI-SDK/commit/4a7ca7acc995d5050c159a89f2a7dee3f71e67af))

## 0.9.1 (2022-12-16)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-kms-local
Expand Down
6 changes: 3 additions & 3 deletions packages/bls-kms-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-bls-kms-local",
"description": "Sphereon KMS BLS local to support bls keys",
"version": "0.9.1",
"version": "0.10.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,10 +11,10 @@
},
"dependencies": {
"@mattrglobal/bbs-signatures": "^1.1.0",
"@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.1",
"@sphereon/ssi-sdk-did-utils": "^0.9.0",
"@veramo/core": "4.2.0",
"@trust/keyto": "^2.0.0-alpha1",
"@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.1"
"@veramo/core": "4.2.0"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.19.26",
Expand Down

0 comments on commit c29da81

Please sign in to comment.