Skip to content

Commit 1dea0e0

Browse files
committed
v0.5.0
Bumps authkit-js to 0.5.0 (Adds the `context` parameter to `signIn`/`signUp`)
1 parent 90c060b commit 1dea0e0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workos-inc/authkit-react",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "AuthKit React SDK",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -34,6 +34,6 @@
3434
"react": ">=17"
3535
},
3636
"dependencies": {
37-
"@workos-inc/authkit-js": "0.4.1"
37+
"@workos-inc/authkit-js": "0.5.0"
3838
}
3939
}

0 commit comments

Comments
 (0)