Skip to content

Commit

Permalink
chore(ci): merge main into develop (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2023
2 parents ab4500a + cdfbb44 commit 80fe749
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 6 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.4",
"version": "0.10.0",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
24 changes: 24 additions & 0 deletions packages/gx-agent-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gx-agent-cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
23 changes: 23 additions & 0 deletions packages/gx-agent/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.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)


Expand Down
8 changes: 4 additions & 4 deletions packages/gx-agent/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 80fe749

Please sign in to comment.