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 21, 2024
1 parent ccb0008 commit 869cad7
Show file tree
Hide file tree
Showing 25 changed files with 91 additions and 57 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"strip-dirs": "^3.0.0",
"taze": "^0.13.3",
"tsup": "^8.0.2",
"tsup-plugin-bundleless": "^0.1.2",
"tsup-plugin-bundleless": "^0.2.0",
"tsup-plugin-css-legacy": "^0.0.1",
"tsx": "^4.7.0",
"turbo": "^1.12.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/axios-pro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @minko-fe/axios-pro

## 0.1.26

### Patch Changes

- Updated dependencies []:
- @minko-fe/lodash-pro@0.3.2

## 0.1.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/axios-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minko-fe/axios-pro",
"version": "0.1.25",
"version": "0.1.26",
"description": "axios-pro",
"type": "module",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/flexible-pro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @minko-fe/flexible-pro

## 0.1.25

### Patch Changes

- Updated dependencies []:
- @minko-fe/lodash-pro@0.3.2

## 0.1.24

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

## 0.3.2

### Patch Changes

- fix: nodejs support

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lodash-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minko-fe/lodash-pro",
"version": "0.3.1",
"version": "0.3.2",
"description": "lodash-pro",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lodash-pro/scripts/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const cjs: Options = {
platform: 'node',
noExternal: ['lodash-es', 'p-is-promise'],
outExtension: () => ({ js: '.cjs' }),
plugins: [bundleless({ ext: '.cjs' })],
plugins: [bundleless({ ext: '.cjs', bundle: true })],
}
5 changes: 3 additions & 2 deletions packages/lodash-pro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ export * from 'lodash-es'
export { deepMerge } from './deepMerge'
export { defuUtil } from './defu'
export { destrUtil } from './destr'
export { ensureArray } from './ensureArray'
export { isBrowser } from './isBrowser'
export { strategyPattern } from './strategyPattern'
export { timeRange } from './timeRange'
// eslint-disable-next-line perfectionist/sort-exports
export { KeyCode } from './keycode'
export { strategyPattern } from './strategyPattern'
export { timeRange } from './timeRange'
7 changes: 7 additions & 0 deletions packages/postcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @minko-fe/postcss-config

## 0.1.26

### Patch Changes

- Updated dependencies []:
- @minko-fe/lodash-pro@0.3.2

## 0.1.25

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

## 0.2.7

### Patch Changes

- fix: nodejs support

- Updated dependencies []:
- @minko-fe/lodash-pro@0.3.2
- @minko-fe/react-hook@0.3.4

## 0.2.6

### 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.6",
"version": "0.2.7",
"description": "react-component",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-component/scripts/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const cjs: Options = {
format: ['cjs'],
outDir: 'dist/lib',
outExtension: () => ({ js: '.cjs' }),
plugins: [bundleless({ ext: '.cjs' })],
plugins: [bundleless({ ext: '.cjs', bundle: true })],
}
9 changes: 9 additions & 0 deletions packages/react-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @minko-fe/react-hook

## 0.3.4

### Patch Changes

- fix: nodejs support

- Updated dependencies []:
- @minko-fe/lodash-pro@0.3.2

## 0.3.3

### 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.3",
"version": "0.3.4",
"description": "react-hook",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook/scripts/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export const cjs: Options = {
format: ['cjs'],
outDir: 'dist/lib',
outExtension: () => ({ js: '.cjs' }),
plugins: [bundleless({ ext: '.cjs' })],
plugins: [bundleless({ ext: '.cjs', bundle: true })],
}
40 changes: 2 additions & 38 deletions packages/react-hook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
SOFTWARE.
*/

import * as ReactUse from 'react-use'

export {
clearCache,
configResponsive,
Expand Down Expand Up @@ -104,41 +102,7 @@ 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 @@ -173,7 +137,7 @@ export {
useStartTyping,
useWindowScroll,
useWindowSize,
}
} from 'react-use'

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

## 0.1.28

### Patch Changes

- Updated dependencies []:
- @minko-fe/lodash-pro@0.3.2
- @minko-fe/vite-config@0.2.8

## 0.1.27

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

## 0.1.30

### Patch Changes

- Updated dependencies []:
- @minko-fe/lodash-pro@0.3.2
- @minko-fe/react-hook@0.3.4

## 0.1.29

### 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.29",
"version": "0.1.30",
"description": "react-route",
"type": "module",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/vite-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @minko-fe/vite-config

## 0.2.8

### Patch Changes

- Updated dependencies []:
- @minko-fe/lodash-pro@0.3.2

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minko-fe/vite-config",
"version": "0.2.7",
"version": "0.2.8",
"description": "vite-config",
"type": "module",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 869cad7

Please sign in to comment.