diff --git a/login-workflow/CHANGELOG.md b/login-workflow/CHANGELOG.md index 0f645e88..b00fc9eb 100644 --- a/login-workflow/CHANGELOG.md +++ b/login-workflow/CHANGELOG.md @@ -5,13 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## v4.1.0 (Unreleased) - -### Added - -- `OktaLoginScreenBase` screen. - ## v4.0.3 (May 9, 2024) ### Fixed diff --git a/login-workflow/package.json b/login-workflow/package.json index 8f19286c..a294bae0 100644 --- a/login-workflow/package.json +++ b/login-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@brightlayer-ui/react-auth-workflow", - "version": "4.1.0", + "version": "4.0.3", "author": "Brightlayer UI (https://github.com/brightlayer-ui)", "license": "BSD-3-Clause", "description": "Re-usable workflow components for Authentication and Registration within Eaton applications.",