Skip to content

Commit

Permalink
chore(release): v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Jun 21, 2023
1 parent 3d150bb commit 5cb38d5
Show file tree
Hide file tree
Showing 53 changed files with 526 additions and 106 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)


### Bug Fixes

* added dev dependencies for oid4vci-issuer-rest-client plus prettier ([7b6c2b3](https://github.com/Sphereon-Opensource/SSI-SDK/commit/7b6c2b3d08aedfe357345fac47e94be4dcd3d243))
* added schema export for oid4vci-issuer-rest-client and some docs ([7db9c1b](https://github.com/Sphereon-Opensource/SSI-SDK/commit/7db9c1be4775f55cf6db4470db1d99e0efdf5caa))
* changed credentials and grants to mandatory plus renamed the uri to url ([2df3612](https://github.com/Sphereon-Opensource/SSI-SDK/commit/2df36125a3062250ab0a7a69eca3c83cdb8c450d))
* fix test cases and REST arguments ([975801e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/975801e1e6c8270fd470acd7e2ce67ae4971a16f))
* fixed a bug in calling cross-fetch with post, modified the tests ([a3defeb](https://github.com/Sphereon-Opensource/SSI-SDK/commit/a3defeb5d62ff7f4007a88cd772b2164c136da7a))
* skipped integration tests in oid4vci-issuer-rest-client ([c43759b](https://github.com/Sphereon-Opensource/SSI-SDK/commit/c43759bebc7350cc400d668369105a8cff0e3ee1))
* unify naming ([aee0bf1](https://github.com/Sphereon-Opensource/SSI-SDK/commit/aee0bf1a7a94142c10561fd7295d1d0950c29221))
* unify naming ([ec7d0b6](https://github.com/Sphereon-Opensource/SSI-SDK/commit/ec7d0b6ced54a792ede23937c7043e53d7121e42))
* unify naming ([94165cd](https://github.com/Sphereon-Opensource/SSI-SDK/commit/94165cdb8d1cf14f866de7fc5fe2c518a97b1986))
* updated generate-plugin-schema for oid4vci-rest-client ([70e7820](https://github.com/Sphereon-Opensource/SSI-SDK/commit/70e7820b6e59b3bfdd9de5b15de0718de1826738))


### Features

* Add issue status support to OID4VCI REST client ([40abd83](https://github.com/Sphereon-Opensource/SSI-SDK/commit/40abd8320dd0097e2e024c2e61ce2f03359926ab))
* Add key value store plugin ([95244fa](https://github.com/Sphereon-Opensource/SSI-SDK/commit/95244fa9f6c79d47660f1afee39c2c9db50f0e27))
* Add OID4VCI issuer modules ([af85f1e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/af85f1e2aace201c5749eef2e1a3fb8223ae7937))
* Add Presentation Exchange module ([a085c81](https://github.com/Sphereon-Opensource/SSI-SDK/commit/a085c81a2608dd072e9b2c3d49174b76dab9705a))
* Add SIOPv2 Relying Party logic and REST API ([01f2023](https://github.com/Sphereon-Opensource/SSI-SDK/commit/01f2023a4112f04412df4df318c6eacf9da536a7))
* Add SIOPv2OID4VP RP auth and REST module ([91b1da3](https://github.com/Sphereon-Opensource/SSI-SDK/commit/91b1da3548fd425aa93424411339e1ec2a2e0fd3))
* added oid4vci-rest-client package ([910f697](https://github.com/Sphereon-Opensource/SSI-SDK/commit/910f697f08dc05e3c16dafb239b7ee85bc68b431))
* Allow to supply data for VCI Issuer REST client and server during offer ([0878c28](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0878c2848aa5144ee863e6f192c9f8b8eb46ff34))
* changed the test structure and few other pr notes addressed ([6520fbe](https://github.com/Sphereon-Opensource/SSI-SDK/commit/6520fbe297ab9a1c5f5fbaff5cabb98f51d3cbea))
* More support for definition Formats when creating VPs from SIOP ([846ef0b](https://github.com/Sphereon-Opensource/SSI-SDK/commit/846ef0b359c4ec5755d9385c5f1c6db1fb14b0c1))
* move schema generation to own plugin because of transitive dependency issues upstream ([51c5156](https://github.com/Sphereon-Opensource/SSI-SDK/commit/51c5156bdf83e12d55bc4e609d741c6ff878daa8))
* move schema generation to own plugin because of transitive dependency issues upstream ([58002a8](https://github.com/Sphereon-Opensource/SSI-SDK/commit/58002a861f7ed504b0e1d4250d556f8414f961a0))
* move to pnpm ([2714a9c](https://github.com/Sphereon-Opensource/SSI-SDK/commit/2714a9c786b8591de41310a83aff19f62cf65e77))


### Reverts

* Revert "chore: remove plugin schemas" ([2870d77](https://github.com/Sphereon-Opensource/SSI-SDK/commit/2870d77a6e1919e94f554e71100fbcdb4fed47af))
* Revert "chore: remove plugin schemas" ([07af699](https://github.com/Sphereon-Opensource/SSI-SDK/commit/07af6996b3209e86d588666c0c0da9ea9e17442c))





# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Bug Fixes
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.11.0",
"version": "0.12.0",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/agent-config/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.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)

**Note:** Version bump only for package @sphereon/ssi-sdk.agent-config





# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/agent-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.agent-config",
"version": "0.11.0",
"version": "0.12.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,9 +11,9 @@
"dependencies": {
"@veramo/core": "4.2.0",
"jsonpointer": "^5.0.1",
"typeorm": "^0.3.12",
"url-parse": "^1.5.10",
"yaml": "^2.2.2",
"typeorm": "^0.3.12"
"yaml": "^2.2.2"
},
"devDependencies": {
"@types/url-parse": "^1.4.8"
Expand Down
16 changes: 16 additions & 0 deletions packages/contact-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)


### Features

* move to pnpm ([2714a9c](https://github.com/Sphereon-Opensource/SSI-SDK/commit/2714a9c786b8591de41310a83aff19f62cf65e77))


### Reverts

* Revert "chore: remove plugin schemas" ([2870d77](https://github.com/Sphereon-Opensource/SSI-SDK/commit/2870d77a6e1919e94f554e71100fbcdb4fed47af))





# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/contact-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.contact-manager",
"version": "0.11.0",
"version": "0.12.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/data-store/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.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)


### Features

* More support for definition Formats when creating VPs from SIOP ([846ef0b](https://github.com/Sphereon-Opensource/SSI-SDK/commit/846ef0b359c4ec5755d9385c5f1c6db1fb14b0c1))
* move to pnpm ([2714a9c](https://github.com/Sphereon-Opensource/SSI-SDK/commit/2714a9c786b8591de41310a83aff19f62cf65e77))





# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.data-store",
"version": "0.11.0",
"version": "0.12.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,8 +13,8 @@
"typeorm-postgres:migration:run": "pnpm run typeorm -- migration:run -c migration-postgres"
},
"dependencies": {
"@veramo/core": "4.2.0",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
"class-validator": "^0.14.0",
"debug": "^4.3.4",
"typeorm": "^0.3.12"
Expand Down
12 changes: 12 additions & 0 deletions packages/dev/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.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)


### Features

* move schema generation to own plugin because of transitive dependency issues upstream ([51c5156](https://github.com/Sphereon-Opensource/SSI-SDK/commit/51c5156bdf83e12d55bc4e609d741c6ff878daa8))
* move schema generation to own plugin because of transitive dependency issues upstream ([58002a8](https://github.com/Sphereon-Opensource/SSI-SDK/commit/58002a861f7ed504b0e1d4250d556f8414f961a0))





# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.dev",
"version": "0.11.0",
"version": "0.12.0",
"source": "lib/index.ts",
"exports": {
".": {
Expand All @@ -20,19 +20,19 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"copyfiles": "^2.4.1",
"ts-json-schema-generator": "^1.2.0",
"@microsoft/api-extractor": "^7.33.8",
"@microsoft/api-extractor-model": "^7.25.3",
"commander": "^10.0.0",
"jsonpointer": "^5.0.1",
"url-parse": "^1.5.10",
"copyfiles": "^2.4.1",
"inquirer": "^9.1.4",
"inquirer-autocomplete-prompt": "^3.0.0",
"json-schema": "^0.4.0",
"json5": "^2.2.0",
"jsonpointer": "^5.0.1",
"oas-resolver": "^2.5.3",
"openapi-types": "^12.0.2",
"ts-json-schema-generator": "^1.2.0",
"url-parse": "^1.5.10",
"yaml": "^2.2.2"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/issuance-branding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

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

# [0.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)

**Note:** Version bump only for package @sphereon/ssi-sdk.issuance-branding
4 changes: 2 additions & 2 deletions packages/issuance-branding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.issuance-branding",
"version": "0.11.0",
"version": "0.12.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"debug": "^4.3.4",
"typeorm": "^0.3.12"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/kv-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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

# [0.12.0](https://github.com/uport-project/veramo/compare/v0.11.0...v0.12.0) (2023-06-21)


### Features

* Add key value store plugin ([95244fa](https://github.com/uport-project/veramo/commit/95244fa9f6c79d47660f1afee39c2c9db50f0e27))
* move schema generation to own plugin because of transitive dependency issues upstream ([58002a8](https://github.com/uport-project/veramo/commit/58002a861f7ed504b0e1d4250d556f8414f961a0))
16 changes: 8 additions & 8 deletions packages/kv-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk.kv-store-temp",
"description": "Key Value Store plugin",
"version": "0.11.0",
"version": "0.12.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,23 +10,23 @@
},
"dependencies": {
"@veramo/utils": "4.2.0",
"events": "^3.3.0",
"debug": "^4.3.4",
"events": "^3.3.0",
"json-buffer": "^3.0.1",
"typeorm": "^0.3.12",
"uint8arrays": "^3.1.1"
},
"devDependencies": {
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/json-buffer": "^3.0.0",
"@types/debug": "^4.1.7",
"keyv": "^4.5.2",
"@keyv/test-suite": "^1.9.2",
"@keyv/sqlite": "^3.6.5",
"@keyv/compress-brotli": "^1.1.3",
"@keyv/compress-gzip": "^1.2.3",
"@keyv/sqlite": "^3.6.5",
"@keyv/test-suite": "^1.9.2",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/debug": "^4.1.7",
"@types/json-buffer": "^3.0.0",
"eslint": "^8.33.0",
"eslint-plugin-promise": "^6.1.1",
"keyv": "^4.5.2",
"timekeeper": "^2.2.0",
"typescript": "^4.9.5"
},
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.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)

**Note:** Version bump only for package @sphereon/ssi-sdk.ms-authenticator





# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features
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/ssi-sdk.ms-authenticator",
"version": "0.11.0",
"version": "0.12.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/ms-request-api/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.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)


### Features

* move schema generation to own plugin because of transitive dependency issues upstream ([58002a8](https://github.com/Sphereon-Opensource/SSI-SDK/commit/58002a861f7ed504b0e1d4250d556f8414f961a0))
* move to pnpm ([2714a9c](https://github.com/Sphereon-Opensource/SSI-SDK/commit/2714a9c786b8591de41310a83aff19f62cf65e77))





# [0.11.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.10.1...v0.11.0) (2023-05-07)

### Features
Expand Down
18 changes: 9 additions & 9 deletions packages/ms-request-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.ms-request-api",
"version": "0.11.0",
"version": "0.12.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,21 +24,21 @@
"typeorm": "^0.3.12"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"uuid": "^9.0.0",
"sqlite3": "^5.1.6",
"@veramo/data-store": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.4",
"@types/jest": "^27.5.2",
"@types/node": "^18.16.3",
"@types/uuid": "^9.0.1",
"@veramo/data-store": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"sqlite3": "^5.1.6",
"ts-jest": "^27.1.5",
"@types/node": "^18.16.3",
"typescript": "4.9.5"
"typescript": "4.9.5",
"uuid": "^9.0.0"
},
"files": [
"dist/**/*",
Expand Down
13 changes: 13 additions & 0 deletions packages/oid4vci-issuer-rest-api/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.12.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.11.0...v0.12.0) (2023-06-21)


### Features

* Add issue status support to OID4VCI REST client ([40abd83](https://github.com/Sphereon-Opensource/SSI-SDK/commit/40abd8320dd0097e2e024c2e61ce2f03359926ab))
* Add OID4VCI issuer modules ([af85f1e](https://github.com/Sphereon-Opensource/SSI-SDK/commit/af85f1e2aace201c5749eef2e1a3fb8223ae7937))
* Allow to supply data for VCI Issuer REST client and server during offer ([0878c28](https://github.com/Sphereon-Opensource/SSI-SDK/commit/0878c2848aa5144ee863e6f192c9f8b8eb46ff34))





# [0.9.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.8.0...v0.9.0) (2023-03-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.oid4vci-issuer-rest-api",
"version": "0.11.0",
"version": "0.12.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 5cb38d5

Please sign in to comment.