Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed May 20, 2024
1 parent 72f0121 commit ccb0008
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/react-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @minko-fe/react-component

## 0.2.6

### Patch Changes

- Updated dependencies []:
- @minko-fe/react-hook@0.3.3

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minko-fe/react-component",
"version": "0.2.5",
"version": "0.2.6",
"description": "react-component",
"type": "module",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/react-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @minko-fe/react-hook

## 0.3.3

### Patch Changes

- react-use cjs support

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minko-fe/react-hook",
"version": "0.3.2",
"version": "0.3.3",
"description": "react-hook",
"type": "module",
"keywords": [
Expand Down
39 changes: 38 additions & 1 deletion packages/react-hook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
SOFTWARE.
*/

import * as ReactUse from 'react-use'

export {
clearCache,
configResponsive,
Expand Down Expand Up @@ -102,6 +104,41 @@ export {
useWebSocket,
useWhyDidYouUpdate,
} from 'ahooks'
const {
useAsync,
useAsyncFn,
useAsyncRetry,
useBeforeUnload,
useCopyToClipboard,
useCss,
useCustomCompareEffect,
useDefault,
useError,
useEvent,
useFirstMountState,
useGetSet,
useGetSetState,
useHash,
useHoverDirty,
useIntersection,
useLockBodyScroll,
useMeasure,
usePageLeave,
usePermission,
usePinchZoom,
usePreviousDistinct,
useQueue,
useRaf,
useRafLoop,
useScrollbarWidth,
useScrolling,
useSearchParam,
useSlider,
useSpeech,
useStartTyping,
useWindowScroll,
useWindowSize,
} = ReactUse
export {
useAsync,
useAsyncFn,
Expand Down Expand Up @@ -136,7 +173,7 @@ export {
useStartTyping,
useWindowScroll,
useWindowSize,
} from 'react-use'
}

export { EventEmitter } from './useEventEmitter'
export { createUseStorageState } from './createUseStorageState'
Expand Down
7 changes: 7 additions & 0 deletions packages/react-route/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @minko-fe/react-route

## 0.1.29

### Patch Changes

- Updated dependencies []:
- @minko-fe/react-hook@0.3.3

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-route/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minko-fe/react-route",
"version": "0.1.28",
"version": "0.1.29",
"description": "react-route",
"type": "module",
"keywords": [
Expand Down

0 comments on commit ccb0008

Please sign in to comment.