From cdfbb444b8aa853a72721707074eceb2ee4ddb32 Mon Sep 17 00:00:00 2001 From: Sphereon Date: Mon, 10 Jul 2023 21:57:44 +0000 Subject: [PATCH] chore(release): v0.10.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ lerna.json | 2 +- packages/gx-agent-cli/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/gx-agent-cli/package.json | 2 +- packages/gx-agent/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/gx-agent/package.json | 8 ++++---- 6 files changed, 78 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2367cc..0921577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ 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/gx-agent/compare/v0.9.4...v0.10.0) (2023-07-10) + + +### Bug Fixes + +* added general SO type ([709071f](https://github.com/Sphereon/gx-agent/commit/709071f158296d5aa0e4340abe6020e3d4bdafc1)) +* minor bug fix plus doc update and prettier ([a27528d](https://github.com/Sphereon/gx-agent/commit/a27528dfb0a8838655fc4c90a0526b8375db8bff)) +* participant sd export fixed ([bd49789](https://github.com/Sphereon/gx-agent/commit/bd497894cd640de0e8155a400bc8a680bbaffb86)) +* printing vp id when issuing (& persisting) a vp ([76a5d92](https://github.com/Sphereon/gx-agent/commit/76a5d9296f022ff78d549b36dca6a9c407b78410)) +* removed nonsense console log ([fb3c548](https://github.com/Sphereon/gx-agent/commit/fb3c548643094382746d1a07436e7adcc540cae4)) + + +### Features + +* added participant example for v1.2.8 plus some readme plus fixed calling v2210 as well as v1.2.8 ([62b4244](https://github.com/Sphereon/gx-agent/commit/62b4244b04844f116d5662da2f302392d082bcef)) +* added support for verifying a SO or Participant VC to the ecosystem cli and removed external verification from so and participant cli ([a20d1ea](https://github.com/Sphereon/gx-agent/commit/a20d1ea05c707c2369fedb25efb2836317a47602)) +* fixed agent for connecting to CS v1.2.8 ([a49cc05](https://github.com/Sphereon/gx-agent/commit/a49cc054415e43a9f14a245b3425387e8f38930d)) +* Move to PS256 ([a9f45c1](https://github.com/Sphereon/gx-agent/commit/a9f45c1e79f9d9630b524c1ae3d1f5de8643b8dd)) +* removed support for v2210 and v2204 and update readmes ([57aeb7d](https://github.com/Sphereon/gx-agent/commit/57aeb7d209e81cf6c90652860306e0f9d94edd3c)) +* update to latest SDK versions ([145087f](https://github.com/Sphereon/gx-agent/commit/145087f53b3ae8b762917cdd142fb2a6a3ebab47)) + + + + + ## [0.9.4](https://github.com/Sphereon/gx-agent/compare/v0.9.3...v0.9.4) (2023-05-24) diff --git a/lerna.json b/lerna.json index 997f1c3..6b37082 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.9.4", + "version": "0.10.0", "npmClient": "pnpm", "command": { "publish": { diff --git a/packages/gx-agent-cli/CHANGELOG.md b/packages/gx-agent-cli/CHANGELOG.md index b8f09d1..64c7ded 100644 --- a/packages/gx-agent-cli/CHANGELOG.md +++ b/packages/gx-agent-cli/CHANGELOG.md @@ -3,6 +3,30 @@ 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/gx-agent/compare/v0.9.4...v0.10.0) (2023-07-10) + + +### Bug Fixes + +* minor bug fix plus doc update and prettier ([a27528d](https://github.com/Sphereon/gx-agent/commit/a27528dfb0a8838655fc4c90a0526b8375db8bff)) +* participant sd export fixed ([bd49789](https://github.com/Sphereon/gx-agent/commit/bd497894cd640de0e8155a400bc8a680bbaffb86)) +* printing vp id when issuing (& persisting) a vp ([76a5d92](https://github.com/Sphereon/gx-agent/commit/76a5d9296f022ff78d549b36dca6a9c407b78410)) +* removed nonsense console log ([fb3c548](https://github.com/Sphereon/gx-agent/commit/fb3c548643094382746d1a07436e7adcc540cae4)) + + +### Features + +* added participant example for v1.2.8 plus some readme plus fixed calling v2210 as well as v1.2.8 ([62b4244](https://github.com/Sphereon/gx-agent/commit/62b4244b04844f116d5662da2f302392d082bcef)) +* added support for verifying a SO or Participant VC to the ecosystem cli and removed external verification from so and participant cli ([a20d1ea](https://github.com/Sphereon/gx-agent/commit/a20d1ea05c707c2369fedb25efb2836317a47602)) +* fixed agent for connecting to CS v1.2.8 ([a49cc05](https://github.com/Sphereon/gx-agent/commit/a49cc054415e43a9f14a245b3425387e8f38930d)) +* Move to PS256 ([a9f45c1](https://github.com/Sphereon/gx-agent/commit/a9f45c1e79f9d9630b524c1ae3d1f5de8643b8dd)) +* removed support for v2210 and v2204 and update readmes ([57aeb7d](https://github.com/Sphereon/gx-agent/commit/57aeb7d209e81cf6c90652860306e0f9d94edd3c)) +* update to latest SDK versions ([145087f](https://github.com/Sphereon/gx-agent/commit/145087f53b3ae8b762917cdd142fb2a6a3ebab47)) + + + + + ## [0.9.4](https://github.com/Sphereon/gx-agent/compare/v0.9.3...v0.9.4) (2023-05-24) **Note:** Version bump only for package @sphereon/gx-agent-cli diff --git a/packages/gx-agent-cli/package.json b/packages/gx-agent-cli/package.json index b754f0f..9cd22f4 100644 --- a/packages/gx-agent-cli/package.json +++ b/packages/gx-agent-cli/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/gx-agent-cli", "description": "Gaia-X Compliance Client CLI", - "version": "0.9.4", + "version": "0.10.0", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "exports": "./dist/lib/index.js", diff --git a/packages/gx-agent/CHANGELOG.md b/packages/gx-agent/CHANGELOG.md index 13e6136..82b1196 100644 --- a/packages/gx-agent/CHANGELOG.md +++ b/packages/gx-agent/CHANGELOG.md @@ -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.10.0](https://github.com/Sphereon/gx-agent/compare/v0.9.4...v0.10.0) (2023-07-10) + + +### Bug Fixes + +* added general SO type ([709071f](https://github.com/Sphereon/gx-agent/commit/709071f158296d5aa0e4340abe6020e3d4bdafc1)) +* minor bug fix plus doc update and prettier ([a27528d](https://github.com/Sphereon/gx-agent/commit/a27528dfb0a8838655fc4c90a0526b8375db8bff)) +* participant sd export fixed ([bd49789](https://github.com/Sphereon/gx-agent/commit/bd497894cd640de0e8155a400bc8a680bbaffb86)) + + +### Features + +* added participant example for v1.2.8 plus some readme plus fixed calling v2210 as well as v1.2.8 ([62b4244](https://github.com/Sphereon/gx-agent/commit/62b4244b04844f116d5662da2f302392d082bcef)) +* added support for verifying a SO or Participant VC to the ecosystem cli and removed external verification from so and participant cli ([a20d1ea](https://github.com/Sphereon/gx-agent/commit/a20d1ea05c707c2369fedb25efb2836317a47602)) +* fixed agent for connecting to CS v1.2.8 ([a49cc05](https://github.com/Sphereon/gx-agent/commit/a49cc054415e43a9f14a245b3425387e8f38930d)) +* Move to PS256 ([a9f45c1](https://github.com/Sphereon/gx-agent/commit/a9f45c1e79f9d9630b524c1ae3d1f5de8643b8dd)) +* removed support for v2210 and v2204 and update readmes ([57aeb7d](https://github.com/Sphereon/gx-agent/commit/57aeb7d209e81cf6c90652860306e0f9d94edd3c)) +* update to latest SDK versions ([145087f](https://github.com/Sphereon/gx-agent/commit/145087f53b3ae8b762917cdd142fb2a6a3ebab47)) + + + + + ## [0.9.4](https://github.com/Sphereon/gx-agent/compare/v0.9.3...v0.9.4) (2023-05-24) diff --git a/packages/gx-agent/package.json b/packages/gx-agent/package.json index e23745c..2c3ee4a 100644 --- a/packages/gx-agent/package.json +++ b/packages/gx-agent/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/gx-agent", - "version": "0.9.4", + "version": "0.10.0", "source": "src/index.ts", "main": "dist/index.js", "exports": { @@ -18,12 +18,12 @@ "build:copyfiles": "copyfiles fixtures/*.* ./dist/ && copyfiles plugin.schema.json ./dist/" }, "dependencies": { + "@sphereon/did-uni-client": "^0.6.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.12.2-next.3", "@sphereon/ssi-sdk-ext.key-manager": "0.12.2-next.3", + "@sphereon/ssi-sdk-ext.key-utils": "0.12.2-next.3", "@sphereon/ssi-sdk-ext.kms-local": "0.12.2-next.3", - "@sphereon/did-uni-client": "^0.6.0", "@sphereon/ssi-sdk.core": "0.13.0", - "@sphereon/ssi-sdk-ext.key-utils": "0.12.2-next.3", - "@sphereon/ssi-sdk-ext.did-utils": "0.12.2-next.3", "@sphereon/ssi-sdk.vc-handler-ld-local": "0.13.0", "@sphereon/ssi-types": "0.13.0", "@transmute/jose-ld": "^0.7.0-unstable.67",