Skip to content

Commit

Permalink
New version release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmathew900 committed Mar 22, 2024
1 parent 64fc38e commit 728d450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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.

## 6.5.0 - 2024-03-22

Added: `bulkSelectAllRowsProps` for tables to allow selecting all rows for multipage tables

## 6.4.0 - 2024-03-21

Added: minDateTime and maxDateTime prop.
Expand Down Expand Up @@ -148,7 +152,6 @@ Example:
- Removed: **BREAKING** `placement` prop from *Tooltip* (Use position instead).
--->
## 6.0.2 - 2023-12-14

Enhanced the responsiveness of the following components

- Alert
Expand Down Expand Up @@ -204,7 +207,6 @@ This PR will migrate the package from `react-linkify` to `linkify-react`
## 5.2.33 - 2023-11-20
- Fixed: Grouped select `defaultValue` not being set issue
## 5.2.32 - 2023-11-15

- Updated pagination URL param handling in the *Table*.
- Implemented pagination URL param handling in the *Pagination* component.

Expand Down Expand Up @@ -987,7 +989,6 @@ Changes documentations to sentence case from title casing.
## 3.5.14 - 2022-08-01
- Added: neetoTestify and neetoSite to AppSwitcher
## 3.5.13 - 2022-07-28

- Added: type support for all exported components. IDE will now auto-predict the
component props.
- Changed: Deprecated babel-eslint was replaced with @babel/eslint-parser
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": "6.4.0",
"version": "6.5.0",
"main": "./index.cjs.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 728d450

Please sign in to comment.