Skip to content

Commit

Permalink
chore(release): v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Mar 10, 2023
1 parent f8db2cb commit e922198
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 6 deletions.
4 changes: 4 additions & 0 deletions 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.1](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.10.0...v0.10.1) (2023-03-10)

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

# [0.10.0](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.9.1...v0.10.0) (2023-03-09)

### 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.10.0",
"version": "0.10.1",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.1...v0.10.0) (2023-03-09)

### Bug Fixes
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/bls-did-provider-key",
"description": "Sphereon plugin that can enable creation and control of did:key identifiers.",
"version": "0.10.0",
"version": "0.10.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @sphereon/bls-did-resolver-key

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.1...v0.10.0) (2023-03-09)

### Features
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/bls-did-resolver-key",
"description": "Sphereon plugin that can resolve bls did:key identifiers.",
"version": "0.10.0",
"version": "0.10.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/bls-key-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.10.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.0...v0.10.1) (2023-03-10)

**Note:** Version bump only for package @sphereon/bls-key-manager

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.1...v0.10.0) (2023-03-09)

### Bug Fixes
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/bls-key-manager",
"description": "Sphereon BLS Key Manager plugin for Veramo",
"version": "0.10.0",
"version": "0.10.1",
"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/bls-kms-local": "^0.10.0",
"@sphereon/bls-kms-local": "^0.10.1",
"@veramo/core": "4.2.0",
"@veramo/key-manager": "4.2.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/bls-kms-local/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.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.0...v0.10.1) (2023-03-10)

**Note:** Version bump only for package @sphereon/bls-kms-local

# [0.10.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.9.1...v0.10.0) (2023-03-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/bls-kms-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/bls-kms-local",
"description": "Sphereon KMS BLS local to support bls keys",
"version": "0.10.0",
"version": "0.10.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e922198

Please sign in to comment.