Skip to content

Commit 191c0be

Browse files
chore(release): new version
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
1 parent 6886ca5 commit 191c0be

10 files changed

Lines changed: 33 additions & 15 deletions

File tree

.changeset/all-garlics-know.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/client-attestation-challenge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/oauth2/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openid4vc/oauth2
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- 9c4c66c: Add support for di_vp proofs in credential requests
8+
- 6886ca5: Add `Oauth2Client.requestClientAttestationChallenge` to fetch a Client Attestation challenge from the authorization server's `challenge_endpoint`, and support the `use_attestation_challenge` reactive challenge retry (draft 09) so the challenge is automatically included in the Client Attestation PoP when the server requests one.
9+
- @openid4vc/utils@0.5.3
10+
311
## 0.5.2
412

513
### Patch Changes

packages/oauth2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openid4vc/oauth2",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"files": [
55
"dist"
66
],

packages/openid4vci/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @openid4vc/openid4vci
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- 9c4c66c: Add support for di_vp proofs in credential requests
8+
- Updated dependencies [9c4c66c]
9+
- Updated dependencies [6886ca5]
10+
- @openid4vc/oauth2@0.5.3
11+
- @openid4vc/utils@0.5.3
12+
313
## 0.5.2
414

515
### Patch Changes

packages/openid4vci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openid4vc/openid4vci",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"files": [
55
"dist"
66
],

packages/openid4vp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @openid4vc/openid4vp
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9c4c66c]
8+
- Updated dependencies [6886ca5]
9+
- @openid4vc/oauth2@0.5.3
10+
- @openid4vc/utils@0.5.3
11+
312
## 0.5.2
413

514
### Patch Changes

packages/openid4vp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openid4vc/openid4vp",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"files": [
55
"dist"
66
],

packages/utils/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @openid4vc/utils
22

3+
## 0.5.3
4+
35
## 0.5.2
46

57
## 0.5.1

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openid4vc/utils",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)