Skip to content

Commit d1e9dbe

Browse files
committed
chore: update package version and supported interfaces
1 parent 9d15cab commit d1e9dbe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_comment": "contains a list of frontend-backend interface versions that this package supports",
3-
"versions": ["3.1", "4.0", "4.1"]
3+
"versions": ["3.1", "4.0", "4.1", "4.2"]
44
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supertokens-auth-react",
3-
"version": "0.49.1",
3+
"version": "0.50.0",
44
"description": "ReactJS SDK that provides login functionality with SuperTokens.",
55
"main": "./index.js",
66
"engines": {

webJsInterfaceSupported.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_comment": "contains the web js interface version that this package supports",
3-
"version": "0.11"
3+
"version": "0.12"
44
}

0 commit comments

Comments
 (0)