From a68dfe6c9dc3f85309bd66d5c01089d4f20fdaad Mon Sep 17 00:00:00 2001 From: josephmathew900 Date: Thu, 6 Feb 2025 04:59:39 +0000 Subject: [PATCH] New version release --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f26aea5..0153a161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ Each change is prefixed with one of these keywords:: - *Fixed*: Denotes bug fixes. - *Security*: Pertains to actions taken in response to vulnerabilities. +## 8.2.56 - 2025-02-06 + +- Added logic to show clear selection callout when all table rows are selected + ## 8.2.53 - 2025-01-23 - Added: `data-cy` label for *ProgressBar* @@ -281,7 +285,6 @@ Updates all formik components in neetoUI to use status to show server error and - Updated: `--neeto-ui-success-500` from `#268e6c` to `#02a27c`. - Updated: `--neeto-ui-success-100` from `#e1f3ee` to `#ebfffa`. ### Dark mode - - Added: `--neeto-ui-gray-50` - `#0a0a0a`. - Updated: `--neeto-ui-primary-800` from `#39b990` to `#00f5c8`. @@ -723,7 +726,6 @@ Changed: Disabled auto close for error toasters. - Removed: default empty box image from NoData component. ## 5.0.14 - 2023-07-12 Fixed warnings in jest tests. - ## 5.0.13 - 2023-06-30 - Added `neeto-commons-frontend` and `neeto-icons` to peer dependencies. diff --git a/package.json b/package.json index f84ec211..52379338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigbinary/neetoui", - "version": "8.2.55", + "version": "8.2.56", "author": "BigBinary", "license": "MIT", "description": "neetoUI drives the experience at all neeto products",