Skip to content

Commit 592be80

Browse files
refactor: ♻️ updated repository links
1 parent 04b8261 commit 592be80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Simple and lightweight multiple selection dropdown component with `checkboxes`, `search` and `select-all`
44

55
[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://react-multi-select-component.pages.dev/)
6-
[![GitHub Actions Status](https://github.com/harshzalavadiya/react-multi-select-component/workflows/NodeJS/badge.svg)](https://github.com/harshzalavadiya/react-multi-select-component/actions)
6+
[![GitHub Actions Status](https://github.com/hc-oss/react-multi-select-component/workflows/NodeJS/badge.svg)](https://github.com/hc-oss/react-multi-select-component/actions)
77
[![NPM](https://img.shields.io/npm/v/react-multi-select-component.svg)](https://npm.im/react-multi-select-component)
88
[![gzip](https://badgen.net/bundlephobia/minzip/react-multi-select-component@latest)](https://bundlephobia.com/result?p=react-multi-select-component@latest)
99

@@ -85,7 +85,7 @@ More examples can be found [here ↗](./docs/recipes)
8585

8686
## 📝 Changelog
8787

88-
For every release changelog/migration-guide will be available in [releases](https://github.com/harshzalavadiya/react-multi-select-component/releases)
88+
For every release changelog/migration-guide will be available in [releases](https://github.com/hc-oss/react-multi-select-component/releases)
8989

9090
## 🤠 Credits
9191

docs/recipes/custom-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Optionally customise dropdown item by passing `ItemRenderer` prop
44

5-
[Default Item Renderer](https://github.com/harshzalavadiya/react-multi-select-component/blob/master/src/select-panel/default-item.tsx#L12-L28)
5+
[Default Item Renderer](https://github.com/hc-oss/react-multi-select-component/blob/master/src/select-panel/default-item.tsx#L12-L28)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-multi-select-component",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
55
"author": "harshzalavadiya",
66
"license": "MIT",
7-
"repository": "harshzalavadiya/react-multi-select-component",
7+
"repository": "github.com/hc-oss/react-multi-select-component",
88
"type": "module",
99
"source": "src/index.tsx",
1010
"exports": "./dist/react-multi-select-component.modern.js",

0 commit comments

Comments
 (0)