Skip to content

Commit

Permalink
chore(release): v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Aug 5, 2022
1 parent 87dd0d0 commit c7b0299
Show file tree
Hide file tree
Showing 38 changed files with 224 additions and 37 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* Update ion deps to remove problematic did-key p384 from transmute which depended on webcypto-asl which is not compatible with node >=14. ([386efc7](https://github.com/Sphereon-Opensource/SSI-SDK/commit/386efc71b18195004773fc74eb51b62cd3f5dd76))


### Features

* add Microsoft Request Service API support ([251ed60](https://github.com/Sphereon-Opensource/SSI-SDK/commit/251ed60ebd6984d5fe494a764d8cd662dd0eba6d))
* Add migration support to mnemonic seed manager plugin. Fix some entity props in the process ([f7641f4](https://github.com/Sphereon-Opensource/SSI-SDK/commit/f7641f4f56ebe99894ddad6c6827681406d21d2e))


### Reverts

* Revert "MYC-184 Update main Version change 0.5.1 -> 0.5.2" ([b1b8cc6](https://github.com/Sphereon-Opensource/SSI-SDK/commit/b1b8cc635ebccb07c29465df32c3d352c5798855))
* Revert "MYC-184 uncommitted changes are added" ([fb4f878](https://github.com/Sphereon-Opensource/SSI-SDK/commit/fb4f878dc1e03b9e390a4f886cccac66841256be))





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)


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.6.0",
"version": "0.7.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.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





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-did-provider-key
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.6.0",
"version": "0.7.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.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





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-key-manager
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.6.0",
"version": "0.7.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.6.0",
"@sphereon/ssi-sdk-bls-kms-local": "^0.7.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.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





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-kms-local
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.6.0",
"version": "0.7.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.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





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-connection-manager
8 changes: 4 additions & 4 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.6.0",
"version": "0.7.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,9 +14,9 @@
"generate-plugin-schema": "yarn veramo dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/ssi-sdk-data-store-common": "^0.6.0",
"typeorm": "0.2.45",
"cross-fetch": "^3.1.5"
"@sphereon/ssi-sdk-data-store-common": "^0.7.0",
"cross-fetch": "^3.1.5",
"typeorm": "0.2.45"
},
"devDependencies": {
"@veramo/cli": "3.1.2-next.84",
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.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





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-data-store
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.6.0",
"version": "0.7.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.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





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-data-store
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.6.0",
"version": "0.7.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.6.0",
"@sphereon/ssi-sdk-data-store-common": "^0.6.0",
"@sphereon/ssi-sdk-connection-manager": "^0.7.0",
"@sphereon/ssi-sdk-data-store-common": "^0.7.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.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





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

### Features
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.6.0",
"version": "0.7.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.12",
"@sphereon/pex": "^1.1.2",
"@sphereon/ssi-sdk-core": "^0.6.0",
"@sphereon/ssi-sdk-core": "^0.7.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.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





# [0.6.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.5.1...v0.6.0) (2022-07-01)

**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.6.0",
"version": "0.7.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.6.0",
"@sphereon/ssi-sdk-core": "^0.7.0",
"@veramo/core": "3.1.2-next.84",
"@veramo/did-manager": "3.1.2-next.84",
"debug": "^4.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ion-did-provider/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.7.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.6.0...v0.7.0) (2022-08-05)


### Bug Fixes

* Update ion deps to remove problematic did-key p384 from transmute which depended on webcypto-asl which is not compatible with node >=14. ([386efc7](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/386efc71b18195004773fc74eb51b62cd3f5dd76))





# [0.6.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-ion-did-provider
Expand Down
2 changes: 1 addition & 1 deletion packages/ion-did-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ion-did-provider",
"description": "Veramo ion-did based identity controller plugin.",
"version": "0.6.0",
"version": "0.7.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
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.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





# [0.6.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.5.1...v0.6.0) (2022-07-01)

**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.6.0",
"version": "0.7.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.6.0",
"@sphereon/ssi-sdk-core": "^0.7.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
11 changes: 11 additions & 0 deletions packages/mnemonic-seed-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.7.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.6.0...v0.7.0) (2022-08-05)


### Features

* Add migration support to mnemonic seed manager plugin. Fix some entity props in the process ([f7641f4](https://github.com/Sphereon-Opensource/SSI-SDK/commit/f7641f4f56ebe99894ddad6c6827681406d21d2e))





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-mnemonic-seed-manager
Expand Down
6 changes: 3 additions & 3 deletions 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.6.0",
"version": "0.7.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"@veramo/data-store": "3.1.2-next.84",
"@veramo/key-manager": "3.1.2-next.84",
"@veramo/kms-local": "3.1.2-next.84",
"typeorm": "0.2.45",
"bip39": "^3.0.4"
"bip39": "^3.0.4",
"typeorm": "0.2.45"
},
"devDependencies": {
"@types/bip39": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ms-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.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/ms-authenticator





# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

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

0 comments on commit c7b0299

Please sign in to comment.