Skip to content

Commit

Permalink
chore(release): v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Sep 3, 2022
1 parent 9e67ac4 commit 1032feb
Show file tree
Hide file tree
Showing 46 changed files with 266 additions and 42 deletions.
17 changes: 17 additions & 0 deletions 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.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)


### Bug Fixes

* Remove most deps from ssi-sdk-core to prevent circular deps ([b4151a9](https://github.com/Sphereon-Opensource/SSI-SDK/commit/b4151a9cde3e5e5dcabb32367e7a6b6ab99cb6cd))


### Features

* Add support for update and recovery keys ([85bcf7e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/85bcf7e0ebc08d1c15540bfef1c7a237dba7811b))
* Create common SSI types package ([0fdc372](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0fdc3722e3bc47ac13c3c586535937fa1ebe6f68))





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.7.0",
"version": "0.8.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

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





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)

**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.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bls-did-resolver-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-did-resolver-key
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.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bls-key-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

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





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)

**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.7.0",
"version": "0.8.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@mattrglobal/bbs-signatures": "1.0.0",
"@mattrglobal/node-bbs-signatures": "0.11.0",
"@sphereon/ssi-sdk-bls-kms-local": "^0.7.0",
"@sphereon/ssi-sdk-bls-kms-local": "^0.8.0",
"@veramo/core": "3.1.2-next.84"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bls-kms-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

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





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-kms-local
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/ssi-sdk-bls-kms-local",
"description": "Sphereon KMS BLS local to support bls keys",
"version": "0.7.0",
"version": "0.8.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/connection-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

**Note:** Version bump only for package @sphereon/ssi-sdk-connection-manager





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)

**Note:** Version bump only for package @sphereon/ssi-sdk-connection-manager
Expand Down
4 changes: 2 additions & 2 deletions packages/connection-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-connection-manager",
"version": "0.7.0",
"version": "0.8.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"generate-plugin-schema": "yarn veramo dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/ssi-sdk-data-store-common": "^0.7.0",
"@sphereon/ssi-sdk-data-store-common": "^0.8.0",
"cross-fetch": "^3.1.5",
"typeorm": "0.2.45"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/data-store-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

**Note:** Version bump only for package @sphereon/ssi-sdk-data-store-common





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)

**Note:** Version bump only for package @sphereon/ssi-sdk-data-store-common
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk-data-store-common",
"version": "0.7.0",
"version": "0.8.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/data-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

**Note:** Version bump only for package @sphereon/ssi-sdk-data-store





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)

**Note:** Version bump only for package @sphereon/ssi-sdk-data-store
Expand Down
6 changes: 3 additions & 3 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@sphereon/ssi-sdk-data-store",
"version": "0.7.0",
"version": "0.8.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build"
},
"dependencies": {
"@sphereon/ssi-sdk-connection-manager": "^0.7.0",
"@sphereon/ssi-sdk-data-store-common": "^0.7.0",
"@sphereon/ssi-sdk-connection-manager": "^0.8.0",
"@sphereon/ssi-sdk-data-store-common": "^0.8.0",
"@veramo/utils": "3.1.2-next.84",
"debug": "^4.1.1",
"typeorm": "0.2.45"
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

**Note:** Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)

**Note:** Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator
Expand Down
4 changes: 2 additions & 2 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.7.0",
"version": "0.8.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@sphereon/did-auth-siop": "0.2.13",
"@sphereon/pex": "1.1.3",
"@sphereon/ssi-sdk-core": "^0.7.0",
"@sphereon/ssi-sdk-core": "^0.8.0",
"@veramo/core": "3.1.2-next.84",
"@veramo/utils": "3.1.2-next.84",
"cross-fetch": "^3.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/factom-did-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.7.0...v0.8.0) (2022-09-03)

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





# [0.7.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.6.0...v0.7.0) (2022-08-05)

**Note:** Version bump only for package @sphereon/ssi-sdk-factom-did-provider
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,15 +1,15 @@
{
"name": "@sphereon/ssi-sdk-factom-did-provider",
"description": "Veramo Factom DID provider",
"version": "0.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@sphereon/did-uni-client": "^0.4.0",
"@sphereon/ssi-sdk-core": "^0.7.0",
"@sphereon/ssi-sdk-core": "^0.8.0",
"@veramo/core": "3.1.2-next.84",
"@veramo/did-manager": "3.1.2-next.84",
"debug": "^4.1.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/ion-did-provider/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.8.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.7.0...v0.8.0) (2022-09-03)


### Features

* Add support for update and recovery keys ([85bcf7e](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/85bcf7e0ebc08d1c15540bfef1c7a237dba7811b))
* Create common SSI types package ([0fdc372](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/0fdc3722e3bc47ac13c3c586535937fa1ebe6f68))





# [0.7.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.6.0...v0.7.0) (2022-08-05)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions packages/ion-did-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@sphereon/ssi-sdk-ion-did-provider",
"description": "Veramo ion-did based identity controller plugin.",
"version": "0.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@decentralized-identity/ion-sdk": "^0.5.0",
"@sphereon/ion-pow": "^0.1.1-unstable.3",
"@transmute/did-key-secp256k1": "0.2.1-unstable.42",
"hash-wasm": "^4.9.0",
"@ethersproject/random": "^5.6.1",
"@sphereon/ion-pow": "^0.1.1-unstable.3",
"@stablelib/ed25519": "^1.0.2",
"uint8arrays": "^3.1.0",
"base64url": "^3.0.1",
"@transmute/did-key-secp256k1": "0.2.1-unstable.42",
"@veramo/core": "3.1.2-next.84",
"@veramo/did-manager": "3.1.2-next.84",
"@veramo/key-manager": "3.1.2-next.84",
"@veramo/kms-local": "3.1.2-next.84",
"debug": "^4.1.1"
"base64url": "^3.0.1",
"debug": "^4.1.1",
"hash-wasm": "^4.9.0",
"uint8arrays": "^3.1.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/lto-did-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.7.0...v0.8.0) (2022-09-03)

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





# [0.7.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.6.0...v0.7.0) (2022-08-05)

**Note:** Version bump only for package @sphereon/ssi-sdk-lto-did-provider
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.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"@lto-network/signature-generator": "~1.0.0",
"@sphereon/did-uni-client": "0.4.0",
"@sphereon/lto-did-ts": "0.1.8-unstable.0",
"@sphereon/ssi-sdk-core": "^0.7.0",
"@sphereon/ssi-sdk-core": "^0.8.0",
"@veramo/core": "3.1.2-next.84",
"@veramo/did-manager": "3.1.2-next.84",
"@veramo/kms-local": "3.1.2-next.84",
Expand Down
8 changes: 8 additions & 0 deletions packages/mnemonic-seed-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.7.0...v0.8.0) (2022-09-03)

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





# [0.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)

### 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.7.0",
"version": "0.8.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 1032feb

Please sign in to comment.