Skip to content

Commit

Permalink
chore(release): v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed May 24, 2023
1 parent 8fd4bd1 commit dd8d251
Show file tree
Hide file tree
Showing 7 changed files with 703 additions and 3,546 deletions.
8 changes: 8 additions & 0 deletions 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.9.3](https://github.com/Sphereon/gx-agent/compare/v0.9.1...v0.9.3) (2023-05-24)

**Note:** Version bump only for package gx-agent-workspace





## [0.9.1](https://github.com/Sphereon/gx-agent/compare/v0.8.0...v0.9.1) (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.2",
"version": "0.9.3",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/gx-agent-cli/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.9.3](https://github.com/Sphereon/gx-agent/compare/v0.9.1...v0.9.3) (2023-05-24)

**Note:** Version bump only for package @sphereon/gx-agent-cli





## [0.9.1](https://github.com/Sphereon/gx-agent/compare/v0.8.0...v0.9.1) (2023-05-24)


Expand Down
10 changes: 5 additions & 5 deletions 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.1",
"version": "0.9.3",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"exports": "./dist/lib/index.js",
Expand All @@ -16,7 +16,7 @@
"@digitalcredentials/ed25519-verification-key-2020": "3.2.2",
"@microsoft/api-extractor": "^7.33.6",
"@microsoft/api-extractor-model": "^7.25.2",
"@sphereon/gx-agent": "^0.9.1",
"@sphereon/gx-agent": "^0.9.3",
"@sphereon/ssi-sdk-did-utils": "0.9.1-next.17",
"@types/blessed": "^0.1.19",
"@types/swagger-ui-express": "^4.1.3",
Expand All @@ -28,6 +28,8 @@
"cors": "^2.8.5",
"cross-fetch": "^3.1.4",
"debug": "^4.3.3",
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"express-handlebars": "^6.0.2",
Expand All @@ -44,9 +46,7 @@
"openapi-types": "^12.0.2",
"url-parse": "^1.5.10",
"uuid": "^9.0.0",
"yaml": "^2.1.3",
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3"
"yaml": "^2.1.3"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/gx-agent/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.9.3](https://github.com/Sphereon/gx-agent/compare/v0.9.1...v0.9.3) (2023-05-24)

**Note:** Version bump only for package @sphereon/gx-agent





## [0.9.1](https://github.com/Sphereon/gx-agent/compare/v0.8.0...v0.9.1) (2023-05-24)


Expand Down
10 changes: 5 additions & 5 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.1",
"version": "0.9.3",
"source": "src/index.ts",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -41,16 +41,16 @@
"@veramo/kms-local": "4.2.0",
"@veramo/utils": "4.2.0",
"cross-fetch": "^3.1.5",
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3",
"did-resolver": "^4.0.1",
"ethr-did": "2.3.9",
"nock": "^13.2.9",
"typeorm": "0.3.10",
"uint8arrays": "^3.1.1",
"uuid": "^9.0.0",
"web-did-resolver": "^2.0.21",
"yaml": "^2.2.1",
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3",
"ethr-did": "2.3.9"
"yaml": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand Down
Loading

0 comments on commit dd8d251

Please sign in to comment.