Skip to content

Commit

Permalink
🔖 chore(release): publish %v
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Jan 21, 2024
1 parent 513aabe commit f773e76
Show file tree
Hide file tree
Showing 74 changed files with 411 additions and 115 deletions.
8 changes: 8 additions & 0 deletions hooks/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/react-hooks





# [2.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-12-04)


Expand Down
68 changes: 34 additions & 34 deletions hooks/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions hooks/useBoolean/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-boolean





# [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-12-28)


Expand Down
2 changes: 1 addition & 1 deletion hooks/useBoolean/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions hooks/useClickAway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-click-away





## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-08-28)

**Note:** Version bump only for package @pansy/use-click-away
Expand Down
4 changes: 2 additions & 2 deletions hooks/useClickAway/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions hooks/useControllableValue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-controllable-value





# [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-12-28)


Expand Down
4 changes: 2 additions & 2 deletions hooks/useControllableValue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions hooks/useCookieState/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-cookie-state





## [0.2.1](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-12-28)

**Note:** Version bump only for package @pansy/use-cookie-state
Expand Down
4 changes: 2 additions & 2 deletions hooks/useCookieState/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions hooks/useCreation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-creation





## [0.2.2](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-08-28)

**Note:** Version bump only for package @pansy/use-creation
Expand Down
4 changes: 2 additions & 2 deletions hooks/useCreation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions hooks/useDeepCompareEffect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (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/[email protected]...@pansy/[email protected]) (2022-12-28)

**Note:** Version bump only for package @pansy/use-deep-compare-effect
Expand Down
2 changes: 1 addition & 1 deletion hooks/useDeepCompareEffect/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions hooks/useDeepCompareLayoutEffect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-deep-compare-layout-effect





# 1.1.0 (2022-12-28)


Expand Down
2 changes: 1 addition & 1 deletion hooks/useDeepCompareLayoutEffect/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions hooks/useDocumentVisibility/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-document-visibility





## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-08-28)

**Note:** Version bump only for package @pansy/use-document-visibility
Expand Down
6 changes: 3 additions & 3 deletions hooks/useDocumentVisibility/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions hooks/useEventListener/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-event-listener





## [0.3.2](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-08-28)

**Note:** Version bump only for package @pansy/use-event-listener
Expand Down
4 changes: 2 additions & 2 deletions hooks/useEventListener/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions hooks/useEventTarget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2024-01-21)

**Note:** Version bump only for package @pansy/use-event-target





## [0.2.6](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-12-28)

**Note:** Version bump only for package @pansy/use-event-target
Expand Down
2 changes: 1 addition & 1 deletion hooks/useEventTarget/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit f773e76

Please sign in to comment.