From ae4ad9342ef1a8d14f08f2ecfe90e3c3bf2d3c9b Mon Sep 17 00:00:00 2001 From: Favour Ohans Date: Mon, 5 Aug 2024 05:43:03 +0100 Subject: [PATCH] Update version metadata --- CHANGELOG.md | 6 ++++++ lib/build/genericComponentOverrideContext.js | 2 +- lib/build/version.d.ts | 2 +- lib/ts/version.ts | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6d2c361..0b10038f9 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.46.0] - 2024-08-05 + +### Breaking changes + +- Updated the prebuilt UI button styles + ## [0.45.0] - 2024-07-31 ### Breaking changes diff --git a/lib/build/genericComponentOverrideContext.js b/lib/build/genericComponentOverrideContext.js index 072ba9845..1467b3116 100644 --- a/lib/build/genericComponentOverrideContext.js +++ b/lib/build/genericComponentOverrideContext.js @@ -265,7 +265,7 @@ var SSR_ERROR = * License for the specific language governing permissions and limitations * under the License. */ -var package_version = "0.45.0"; +var package_version = "0.46.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 3d96e3ccd..d70c60469 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1 +1 @@ -export declare const package_version = "0.45.0"; +export declare const package_version = "0.46.0"; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index b8da732d8..cc157303e 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.45.0"; +export const package_version = "0.46.0"; diff --git a/package.json b/package.json index f4113257a..328a2e5fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-auth-react", - "version": "0.45.0", + "version": "0.46.0", "description": "ReactJS SDK that provides login functionality with SuperTokens.", "main": "./index.js", "engines": {