Skip to content

Commit

Permalink
chore(release): new version (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: "github-actions[bot]" <"github-actions[bot]@users.noreply.github.com">
  • Loading branch information
github-actions[bot] authored Jan 15, 2025
1 parent 0e90707 commit 541c0da
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 18 deletions.
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/utils@0.2.0

## 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/oauth2@0.2.0
- @openid4vc/utils@0.2.0

## 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

0 comments on commit 541c0da

Please sign in to comment.