diff --git a/hooks/hooks/CHANGELOG.md b/hooks/hooks/CHANGELOG.md index 899db43a..5cf060bd 100644 --- a/hooks/hooks/CHANGELOG.md +++ b/hooks/hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/react-hooks@2.3.0...@pansy/react-hooks@2.3.1) (2024-01-21) + +**Note:** Version bump only for package @pansy/react-hooks + + + + + # [2.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/react-hooks@2.2.0...@pansy/react-hooks@2.3.0) (2023-12-04) diff --git a/hooks/hooks/package.json b/hooks/hooks/package.json index 8f318ffb..910fbf9a 100644 --- a/hooks/hooks/package.json +++ b/hooks/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/react-hooks", - "version": "2.3.0", + "version": "2.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,49 +18,49 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-boolean": "^0.3.0", - "@pansy/use-click-away": "^0.4.1", - "@pansy/use-controllable-value": "^0.4.0", - "@pansy/use-cookie-state": "^0.2.1", - "@pansy/use-creation": "^0.2.2", - "@pansy/use-deep-compare-effect": "^1.3.1", - "@pansy/use-deep-compare-layout-effect": "^1.1.0", - "@pansy/use-document-visibility": "^0.3.2", - "@pansy/use-event-listener": "^0.3.2", - "@pansy/use-event-target": "^0.2.6", + "@pansy/use-boolean": "0.3.1", + "@pansy/use-click-away": "0.4.2", + "@pansy/use-controllable-value": "0.4.1", + "@pansy/use-cookie-state": "0.2.2", + "@pansy/use-creation": "0.2.3", + "@pansy/use-deep-compare-effect": "1.3.2", + "@pansy/use-deep-compare-layout-effect": "1.1.1", + "@pansy/use-document-visibility": "0.3.3", + "@pansy/use-event-listener": "0.3.3", + "@pansy/use-event-target": "0.2.7", "@pansy/use-external": "^0.1.5", "@pansy/use-favicon": "^0.2.5", - "@pansy/use-get-state": "^0.4.0", - "@pansy/use-hover": "^0.4.1", - "@pansy/use-in-viewport": "^0.4.1", - "@pansy/use-interval": "^0.3.0", - "@pansy/use-key-press": "^0.3.1", + "@pansy/use-get-state": "0.4.1", + "@pansy/use-hover": "0.4.2", + "@pansy/use-in-viewport": "0.4.2", + "@pansy/use-interval": "0.3.1", + "@pansy/use-key-press": "0.3.2", "@pansy/use-latest": "^0.2.5", - "@pansy/use-local-storage-state": "^0.3.2", + "@pansy/use-local-storage-state": "0.3.3", "@pansy/use-lock-fn": "^1.0.6", - "@pansy/use-memoized-fn": "^0.3.1", - "@pansy/use-modal": "^1.0.1", + "@pansy/use-memoized-fn": "0.3.2", + "@pansy/use-modal": "1.0.2", "@pansy/use-mount": "^0.2.0", - "@pansy/use-mouse": "^0.3.1", - "@pansy/use-pagination": "^0.1.0", + "@pansy/use-mouse": "0.3.2", + "@pansy/use-pagination": "0.1.1", "@pansy/use-portal": "^0.2.1", "@pansy/use-previous": "^0.2.5", - "@pansy/use-raf-state": "^0.2.7", - "@pansy/use-request": "^0.3.1", - "@pansy/use-scroll": "^0.3.2", - "@pansy/use-scroll-lock": "^1.3.2", - "@pansy/use-selections": "^0.4.0", - "@pansy/use-session-storage-state": "^0.3.2", - "@pansy/use-size": "^0.3.2", - "@pansy/use-timeout": "^0.2.6", - "@pansy/use-title": "^0.3.2", + "@pansy/use-raf-state": "0.2.8", + "@pansy/use-request": "0.3.2", + "@pansy/use-scroll": "0.3.3", + "@pansy/use-scroll-lock": "1.3.3", + "@pansy/use-selections": "0.4.1", + "@pansy/use-session-storage-state": "0.3.3", + "@pansy/use-size": "0.3.3", + "@pansy/use-timeout": "0.2.7", + "@pansy/use-title": "0.3.3", "@pansy/use-toggle": "^0.2.5", - "@pansy/use-unmount": "^0.2.7", + "@pansy/use-unmount": "0.2.8", "@pansy/use-update": "^0.2.5", "@pansy/use-update-effect": "^0.2.5", - "@pansy/use-update-layout-effect": "^0.2.11", - "@pansy/use-watermark": "^0.3.2", - "@pansy/use-web-socket": "^0.2.1" + "@pansy/use-update-layout-effect": "0.2.12", + "@pansy/use-watermark": "0.3.3", + "@pansy/use-web-socket": "0.2.2" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useBoolean/CHANGELOG.md b/hooks/useBoolean/CHANGELOG.md index 7bb387fb..ce10867f 100644 --- a/hooks/useBoolean/CHANGELOG.md +++ b/hooks/useBoolean/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-boolean@0.3.0...@pansy/use-boolean@0.3.1) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-boolean + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-boolean@0.2.5...@pansy/use-boolean@0.3.0) (2022-12-28) diff --git a/hooks/useBoolean/package.json b/hooks/useBoolean/package.json index 0cb831e6..3686909d 100644 --- a/hooks/useBoolean/package.json +++ b/hooks/useBoolean/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-boolean", - "version": "0.3.0", + "version": "0.3.1", "description": "优雅的管理 boolean 状态的 Hook", "main": "lib/index.js", "module": "es/index.js", diff --git a/hooks/useClickAway/CHANGELOG.md b/hooks/useClickAway/CHANGELOG.md index 06c10251..cc466f4d 100644 --- a/hooks/useClickAway/CHANGELOG.md +++ b/hooks/useClickAway/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-click-away@0.4.1...@pansy/use-click-away@0.4.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-click-away + + + + + ## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-click-away@0.4.0...@pansy/use-click-away@0.4.1) (2023-08-28) **Note:** Version bump only for package @pansy/use-click-away diff --git a/hooks/useClickAway/package.json b/hooks/useClickAway/package.json index 519aabe0..030de1e5 100644 --- a/hooks/useClickAway/package.json +++ b/hooks/useClickAway/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-click-away", - "version": "0.4.1", + "version": "0.4.2", "description": "监听目标元素外的点击事件", "main": "lib/index.js", "module": "es/index.js", @@ -18,7 +18,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", "@pansy/use-latest": "0.2.5" }, diff --git a/hooks/useControllableValue/CHANGELOG.md b/hooks/useControllableValue/CHANGELOG.md index 99c4e614..0d1a5690 100644 --- a/hooks/useControllableValue/CHANGELOG.md +++ b/hooks/useControllableValue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-controllable-value@0.4.0...@pansy/use-controllable-value@0.4.1) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-controllable-value + + + + + # [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-controllable-value@0.3.0...@pansy/use-controllable-value@0.4.0) (2022-12-28) diff --git a/hooks/useControllableValue/package.json b/hooks/useControllableValue/package.json index 8d1c28df..050a0db9 100644 --- a/hooks/useControllableValue/package.json +++ b/hooks/useControllableValue/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-controllable-value", - "version": "0.4.0", + "version": "0.4.1", "description": "组件的状态既可以自己管理,也可以被外部控制", "main": "lib/index.js", "module": "es/index.js", @@ -19,7 +19,7 @@ }, "dependencies": { "@pansy/shared": "^1.15.0", - "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-memoized-fn": "0.3.2", "@pansy/use-update": "0.2.5" }, "publishConfig": { diff --git a/hooks/useCookieState/CHANGELOG.md b/hooks/useCookieState/CHANGELOG.md index a521f765..60b12363 100644 --- a/hooks/useCookieState/CHANGELOG.md +++ b/hooks/useCookieState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-cookie-state@0.2.1...@pansy/use-cookie-state@0.2.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-cookie-state + + + + + ## [0.2.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-cookie-state@0.2.0...@pansy/use-cookie-state@0.2.1) (2022-12-28) **Note:** Version bump only for package @pansy/use-cookie-state diff --git a/hooks/useCookieState/package.json b/hooks/useCookieState/package.json index efc8ed25..5d3b926d 100644 --- a/hooks/useCookieState/package.json +++ b/hooks/useCookieState/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-cookie-state", "description": "一个可以将状态存储在 Cookie 中的 Hook", - "version": "0.2.1", + "version": "0.2.2", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,7 +19,7 @@ }, "dependencies": { "@pansy/shared": "^1.15.0", - "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-memoized-fn": "0.3.2", "@types/js-cookie": "^2.x.x", "js-cookie": "^2.x.x" }, diff --git a/hooks/useCreation/CHANGELOG.md b/hooks/useCreation/CHANGELOG.md index e0bfa744..2fba6b8c 100644 --- a/hooks/useCreation/CHANGELOG.md +++ b/hooks/useCreation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-creation@0.2.2...@pansy/use-creation@0.2.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-creation + + + + + ## [0.2.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-creation@0.2.1...@pansy/use-creation@0.2.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-creation diff --git a/hooks/useCreation/package.json b/hooks/useCreation/package.json index fb775433..7a725621 100644 --- a/hooks/useCreation/package.json +++ b/hooks/useCreation/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-creation", "description": "useCreation 是 useMemo 或 useRef 的替代品", - "version": "0.2.2", + "version": "0.2.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,7 +18,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0" }, "publishConfig": { diff --git a/hooks/useDeepCompareEffect/CHANGELOG.md b/hooks/useDeepCompareEffect/CHANGELOG.md index f3a197f9..825a3ad3 100644 --- a/hooks/useDeepCompareEffect/CHANGELOG.md +++ b/hooks/useDeepCompareEffect/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-deep-compare-effect@1.3.1...@pansy/use-deep-compare-effect@1.3.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-deep-compare-effect + + + + + ## [1.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-deep-compare-effect@1.3.0...@pansy/use-deep-compare-effect@1.3.1) (2022-12-28) **Note:** Version bump only for package @pansy/use-deep-compare-effect diff --git a/hooks/useDeepCompareEffect/package.json b/hooks/useDeepCompareEffect/package.json index 0363a8b7..2f8b53a8 100644 --- a/hooks/useDeepCompareEffect/package.json +++ b/hooks/useDeepCompareEffect/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-deep-compare-effect", - "version": "1.3.1", + "version": "1.3.2", "description": "用法与 useEffect 一致,但 deps 通过 lodash isEqual 进行深比较", "main": "lib/index.js", "module": "es/index.js", diff --git a/hooks/useDeepCompareLayoutEffect/CHANGELOG.md b/hooks/useDeepCompareLayoutEffect/CHANGELOG.md index 9b81fb0f..b84c10b8 100644 --- a/hooks/useDeepCompareLayoutEffect/CHANGELOG.md +++ b/hooks/useDeepCompareLayoutEffect/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-deep-compare-layout-effect@1.1.0...@pansy/use-deep-compare-layout-effect@1.1.1) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-deep-compare-layout-effect + + + + + # 1.1.0 (2022-12-28) diff --git a/hooks/useDeepCompareLayoutEffect/package.json b/hooks/useDeepCompareLayoutEffect/package.json index 7b6caeb1..14f6a8d9 100644 --- a/hooks/useDeepCompareLayoutEffect/package.json +++ b/hooks/useDeepCompareLayoutEffect/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-deep-compare-layout-effect", - "version": "1.1.0", + "version": "1.1.1", "description": "用法与 useLayoutEffect 一致,但 deps 通过 lodash isEqual 进行深比较", "main": "lib/index.js", "module": "es/index.js", diff --git a/hooks/useDocumentVisibility/CHANGELOG.md b/hooks/useDocumentVisibility/CHANGELOG.md index 6dab5c42..067ea578 100644 --- a/hooks/useDocumentVisibility/CHANGELOG.md +++ b/hooks/useDocumentVisibility/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-document-visibility@0.3.2...@pansy/use-document-visibility@0.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-document-visibility + + + + + ## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-document-visibility@0.3.1...@pansy/use-document-visibility@0.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-document-visibility diff --git a/hooks/useDocumentVisibility/package.json b/hooks/useDocumentVisibility/package.json index 2c75abcf..76f6e7f9 100644 --- a/hooks/useDocumentVisibility/package.json +++ b/hooks/useDocumentVisibility/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-document-visibility", - "version": "0.3.2", + "version": "0.3.3", "description": "监听页面是否可见", "main": "lib/index.js", "module": "es/index.js", @@ -18,9 +18,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", - "@pansy/use-event-listener": "0.3.2" + "@pansy/use-event-listener": "0.3.3" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useEventListener/CHANGELOG.md b/hooks/useEventListener/CHANGELOG.md index 6dde9c97..036e06b2 100644 --- a/hooks/useEventListener/CHANGELOG.md +++ b/hooks/useEventListener/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-event-listener@0.3.2...@pansy/use-event-listener@0.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-event-listener + + + + + ## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-event-listener@0.3.1...@pansy/use-event-listener@0.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-event-listener diff --git a/hooks/useEventListener/package.json b/hooks/useEventListener/package.json index 0fb765a5..1cd85b01 100644 --- a/hooks/useEventListener/package.json +++ b/hooks/useEventListener/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-event-listener", - "version": "0.3.2", + "version": "0.3.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", "@pansy/use-latest": "0.2.5" }, diff --git a/hooks/useEventTarget/CHANGELOG.md b/hooks/useEventTarget/CHANGELOG.md index abf2acde..9a1eb0cc 100644 --- a/hooks/useEventTarget/CHANGELOG.md +++ b/hooks/useEventTarget/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.7](https://github.com/pansyjs/react-hooks/compare/@pansy/use-event-target@0.2.6...@pansy/use-event-target@0.2.7) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-event-target + + + + + ## [0.2.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-event-target@0.2.5...@pansy/use-event-target@0.2.6) (2022-12-28) **Note:** Version bump only for package @pansy/use-event-target diff --git a/hooks/useEventTarget/package.json b/hooks/useEventTarget/package.json index aa6acbab..d3048e59 100644 --- a/hooks/useEventTarget/package.json +++ b/hooks/useEventTarget/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-event-target", - "version": "0.2.6", + "version": "0.2.7", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useGetState/CHANGELOG.md b/hooks/useGetState/CHANGELOG.md index 27bc12bb..78cb4567 100644 --- a/hooks/useGetState/CHANGELOG.md +++ b/hooks/useGetState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-get-state@0.4.0...@pansy/use-get-state@0.4.1) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-get-state + + + + + # [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-get-state@0.3.0...@pansy/use-get-state@0.4.0) (2023-03-29) diff --git a/hooks/useGetState/package.json b/hooks/useGetState/package.json index b9af1873..e799a4eb 100644 --- a/hooks/useGetState/package.json +++ b/hooks/useGetState/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-get-state", - "version": "0.4.0", + "version": "0.4.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useHover/CHANGELOG.md b/hooks/useHover/CHANGELOG.md index e844c0ba..c6bc8d79 100644 --- a/hooks/useHover/CHANGELOG.md +++ b/hooks/useHover/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-hover@0.4.1...@pansy/use-hover@0.4.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-hover + + + + + ## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-hover@0.4.0...@pansy/use-hover@0.4.1) (2023-08-28) **Note:** Version bump only for package @pansy/use-hover diff --git a/hooks/useHover/package.json b/hooks/useHover/package.json index dd97feb4..47873cde 100644 --- a/hooks/useHover/package.json +++ b/hooks/useHover/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-hover", - "version": "0.4.1", + "version": "0.4.2", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,8 +18,8 @@ }, "dependencies": { "@pansy/shared": "^1.15.0", - "@pansy/use-boolean": "0.3.0", - "@pansy/use-event-listener": "0.3.2" + "@pansy/use-boolean": "0.3.1", + "@pansy/use-event-listener": "0.3.3" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useInViewport/CHANGELOG.md b/hooks/useInViewport/CHANGELOG.md index 517c1fbe..b034b09c 100644 --- a/hooks/useInViewport/CHANGELOG.md +++ b/hooks/useInViewport/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-in-viewport@0.4.1...@pansy/use-in-viewport@0.4.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-in-viewport + + + + + ## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-in-viewport@0.4.0...@pansy/use-in-viewport@0.4.1) (2023-08-28) **Note:** Version bump only for package @pansy/use-in-viewport diff --git a/hooks/useInViewport/package.json b/hooks/useInViewport/package.json index f7e88fe1..a3fbf54c 100644 --- a/hooks/useInViewport/package.json +++ b/hooks/useInViewport/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-in-viewport", - "version": "0.4.1", + "version": "0.4.2", "description": "观察元素是否在可见区域,以及元素可见比例", "main": "lib/index.js", "module": "es/index.js", @@ -18,7 +18,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", "intersection-observer": "^0.12.2" }, diff --git a/hooks/useInterval/CHANGELOG.md b/hooks/useInterval/CHANGELOG.md index 0b63edb0..bcac9221 100644 --- a/hooks/useInterval/CHANGELOG.md +++ b/hooks/useInterval/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-interval@0.3.0...@pansy/use-interval@0.3.1) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-interval + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-interval@0.2.5...@pansy/use-interval@0.3.0) (2022-12-28) diff --git a/hooks/useInterval/package.json b/hooks/useInterval/package.json index 18d5a14d..e2e20845 100644 --- a/hooks/useInterval/package.json +++ b/hooks/useInterval/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-interval", - "version": "0.3.0", + "version": "0.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useKeyPress/CHANGELOG.md b/hooks/useKeyPress/CHANGELOG.md index 6cc5a570..a94ace53 100644 --- a/hooks/useKeyPress/CHANGELOG.md +++ b/hooks/useKeyPress/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-key-press@0.3.1...@pansy/use-key-press@0.3.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-key-press + + + + + ## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-key-press@0.3.0...@pansy/use-key-press@0.3.1) (2023-08-28) **Note:** Version bump only for package @pansy/use-key-press diff --git a/hooks/useKeyPress/package.json b/hooks/useKeyPress/package.json index d8a60d15..2e61c733 100644 --- a/hooks/useKeyPress/package.json +++ b/hooks/useKeyPress/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-key-press", "description": "监听键盘按键,支持组合键,支持按键别名。", - "version": "0.3.1", + "version": "0.3.2", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,7 +18,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", "@pansy/use-latest": "^0.2.5" }, diff --git a/hooks/useLocalStorageState/CHANGELOG.md b/hooks/useLocalStorageState/CHANGELOG.md index 88b5f11f..ec26ecb2 100644 --- a/hooks/useLocalStorageState/CHANGELOG.md +++ b/hooks/useLocalStorageState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-local-storage-state@0.3.2...@pansy/use-local-storage-state@0.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-local-storage-state + + + + + ## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-local-storage-state@0.3.1...@pansy/use-local-storage-state@0.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-local-storage-state diff --git a/hooks/useLocalStorageState/package.json b/hooks/useLocalStorageState/package.json index 65b522b8..bbb32588 100644 --- a/hooks/useLocalStorageState/package.json +++ b/hooks/useLocalStorageState/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-local-storage-state", - "version": "0.3.2", + "version": "0.3.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0" }, "publishConfig": { diff --git a/hooks/useMemoizedFn/CHANGELOG.md b/hooks/useMemoizedFn/CHANGELOG.md index 4487b1cf..7b3151f7 100644 --- a/hooks/useMemoizedFn/CHANGELOG.md +++ b/hooks/useMemoizedFn/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-memoized-fn@0.3.1...@pansy/use-memoized-fn@0.3.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-memoized-fn + + + + + ## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-memoized-fn@0.3.0...@pansy/use-memoized-fn@0.3.1) (2022-12-28) **Note:** Version bump only for package @pansy/use-memoized-fn diff --git a/hooks/useMemoizedFn/package.json b/hooks/useMemoizedFn/package.json index c0f661cc..d327e7c4 100644 --- a/hooks/useMemoizedFn/package.json +++ b/hooks/useMemoizedFn/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-memoized-fn", - "version": "0.3.1", + "version": "0.3.2", "description": "持久化 function 的 Hook", "main": "lib/index.js", "module": "es/index.js", diff --git a/hooks/useModal/CHANGELOG.md b/hooks/useModal/CHANGELOG.md index 49c6a025..58dc1e81 100644 --- a/hooks/useModal/CHANGELOG.md +++ b/hooks/useModal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-modal@1.0.1...@pansy/use-modal@1.0.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-modal + + + + + ## [1.0.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-modal@0.2.6...@pansy/use-modal@1.0.1) (2022-12-28) **Note:** Version bump only for package @pansy/use-modal diff --git a/hooks/useModal/package.json b/hooks/useModal/package.json index 13306cd1..eab556c1 100644 --- a/hooks/useModal/package.json +++ b/hooks/useModal/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-modal", - "version": "1.0.1", + "version": "1.0.2", "description": "优雅的使用 Modal、Drawer 弹层类组件的 Hook", "main": "lib/index.js", "module": "es/index.js", @@ -18,8 +18,8 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-boolean": "^0.3.0", - "@pansy/use-memoized-fn": "^0.3.1" + "@pansy/use-boolean": "0.3.1", + "@pansy/use-memoized-fn": "0.3.2" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useMouse/CHANGELOG.md b/hooks/useMouse/CHANGELOG.md index 8c0a62cf..9d1a10d6 100644 --- a/hooks/useMouse/CHANGELOG.md +++ b/hooks/useMouse/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mouse@0.3.1...@pansy/use-mouse@0.3.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-mouse + + + + + ## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mouse@0.3.0...@pansy/use-mouse@0.3.1) (2023-08-28) **Note:** Version bump only for package @pansy/use-mouse diff --git a/hooks/useMouse/package.json b/hooks/useMouse/package.json index c4631feb..5f3f229c 100644 --- a/hooks/useMouse/package.json +++ b/hooks/useMouse/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-mouse", "description": "监听鼠标位置", - "version": "0.3.1", + "version": "0.3.2", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,8 +19,8 @@ }, "dependencies": { "@pansy/shared": "^1.15.0", - "@pansy/use-event-listener": "^0.3.2", - "@pansy/use-raf-state": "^0.2.7" + "@pansy/use-event-listener": "0.3.3", + "@pansy/use-raf-state": "0.2.8" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useMqtt/CHANGELOG.md b/hooks/useMqtt/CHANGELOG.md index e91906b6..7eedc3c6 100644 --- a/hooks/useMqtt/CHANGELOG.md +++ b/hooks/useMqtt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mqtt@0.4.2...@pansy/use-mqtt@0.4.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-mqtt + + + + + ## [0.4.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mqtt@0.4.1...@pansy/use-mqtt@0.4.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-mqtt diff --git a/hooks/useMqtt/package.json b/hooks/useMqtt/package.json index 6e5f7462..338267dd 100644 --- a/hooks/useMqtt/package.json +++ b/hooks/useMqtt/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-mqtt", - "version": "0.4.2", + "version": "0.4.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,10 +17,10 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-boolean": "^0.3.0", + "@pansy/use-boolean": "0.3.1", "@pansy/use-latest": "^0.2.5", - "@pansy/use-memoized-fn": "^0.3.1", - "@pansy/use-unmount": "^0.2.7", + "@pansy/use-memoized-fn": "0.3.2", + "@pansy/use-unmount": "0.2.8", "mqtt": "^4.3.7" }, "publishConfig": { diff --git a/hooks/usePagination/CHANGELOG.md b/hooks/usePagination/CHANGELOG.md index 27ba7f2e..80e6c786 100644 --- a/hooks/usePagination/CHANGELOG.md +++ b/hooks/usePagination/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-pagination@0.1.0...@pansy/use-pagination@0.1.1) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-pagination + + + + + # 0.1.0 (2023-11-27) diff --git a/hooks/usePagination/package.json b/hooks/usePagination/package.json index 01eb4c20..8c14a39c 100644 --- a/hooks/usePagination/package.json +++ b/hooks/usePagination/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-pagination", "description": "封装分页逻辑", - "version": "0.1.0", + "version": "0.1.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,8 +18,8 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-memoized-fn": "^0.3.1", - "@pansy/use-request": "^0.3.1" + "@pansy/use-memoized-fn": "0.3.2", + "@pansy/use-request": "0.3.2" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useRafState/CHANGELOG.md b/hooks/useRafState/CHANGELOG.md index e94ea4bf..7c1bf2bd 100644 --- a/hooks/useRafState/CHANGELOG.md +++ b/hooks/useRafState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.8](https://github.com/pansyjs/react-hooks/compare/@pansy/use-raf-state@0.2.7...@pansy/use-raf-state@0.2.8) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-raf-state + + + + + ## [0.2.7](https://github.com/pansyjs/react-hooks/compare/@pansy/use-raf-state@0.2.6...@pansy/use-raf-state@0.2.7) (2023-08-28) **Note:** Version bump only for package @pansy/use-raf-state diff --git a/hooks/useRafState/package.json b/hooks/useRafState/package.json index 42c3c53e..2ec01c79 100644 --- a/hooks/useRafState/package.json +++ b/hooks/useRafState/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-raf-state", - "version": "0.2.7", + "version": "0.2.8", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-unmount": "^0.2.7" + "@pansy/use-unmount": "0.2.8" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useRequest/CHANGELOG.md b/hooks/useRequest/CHANGELOG.md index f75196b6..b47702f4 100644 --- a/hooks/useRequest/CHANGELOG.md +++ b/hooks/useRequest/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-request@0.3.1...@pansy/use-request@0.3.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-request + + + + + ## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-request@0.3.0...@pansy/use-request@0.3.1) (2023-08-28) **Note:** Version bump only for package @pansy/use-request diff --git a/hooks/useRequest/package.json b/hooks/useRequest/package.json index c7102d2c..38c18465 100644 --- a/hooks/useRequest/package.json +++ b/hooks/useRequest/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-request", "description": "一个强大的异步数据管理的 Hooks", - "version": "0.3.1", + "version": "0.3.2", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,13 +18,13 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", - "@pansy/use-creation": "^0.2.2", + "@pansy/use-creation": "0.2.3", "@pansy/use-latest": "^0.2.5", - "@pansy/use-memoized-fn": "^0.3.1", + "@pansy/use-memoized-fn": "0.3.2", "@pansy/use-mount": "^0.2.0", - "@pansy/use-unmount": "^0.2.7", + "@pansy/use-unmount": "0.2.8", "@pansy/use-update": "^0.2.5", "lodash": "^4.17.21" }, diff --git a/hooks/useScroll/CHANGELOG.md b/hooks/useScroll/CHANGELOG.md index 4063d2a4..706b8133 100644 --- a/hooks/useScroll/CHANGELOG.md +++ b/hooks/useScroll/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-scroll@0.3.2...@pansy/use-scroll@0.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-scroll + + + + + ## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-scroll@0.3.1...@pansy/use-scroll@0.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-scroll diff --git a/hooks/useScroll/package.json b/hooks/useScroll/package.json index 46a7e13c..ba82588d 100644 --- a/hooks/useScroll/package.json +++ b/hooks/useScroll/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-scroll", - "version": "0.3.2", + "version": "0.3.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,10 +17,10 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", "@pansy/use-latest": "^0.2.5", - "@pansy/use-raf-state": "^0.2.7" + "@pansy/use-raf-state": "0.2.8" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useScrollLock/CHANGELOG.md b/hooks/useScrollLock/CHANGELOG.md index 59273de2..4e3b5066 100644 --- a/hooks/useScrollLock/CHANGELOG.md +++ b/hooks/useScrollLock/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-scroll-lock@1.3.2...@pansy/use-scroll-lock@1.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-scroll-lock + + + + + ## [1.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-scroll-lock@1.3.1...@pansy/use-scroll-lock@1.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-scroll-lock diff --git a/hooks/useScrollLock/package.json b/hooks/useScrollLock/package.json index 01be8226..3e76e292 100644 --- a/hooks/useScrollLock/package.json +++ b/hooks/useScrollLock/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-scroll-lock", "description": "Lock scrolling of the element.", - "version": "1.3.2", + "version": "1.3.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,8 +19,8 @@ }, "dependencies": { "@pansy/shared": "^1.15.0", - "@pansy/use-event-listener": "^0.3.2", - "@pansy/use-get-state": "^0.4.0" + "@pansy/use-event-listener": "0.3.3", + "@pansy/use-get-state": "0.4.1" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useSelections/CHANGELOG.md b/hooks/useSelections/CHANGELOG.md index a7366fea..7b2488e8 100644 --- a/hooks/useSelections/CHANGELOG.md +++ b/hooks/useSelections/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-selections@0.4.0...@pansy/use-selections@0.4.1) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-selections + + + + + # [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-selections@0.3.1...@pansy/use-selections@0.4.0) (2022-12-28) diff --git a/hooks/useSelections/package.json b/hooks/useSelections/package.json index 4b1e5c97..db36fc16 100644 --- a/hooks/useSelections/package.json +++ b/hooks/useSelections/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-selections", - "version": "0.4.0", + "version": "0.4.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-memoized-fn": "^0.3.1" + "@pansy/use-memoized-fn": "0.3.2" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useSessionStorageState/CHANGELOG.md b/hooks/useSessionStorageState/CHANGELOG.md index bbbe0626..a286790c 100644 --- a/hooks/useSessionStorageState/CHANGELOG.md +++ b/hooks/useSessionStorageState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-session-storage-state@0.3.2...@pansy/use-session-storage-state@0.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-session-storage-state + + + + + ## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-session-storage-state@0.3.1...@pansy/use-session-storage-state@0.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-session-storage-state diff --git a/hooks/useSessionStorageState/package.json b/hooks/useSessionStorageState/package.json index 0df14942..cd3ad272 100644 --- a/hooks/useSessionStorageState/package.json +++ b/hooks/useSessionStorageState/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-session-storage-state", - "version": "0.3.2", + "version": "0.3.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0" }, "publishConfig": { diff --git a/hooks/useSize/CHANGELOG.md b/hooks/useSize/CHANGELOG.md index e33802a2..8957e62a 100644 --- a/hooks/useSize/CHANGELOG.md +++ b/hooks/useSize/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-size@0.3.2...@pansy/use-size@0.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-size + + + + + ## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-size@0.3.1...@pansy/use-size@0.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-size diff --git a/hooks/useSize/package.json b/hooks/useSize/package.json index 30cea16d..479cf0e0 100644 --- a/hooks/useSize/package.json +++ b/hooks/useSize/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-size", - "version": "0.3.2", + "version": "0.3.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,9 +17,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", - "@pansy/use-raf-state": "^0.2.7", + "@pansy/use-raf-state": "0.2.8", "resize-observer-polyfill": "^1.5.1" }, "publishConfig": { diff --git a/hooks/useTimeout/CHANGELOG.md b/hooks/useTimeout/CHANGELOG.md index 34cc217a..728a4323 100644 --- a/hooks/useTimeout/CHANGELOG.md +++ b/hooks/useTimeout/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.7](https://github.com/pansyjs/react-hooks/compare/@pansy/use-timeout@0.2.6...@pansy/use-timeout@0.2.7) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-timeout + + + + + ## [0.2.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-timeout@0.2.5...@pansy/use-timeout@0.2.6) (2022-12-28) **Note:** Version bump only for package @pansy/use-timeout diff --git a/hooks/useTimeout/package.json b/hooks/useTimeout/package.json index 1231a744..0ee76c4d 100644 --- a/hooks/useTimeout/package.json +++ b/hooks/useTimeout/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-timeout", - "version": "0.2.6", + "version": "0.2.7", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useTitle/CHANGELOG.md b/hooks/useTitle/CHANGELOG.md index daf7561c..b99409c6 100644 --- a/hooks/useTitle/CHANGELOG.md +++ b/hooks/useTitle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-title@0.3.2...@pansy/use-title@0.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-title + + + + + ## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-title@0.3.1...@pansy/use-title@0.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-title diff --git a/hooks/useTitle/package.json b/hooks/useTitle/package.json index 7f33d1b5..3ba4c697 100644 --- a/hooks/useTitle/package.json +++ b/hooks/useTitle/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-title", - "version": "0.3.2", + "version": "0.3.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,9 +17,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", - "@pansy/use-unmount": "^0.2.7" + "@pansy/use-unmount": "0.2.8" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useUnmount/CHANGELOG.md b/hooks/useUnmount/CHANGELOG.md index 9b172767..13fc0b63 100644 --- a/hooks/useUnmount/CHANGELOG.md +++ b/hooks/useUnmount/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.8](https://github.com/pansyjs/react-hooks/compare/@pansy/use-unmount@0.2.7...@pansy/use-unmount@0.2.8) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-unmount + + + + + ## [0.2.7](https://github.com/pansyjs/react-hooks/compare/@pansy/use-unmount@0.2.6...@pansy/use-unmount@0.2.7) (2023-08-28) diff --git a/hooks/useUnmount/package.json b/hooks/useUnmount/package.json index ed56e1ea..73973c7b 100644 --- a/hooks/useUnmount/package.json +++ b/hooks/useUnmount/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-unmount", - "version": "0.2.7", + "version": "0.2.8", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useUpdateLayoutEffect/CHANGELOG.md b/hooks/useUpdateLayoutEffect/CHANGELOG.md index 84c03e4d..825f7bd7 100644 --- a/hooks/useUpdateLayoutEffect/CHANGELOG.md +++ b/hooks/useUpdateLayoutEffect/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.12](https://github.com/pansyjs/react-hooks/compare/@pansy/use-update-layout-effect@0.2.11...@pansy/use-update-layout-effect@0.2.12) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-update-layout-effect + + + + + ## [0.2.11](https://github.com/pansyjs/react-hooks/compare/@pansy/use-update-layout-effect@0.2.10...@pansy/use-update-layout-effect@0.2.11) (2023-08-28) **Note:** Version bump only for package @pansy/use-update-layout-effect diff --git a/hooks/useUpdateLayoutEffect/package.json b/hooks/useUpdateLayoutEffect/package.json index 147bc7c6..c2a7fd1d 100644 --- a/hooks/useUpdateLayoutEffect/package.json +++ b/hooks/useUpdateLayoutEffect/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-update-layout-effect", - "version": "0.2.11", + "version": "0.2.12", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1" + "@pansy/hook-utils": "0.5.2" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useUrlState/CHANGELOG.md b/hooks/useUrlState/CHANGELOG.md index b254d56e..107e83a7 100644 --- a/hooks/useUrlState/CHANGELOG.md +++ b/hooks/useUrlState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.7](https://github.com/pansyjs/react-hooks/compare/@pansy/use-url-state@0.1.6...@pansy/use-url-state@0.1.7) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-url-state + + + + + ## [0.1.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-url-state@0.1.5...@pansy/use-url-state@0.1.6) (2022-12-28) **Note:** Version bump only for package @pansy/use-url-state diff --git a/hooks/useUrlState/package.json b/hooks/useUrlState/package.json index 7289e147..dd77b4a9 100644 --- a/hooks/useUrlState/package.json +++ b/hooks/useUrlState/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-url-state", "description": "通过 url query 来管理 state 的 Hook。", - "version": "0.1.6", + "version": "0.1.7", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,7 +19,7 @@ "react-router": "^5.0.0 || ^6.0.0" }, "dependencies": { - "@pansy/use-memoized-fn": "^0.3.1", + "@pansy/use-memoized-fn": "0.3.2", "@pansy/use-update": "^0.2.5", "query-string": "^7.1.1" }, diff --git a/hooks/useWatermark/CHANGELOG.md b/hooks/useWatermark/CHANGELOG.md index 04d98c8b..14ec1b55 100644 --- a/hooks/useWatermark/CHANGELOG.md +++ b/hooks/useWatermark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-watermark@0.3.2...@pansy/use-watermark@0.3.3) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-watermark + + + + + ## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-watermark@0.3.1...@pansy/use-watermark@0.3.2) (2023-08-28) **Note:** Version bump only for package @pansy/use-watermark diff --git a/hooks/useWatermark/package.json b/hooks/useWatermark/package.json index fb9a4565..7b605fc3 100644 --- a/hooks/useWatermark/package.json +++ b/hooks/useWatermark/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-watermark", - "version": "0.3.2", + "version": "0.3.3", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,10 +17,10 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "^0.5.1", + "@pansy/hook-utils": "0.5.2", "@pansy/shared": "^1.15.0", - "@pansy/use-memoized-fn": "^0.3.1", - "@pansy/use-unmount": "^0.2.7", + "@pansy/use-memoized-fn": "0.3.2", + "@pansy/use-unmount": "0.2.8", "@pansy/watermark": "^2.2.1" }, "publishConfig": { diff --git a/hooks/useWebSocket/CHANGELOG.md b/hooks/useWebSocket/CHANGELOG.md index 2e8156c4..f2d60dbe 100644 --- a/hooks/useWebSocket/CHANGELOG.md +++ b/hooks/useWebSocket/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-web-socket@0.2.1...@pansy/use-web-socket@0.2.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/use-web-socket + + + + + ## [0.2.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-web-socket@0.2.0...@pansy/use-web-socket@0.2.1) (2023-08-28) **Note:** Version bump only for package @pansy/use-web-socket diff --git a/hooks/useWebSocket/package.json b/hooks/useWebSocket/package.json index 344f49c5..2a390f67 100644 --- a/hooks/useWebSocket/package.json +++ b/hooks/useWebSocket/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-web-socket", - "version": "0.2.1", + "version": "0.2.2", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,8 +18,8 @@ }, "dependencies": { "@pansy/use-latest": "^0.2.5", - "@pansy/use-memoized-fn": "^0.3.1", - "@pansy/use-unmount": "^0.2.7" + "@pansy/use-memoized-fn": "0.3.2", + "@pansy/use-unmount": "0.2.8" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/utils/CHANGELOG.md b/hooks/utils/CHANGELOG.md index c839196b..4a8b6026 100644 --- a/hooks/utils/CHANGELOG.md +++ b/hooks/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.2](https://github.com/pansyjs/react-hooks/compare/@pansy/hook-utils@0.5.1...@pansy/hook-utils@0.5.2) (2024-01-21) + +**Note:** Version bump only for package @pansy/hook-utils + + + + + ## [0.5.1](https://github.com/pansyjs/react-hooks/compare/@pansy/hook-utils@0.5.0...@pansy/hook-utils@0.5.1) (2023-08-28) **Note:** Version bump only for package @pansy/hook-utils diff --git a/hooks/utils/package.json b/hooks/utils/package.json index 44949a40..d46f2323 100644 --- a/hooks/utils/package.json +++ b/hooks/utils/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/hook-utils", - "version": "0.5.1", + "version": "0.5.2", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,8 +19,8 @@ }, "dependencies": { "@pansy/shared": "^1.15.0", - "@pansy/use-memoized-fn": "^0.3.1", - "@pansy/use-unmount": "^0.2.7", + "@pansy/use-memoized-fn": "0.3.2", + "@pansy/use-unmount": "0.2.8", "@pansy/use-update-effect": "^0.2.5", "lodash": "^4.17.21" },