Skip to content

Commit f777781

Browse files
committed
chore(release): v0.37.1
1 parent 9fea580 commit f777781

161 files changed

Lines changed: 4294 additions & 3963 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.37.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.37.0...v0.37.1) (2026-03-06)
7+
8+
### Bug Fixes
9+
10+
- add null check for optional fields in OID4VCIHolder service and machine logic ([625d096](https://github.com/Sphereon-Opensource/SSI-SDK/commit/625d0968c160c66755e8d61d38ff3ce68ef9ad68))
11+
- improve image handling by adding checks for missing dataUri and handling failed downloads ([70393d8](https://github.com/Sphereon-Opensource/SSI-SDK/commit/70393d8df9b4f13932f6972d0b6fcf1b516cf439))
12+
- improve image handling by adding checks for missing dataUri and handling failed downloads ([36354c7](https://github.com/Sphereon-Opensource/SSI-SDK/commit/36354c773acea3d1c8308e6ae8226fbe8ec1901e))
13+
- improve image handling by adding checks for missing dataUri and handling failed downloads ([3632ea6](https://github.com/Sphereon-Opensource/SSI-SDK/commit/3632ea611df4a1b4853b9bd3aaa1ec84078c2439))
14+
615
# [0.37.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.36.0...v0.37.0) (2026-01-30)
716

817
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.37.0",
2+
"version": "0.37.1",
33
"npmClient": "pnpm",
44
"command": {
55
"version": {

packages/agent-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.37.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.37.0...v0.37.1) (2026-03-06)
7+
8+
**Note:** Version bump only for package @sphereon/ssi-sdk.agent-config
9+
610
# [0.37.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.36.0...v0.37.0) (2026-01-30)
711

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

packages/agent-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/ssi-sdk.agent-config",
3-
"version": "0.37.0",
3+
"version": "0.37.1",
44
"source": "src/index.ts",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/anomaly-detection/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.37.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.37.0...v0.37.1) (2026-03-06)
7+
8+
**Note:** Version bump only for package @sphereon/ssi-sdk.anomaly-detection
9+
610
# [0.37.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.36.0...v0.37.0) (2026-01-30)
711

812
**Note:** Version bump only for package @sphereon/ssi-sdk.anomaly-detection

packages/anomaly-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/ssi-sdk.anomaly-detection",
3-
"version": "0.37.0",
3+
"version": "0.37.1",
44
"source": "src/index.ts",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/contact-manager-rest-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.37.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.37.0...v0.37.1) (2026-03-06)
7+
8+
**Note:** Version bump only for package @sphereon/ssi-sdk.contact-manager-rest-api
9+
610
# [0.37.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.36.0...v0.37.0) (2026-01-30)
711

812
**Note:** Version bump only for package @sphereon/ssi-sdk.contact-manager-rest-api

packages/contact-manager-rest-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/ssi-sdk.contact-manager-rest-api",
3-
"version": "0.37.0",
3+
"version": "0.37.1",
44
"source": "src/index.ts",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/contact-manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.37.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.37.0...v0.37.1) (2026-03-06)
7+
8+
**Note:** Version bump only for package @sphereon/ssi-sdk.contact-manager
9+
610
# [0.37.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.36.0...v0.37.0) (2026-01-30)
711

812
**Note:** Version bump only for package @sphereon/ssi-sdk.contact-manager

packages/contact-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/ssi-sdk.contact-manager",
3-
"version": "0.37.0",
3+
"version": "0.37.1",
44
"source": "src/index.ts",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)