Skip to content

Commit deb9617

Browse files
committed
v0.3.1
fixes: * only `setState` in AuthKitProvider when data changes (previously this was happening on every refresh) * bump authkit-js to 0.2.1
1 parent d05bde7 commit deb9617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.3.0",
3+
"version": "0.3.1",
44
"description": "AuthKit React SDK",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -34,6 +34,6 @@
3434
"react": "18.3.1"
3535
},
3636
"dependencies": {
37-
"@workos-inc/authkit-js": "0.2.0"
37+
"@workos-inc/authkit-js": "0.2.1"
3838
}
3939
}

0 commit comments

Comments
 (0)