diff --git a/lib/build/genericComponentOverrideContext.js b/lib/build/genericComponentOverrideContext.js index d5182b2dc..073142403 100644 --- a/lib/build/genericComponentOverrideContext.js +++ b/lib/build/genericComponentOverrideContext.js @@ -241,7 +241,7 @@ typeof SuppressedError === "function" * License for the specific language governing permissions and limitations * under the License. */ -var package_version = "0.35.8"; +var package_version = "0.36.0"; /* Copyright (c) 2021, VRAI Labs and/or its affiliates. All rights reserved. * diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index cfe379a1e..e85100a93 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1 +1 @@ -export declare const package_version = "0.35.8"; +export declare const package_version = "0.36.0"; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index a6d28e815..1fd0f9cc7 100644 --- a/lib/ts/version.ts +++ b/lib/ts/version.ts @@ -12,4 +12,4 @@ * License for the specific language governing permissions and limitations * under the License. */ -export const package_version = "0.35.8"; +export const package_version = "0.36.0"; diff --git a/package-lock.json b/package-lock.json index c16a56d1a..d49cefd40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertokens-auth-react", - "version": "0.35.8", + "version": "0.36.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertokens-auth-react", - "version": "0.35.8", + "version": "0.36.0", "license": "Apache-2.0", "dependencies": { "intl-tel-input": "^17.0.19", diff --git a/package.json b/package.json index cb820d2cf..f666f121f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-auth-react", - "version": "0.35.8", + "version": "0.36.0", "description": "ReactJS SDK that provides login functionality with SuperTokens.", "main": "./index.js", "engines": {