Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
fixes:
* only `setState` in AuthKitProvider when data changes (previously this
  was happening on every refresh)
* bump authkit-js to 0.2.1
  • Loading branch information
cmatheson committed Aug 12, 2024
1 parent d05bde7 commit deb9617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workos-inc/authkit-react",
"version": "0.3.0",
"version": "0.3.1",
"description": "AuthKit React SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -34,6 +34,6 @@
"react": "18.3.1"
},
"dependencies": {
"@workos-inc/authkit-js": "0.2.0"
"@workos-inc/authkit-js": "0.2.1"
}
}

0 comments on commit deb9617

Please sign in to comment.