Skip to content

Commit 32b10db

Browse files
feat: Version updates [v0.50.0] (#910)
* chore: update package version and supported interfaces * chore: add missing version changes --------- Co-authored-by: Victor Bojica <[email protected]>
1 parent 9d15cab commit 32b10db

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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
}

lib/build/genericComponentOverrideContext.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const package_version = "0.49.1";
15+
export const package_version = "0.50.0";

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)