Skip to content

Commit

Permalink
chore(release): new version (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 22, 2024
1 parent 12a517a commit 7ca0beb
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-ducks-fix.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/oauth2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @animo-id/oauth2

## 0.1.4

### Patch Changes

- 12a517a: feat: add refresh_token grant type
- @animo-id/oauth2-utils@0.1.4

## 0.1.3

### 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": "@animo-id/oauth2",
"version": "0.1.3",
"version": "0.1.4",
"exports": "./src/index.ts",
"files": ["dist"],
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/oid4vci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @animo-id/oid4vci

## 0.1.4

### Patch Changes

- Updated dependencies [12a517a]
- @animo-id/oauth2@0.1.4
- @animo-id/oauth2-utils@0.1.4

## 0.1.3

### 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": "@animo-id/oid4vci",
"version": "0.1.3",
"version": "0.1.4",
"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 @@
# @animo-id/oauth2-utils

## 0.1.4

## 0.1.3

### Patch Changes
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": "@animo-id/oauth2-utils",
"version": "0.1.3",
"version": "0.1.4",
"exports": "./src/index.ts",
"files": ["dist"],
"license": "Apache-2.0",
Expand Down

0 comments on commit 7ca0beb

Please sign in to comment.