Skip to content

Commit a4982f6

Browse files
Version Packages (#218)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 38e1c5b commit a4982f6

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/pink-planets-prove.md

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

examples/client/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
1212
},
1313
"devDependencies": {
14-
"@openauthjs/openauth": "^0.4.2",
14+
"@openauthjs/openauth": "^0.4.3",
1515
"@sveltejs/adapter-auto": "^4.0.0",
1616
"@sveltejs/kit": "^2.16.0",
1717
"@sveltejs/vite-plugin-svelte": "^5.0.0",

packages/openauth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openauthjs/openauth
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- ec8ca65: include expires_in for refresh response
8+
39
## 0.4.2
410

511
### Patch Changes

packages/openauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openauthjs/openauth",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"type": "module",
55
"scripts": {
66
"build": "bun run script/build.ts",

0 commit comments

Comments
 (0)