Skip to content

Commit

Permalink
internal: Create release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Aug 31, 2023
1 parent 98bf40c commit da45247
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@dreamauth/errors": "^4.0.2",
"@dreamauth/util": "^4.0.7"
"@dreamauth/util": "^4.0.8"
}
}
2 changes: 1 addition & 1 deletion packages/jwk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"dependencies": {
"@dreamauth/crypto": "^1.0.12",
"@dreamauth/types": "^4.0.21",
"@dreamauth/util": "^4.0.7"
"@dreamauth/util": "^4.0.8"
}
}
6 changes: 6 additions & 0 deletions packages/pkce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.13 (2023-08-31)

### Chores

- Update deps. (adb757d)

## 2.0.12 (2023-08-31)

**Note**: Updated local dependencies.
Expand Down
2 changes: 1 addition & 1 deletion packages/pkce/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/pkce",
"description": "DreamAuth PKCE",
"version": "2.0.12",
"version": "2.0.13",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"access": "public"
},
"dependencies": {
"@dreamauth/util": "^4.0.7"
"@dreamauth/util": "^4.0.8"
}
}
2 changes: 1 addition & 1 deletion packages/unsafe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@dreamauth/time": "^1.0.0",
"@dreamauth/util": "^4.0.7"
"@dreamauth/util": "^4.0.8"
}
}
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.8 (2023-08-31)

### Bug Fixes

- Select type TKey did not allow any string. (98bf40c)

## 4.0.7 (2023-08-31)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dreamauth/util",
"description": "DreamAuth Utilities",
"version": "4.0.7",
"version": "4.0.8",
"author": "Chris Ackerman <[email protected]>",
"license": "ISC",
"repository": {
Expand Down

0 comments on commit da45247

Please sign in to comment.