Skip to content

Commit 4b52e51

Browse files
committed
v0.20.1
1 parent ab29ca7 commit 4b52e51

20 files changed

Lines changed: 148 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.20.1](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.20.0...v0.20.1) (2026-01-30)
7+
8+
**Note:** Version bump only for package @sphereon/oid4vci-workspace
9+
10+
11+
12+
13+
614
# [0.20.0](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.19.0...v0.20.0) (2025-11-19)
715

816

lerna.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "0.20.0",
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.20.1",
46
"npmClient": "pnpm",
5-
"workspaces": ["packages/*"]
6-
}
7+
"workspaces": [
8+
"packages/*"
9+
]
10+
}

packages/callback-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.20.1](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.20.0...v0.20.1) (2026-01-30)
7+
8+
**Note:** Version bump only for package @sphereon/callback
9+
10+
11+
12+
13+
614
# [0.20.0](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.19.0...v0.20.0) (2025-11-19)
715

816

packages/callback-example/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/callback",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "OpenID 4 Verifiable Credential Issuance issuer callback example",
55
"source": "./src/index.ts",
66
"type": "module",
@@ -46,7 +46,12 @@
4646
"engines": {
4747
"node": ">=20.6"
4848
},
49-
"files": ["src", "dist", "README.md", "LICENSE.md"],
49+
"files": [
50+
"src",
51+
"dist",
52+
"README.md",
53+
"LICENSE.md"
54+
],
5055
"keywords": [
5156
"Sphereon",
5257
"Verifiable Credentials",

packages/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.20.1](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.20.0...v0.20.1) (2026-01-30)
7+
8+
**Note:** Version bump only for package @sphereon/oid4vci-client
9+
10+
11+
12+
13+
614
# [0.20.0](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.19.0...v0.20.0) (2025-11-19)
715

816

packages/client/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/oid4vci-client",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
55
"source": "./src/index.ts",
66
"type": "module",
@@ -55,7 +55,12 @@
5555
"engines": {
5656
"node": ">=20"
5757
},
58-
"files": ["src", "dist", "README.md", "LICENSE.md"],
58+
"files": [
59+
"src",
60+
"dist",
61+
"README.md",
62+
"LICENSE.md"
63+
],
5964
"keywords": [
6065
"Sphereon",
6166
"Verifiable Credentials",

packages/common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.20.1](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.20.0...v0.20.1) (2026-01-30)
7+
8+
**Note:** Version bump only for package @sphereon/oid4vc-common
9+
10+
11+
12+
13+
614
# [0.20.0](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.19.0...v0.20.0) (2025-11-19)
715

816

packages/common/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/oid4vc-common",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "OpenID 4 Verifiable Credentials Common",
55
"source": "./src/index.ts",
66
"type": "module",
@@ -34,7 +34,12 @@
3434
"engines": {
3535
"node": ">=20"
3636
},
37-
"files": ["src", "dist", "README.md", "LICENSE.md"],
37+
"files": [
38+
"src",
39+
"dist",
40+
"README.md",
41+
"LICENSE.md"
42+
],
3843
"keywords": [
3944
"Sphereon",
4045
"Verifiable Credentials",

packages/did-auth-siop-adapter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.20.1](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.20.0...v0.20.1) (2026-01-30)
7+
8+
**Note:** Version bump only for package @sphereon/did-auth-siop-adapter
9+
10+
11+
12+
13+
614
# [0.20.0](https://github.com/Sphereon-Opensource/OID4VC/compare/v0.19.0...v0.20.0) (2025-11-19)
715

816
**Note:** Version bump only for package @sphereon/did-auth-siop-adapter

packages/did-auth-siop-adapter/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/did-auth-siop-adapter",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP) did adapter",
55
"source": "./src/index.ts",
66
"type": "module",
@@ -36,7 +36,9 @@
3636
"engines": {
3737
"node": ">=20"
3838
},
39-
"files": ["dist/**/*"],
39+
"files": [
40+
"dist/**/*"
41+
],
4042
"keywords": [
4143
"Sphereon",
4244
"SSI",

0 commit comments

Comments
 (0)