From a63b92282e3234a83f6dddff0ea44fe0a6998901 Mon Sep 17 00:00:00 2001 From: shubham-eaton Date: Fri, 20 Dec 2024 22:53:34 +0530 Subject: [PATCH] Package version changed --- login-workflow/CHANGELOG.md | 29 ++++++++++++++++++++--------- login-workflow/package.json | 2 +- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/login-workflow/CHANGELOG.md b/login-workflow/CHANGELOG.md index a4b6f17c..3c331ac1 100644 --- a/login-workflow/CHANGELOG.md +++ b/login-workflow/CHANGELOG.md @@ -5,9 +5,21 @@ 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). +## v5.1.0 (December 20, 2024) + +### Changed + +- Updated styles to use the new MUI 6. + +### Fixed + +- Update the doc for Okta login authentication ([#658](https://github.com/etn-ccis/blui-react-workflows/issues/658)) +- Update unstable_composeClasses imports ([#677](https://github.com/etn-ccis/blui-react-workflows/issues/677)) +- WorkflowCard components warnings ([#684](https://github.com/etn-ccis/blui-react-workflows/issues/684)) + ## v5.0.1 (November 26, 2024) -### Fixed +### Fixed - Issue with ChangePasswordDialog `errorDisplayConfig` ([#656](https://github.com/etn-ccis/blui-react-workflows/issues/656)). - Issue with `errorDisplayConfig` in screens unable to display the custom error ([#664](https://github.com/etn-ccis/blui-react-workflows/issues/664)). @@ -16,20 +28,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Okta redirect-compatible login screen. -- Error Manager for ChangePasswordDialog ([#612](https://github.com/etn-ccis/blui-react-workflows/issues/612)). +- Okta redirect-compatible login screen. +- Error Manager for ChangePasswordDialog ([#612](https://github.com/etn-ccis/blui-react-workflows/issues/612)). - BLUI class names for ChangePasswordDialog ([#600](https://github.com/etn-ccis/blui-react-workflows/issues/600)). -- SX style overrides on full screens ([#599](https://github.com/etn-ccis/blui-react-workflows/issues/599)). +- SX style overrides on full screens ([#599](https://github.com/etn-ccis/blui-react-workflows/issues/599)). -### Fixed +### Fixed -- Reload EULA should not be tied to checkbox status ([#549](https://github.com/etn-ccis/blui-react-workflows/issues/549)). -- Updated password validation callback function ([#560](https://github.com/etn-ccis/blui-react-workflows/issues/560)). +- Reload EULA should not be tied to checkbox status ([#549](https://github.com/etn-ccis/blui-react-workflows/issues/549)). +- Updated password validation callback function ([#560](https://github.com/etn-ccis/blui-react-workflows/issues/560)). ### Changed -- Eliminate `WorkflowCardFinishState` and introduce `EmptyStateProps` in the success screen([#552](https://github.com/etn-ccis/blui-react-workflows/issues/552)). - +- Eliminate `WorkflowCardFinishState` and introduce `EmptyStateProps` in the success screen([#552](https://github.com/etn-ccis/blui-react-workflows/issues/552)). ## v4.0.3 (May 9, 2024) diff --git a/login-workflow/package.json b/login-workflow/package.json index a5e85bf3..de669a65 100644 --- a/login-workflow/package.json +++ b/login-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@brightlayer-ui/react-auth-workflow", - "version": "5.0.1", + "version": "5.1.0", "author": "Brightlayer UI (https://github.com/brightlayer-ui)", "license": "BSD-3-Clause", "description": "Re-usable workflow components for Authentication and Registration within Eaton applications.",