From 27ee219accb8d2e2db5b1b27eef1b2a221ac95ba Mon Sep 17 00:00:00 2001 From: priyankakmEaton Date: Wed, 8 May 2024 12:03:03 +0530 Subject: [PATCH] React auth workflow Version Update --- login-workflow/CHANGELOG.md | 6 +++++- login-workflow/package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/login-workflow/CHANGELOG.md b/login-workflow/CHANGELOG.md index bc18afbf..66868f32 100644 --- a/login-workflow/CHANGELOG.md +++ b/login-workflow/CHANGELOG.md @@ -9,7 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Error Manager with dynamic values ([#540](https://github.com/etn-ccis/blui-react-workflows/issues/540)). +- Error Manager with dynamic values ([#540](https://github.com/etn-ccis/blui-react-workflows/issues/540)). +- Eula screen tests throws console warnings to wrap ([#390](https://github.com/etn-ccis/blui-react-workflows/issues/390)). +- Hardcoded dismissible Dialog button text ([#543](https://github.com/etn-ccis/blui-react-workflows/issues/543)). +- Fix dependency on react-router ([#546](https://github.com/etn-ccis/blui-react-workflows/issues/546)). +- Typo in Success screen readme ([#567](https://github.com/etn-ccis/blui-react-workflows/issues/547)). ## v4.0.2 (December 18, 2023) diff --git a/login-workflow/package.json b/login-workflow/package.json index 57258363..de64de6d 100644 --- a/login-workflow/package.json +++ b/login-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@brightlayer-ui/react-auth-workflow", - "version": "4.0.2", + "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.",