Skip to content

Commit

Permalink
chore(release): v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Mar 2, 2023
1 parent fe9fe92 commit 106f002
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 7 deletions.
11 changes: 11 additions & 0 deletions 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.4.1](https://github.com/Sphereon/gx-agent/compare/v0.4.0...v0.4.1) (2023-03-02)


### Bug Fixes

* fix dependencies ([6a1c1d0](https://github.com/Sphereon/gx-agent/commit/6a1c1d0880e39c7279dd5c0206e0df5345eff0a3))





# [0.4.0](https://github.com/Sphereon/gx-agent/compare/v0.3.0...v0.4.0) (2023-03-02)


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.4.0",
"version": "0.4.1",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/gx-agent-cli/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.4.1](https://github.com/Sphereon/gx-agent/compare/v0.4.0...v0.4.1) (2023-03-02)


### Bug Fixes

* fix dependencies ([6a1c1d0](https://github.com/Sphereon/gx-agent/commit/6a1c1d0880e39c7279dd5c0206e0df5345eff0a3))





# [0.4.0](https://github.com/Sphereon/gx-agent/compare/v0.3.0...v0.4.0) (2023-03-02)


Expand Down
4 changes: 2 additions & 2 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.4.0",
"version": "0.4.1",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"exports": "./dist/lib/index.js",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@microsoft/api-extractor": "^7.33.6",
"@microsoft/api-extractor-model": "^7.25.2",
"@sphereon/gx-agent": "^0.4.0",
"@sphereon/gx-agent": "^0.4.1",
"@sphereon/ssi-sdk-did-utils": "^0.8.1-unstable.242",
"@types/blessed": "^0.1.19",
"@types/swagger-ui-express": "^4.1.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/gx-agent/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.4.1](https://github.com/Sphereon/gx-agent/compare/v0.4.0...v0.4.1) (2023-03-02)


### Bug Fixes

* fix dependencies ([6a1c1d0](https://github.com/Sphereon/gx-agent/commit/6a1c1d0880e39c7279dd5c0206e0df5345eff0a3))





# [0.4.0](https://github.com/Sphereon/gx-agent/compare/v0.3.0...v0.4.0) (2023-03-02)


Expand Down
5 changes: 2 additions & 3 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.4.0",
"version": "0.4.1",
"source": "src/index.ts",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -80,8 +80,7 @@
"@veramo/did-discovery": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/key-manager": "4.2.0",
"@veramo/message-handler": "4.2.0",
"@veramo/utils": "4.2.0"
"@veramo/message-handler": "4.2.0"
},
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 106f002

Please sign in to comment.