From b61776ceac66710819c7e36f8ae5d0cf1e22d6a5 Mon Sep 17 00:00:00 2001 From: Aman Agarwal Date: Fri, 13 Dec 2024 01:52:01 +0530 Subject: [PATCH] fix(reset-password)!: updated the versions and changelog --- CHANGELOG.md | 6 ++++++ lib/build/genericComponentOverrideContext.js | 2 +- lib/build/version.d.ts | 2 +- lib/ts/version.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 703408178..49a5f0b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.49.0] 2024-12-13 + +### Breaking changes + +- Moved the overridden components UI inside auth container which was earlier being rendered outside the auth container + ## [0.48.0] - 2024-10-07 ### Fixes diff --git a/lib/build/genericComponentOverrideContext.js b/lib/build/genericComponentOverrideContext.js index c488e0ce2..9f8c18ad7 100644 --- a/lib/build/genericComponentOverrideContext.js +++ b/lib/build/genericComponentOverrideContext.js @@ -266,7 +266,7 @@ var SSR_ERROR = * License for the specific language governing permissions and limitations * under the License. */ -var package_version = "0.48.0"; +var package_version = "0.49.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 102f68d86..f84ac887e 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1 +1 @@ -export declare const package_version = "0.48.0"; +export declare const package_version = "0.49.0"; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index 41f9ac37a..1de93fae4 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.48.0"; +export const package_version = "0.49.0"; diff --git a/package-lock.json b/package-lock.json index 994915e4b..05efcbe78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertokens-auth-react", - "version": "0.48.0", + "version": "0.49.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertokens-auth-react", - "version": "0.48.0", + "version": "0.49.0", "license": "Apache-2.0", "dependencies": { "intl-tel-input": "^17.0.19", diff --git a/package.json b/package.json index de18ca401..339fd0699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-auth-react", - "version": "0.48.0", + "version": "0.49.0", "description": "ReactJS SDK that provides login functionality with SuperTokens.", "main": "./index.js", "engines": {