Skip to content

Commit 612e6ea

Browse files
committed
R v1.0.5: add example
1 parent cb2fc40 commit 612e6ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-api-search",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "SearchBarComponent is a customizable and responsive search bar component for React applications. It provides a flexible, debounced search experience, ideal for integrating search functionality into your app. The component supports dynamic fetching of search results from a remote source, rendering custom items, and handling loading states, empty results, and error handling.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/version_number.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const search_bar_version = '1.0.4';
1+
const search_bar_version = '1.0.5';
22

33
export { search_bar_version };

0 commit comments

Comments
 (0)