Skip to content

Commit

Permalink
fix(components): export useDebounce
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Trinh committed Nov 30, 2024
1 parent 05bc839 commit 55c2038
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf .next"
},
"dependencies": {
"@react-awesome/components": "1.0.23",
"@react-awesome/components": "1.0.24",
"@vercel/speed-insights": "^1.0.10",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-awesome/components

## 1.0.24

### Patch Changes

- export useDebounce

## 1.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-awesome/components",
"version": "1.0.23",
"version": "1.0.24",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export * from '@react-awesome/use-previous'
export * from '@react-awesome/use-selection-range'
export * from '@react-awesome/use-toggle'
export * from '@react-awesome/use-breakpoint'
export * from '@react-awesome/use-debounce'

0 comments on commit 55c2038

Please sign in to comment.