Skip to content

Commit 7f7dfdd

Browse files
committed
R v1.0.3: homepage
1 parent 182d5eb commit 7f7dfdd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-api-search",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
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",
@@ -15,6 +15,7 @@
1515
"type": "git",
1616
"url": "https://github.com/ghosnkarl/react-api-search"
1717
},
18+
"homepage": "codesandbox.io/p/sandbox/3jz3z2",
1819
"keywords": [
1920
"react",
2021
"typescript",

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.2';
1+
const search_bar_version = '1.0.3';
22

33
export { search_bar_version };

0 commit comments

Comments
 (0)