Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): new version #8

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-apricots-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-moons-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-feet-begin.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/oauth2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @openid4vc/oauth2

## 0.2.0

### Minor Changes

- 0f60387: feat: add client attestations
- 3f6d360: change order of fetching authorization server metadata. First `oauth-authorization-server` metadata is fetched now. If that returns a 404, the `openid-configuration` will be fetched.

### Patch Changes

- @openid4vc/[email protected]

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openid4vc/oauth2",
"version": "0.1.4",
"version": "0.2.0",
"exports": "./src/index.ts",
"files": ["dist"],
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/oid4vci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @openid4vc/oid4vci

## 0.2.0

### Minor Changes

- 0f60387: feat: add key attestations

### Patch Changes

- Updated dependencies [0f60387]
- Updated dependencies [3f6d360]
- @openid4vc/[email protected]
- @openid4vc/[email protected]

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openid4vc/oid4vci",
"version": "0.1.4",
"version": "0.2.0",
"exports": "./src/index.ts",
"files": ["dist"],
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @openid4vc/utils

## 0.2.0

## 0.1.4

## 0.1.3
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openid4vc/utils",
"version": "0.1.4",
"version": "0.2.0",
"exports": "./src/index.ts",
"files": ["dist"],
"license": "Apache-2.0",
Expand Down