Skip to content

Commit

Permalink
release: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 2, 2024
1 parent 8d7a306 commit cb10bb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

Version 2.3.0 (released 2024-10-02)

- Results components: a new prop allows the implementation of a callback on results
rendered.

Version 2.2.6 (released 2024-05-06)

- Pagination/ResultsPerPage: a new prop controls if these components should be
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-searchkit",
"version": "2.2.6",
"version": "2.3.0",
"description": "React components to build your search UI application",
"main": "dist/cjs/index.js",
"browser": "dist/cjs/index.js",
Expand Down

0 comments on commit cb10bb7

Please sign in to comment.