Skip to content

Commit

Permalink
Merge branch 'main' into 2421-fix-hex-color-input-auto-populate-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmathew900 authored Feb 6, 2025
2 parents d28c42e + a68dfe6 commit 97e8ada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down Expand Up @@ -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`.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 97e8ada

Please sign in to comment.