File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 7878 run : |
7979 git push -u origin HEAD --follow-tags --force
8080 env :
81- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
81+ GITHUB_TOKEN : ${{ secrets.TOSS_REACTIVE_KIT_GITHUB_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " reactive-kit" ,
3- "version" : " 0.2.4 " ,
3+ "version" : " 0.2.5 " ,
44 "main" : " ./src/index.ts" ,
55 "files" : [
66 " dist/**/*" ,
Original file line number Diff line number Diff line change 1- // components
21export { Separated } from './components/Separated/index.ts' ;
32export { SwitchCase } from './components/SwitchCase/index.ts' ;
4-
5- // hooks
63export { useAsyncEffect } from './hooks/useAsyncEffect/index.ts' ;
74export { useBooleanState } from './hooks/useBooleanState/index.ts' ;
85export { useCallbackOnce } from './hooks/useCallbackOnce/index.ts' ;
@@ -16,7 +13,5 @@ export { useStorageState } from './hooks/useStorageState/index.ts';
1613export { useTimeout } from './hooks/useTimeout/index.ts' ;
1714export { useToggle } from './hooks/useToggle/index.ts' ;
1815export { useVisibilityEvent } from './hooks/useVisibilityEvent/index.ts' ;
19-
20- // utils
2116export { buildContext } from './utils/buildContext/index.ts' ;
2217export { mergeRefs } from './utils/mergeRefs/index.ts' ;
You can’t perform that action at this time.
0 commit comments