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 24, 2024
1 parent 021fa3f commit 932eb71
Show file tree
Hide file tree
Showing 96 changed files with 547 additions and 157 deletions.
11 changes: 11 additions & 0 deletions hooks/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)


### Features

* export @pansy/use-fullscreen ([021fa3f](https://github.com/pansyjs/react-hooks/commit/021fa3f43e40fd7fcf19ef0bbb78215e0e9ac3be))





## [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
Expand Down
90 changes: 45 additions & 45 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.1",
"version": "2.4.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand All @@ -18,50 +18,50 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@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.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.3",
"@pansy/use-lock-fn": "^1.0.6",
"@pansy/use-memoized-fn": "0.3.2",
"@pansy/use-modal": "1.0.2",
"@pansy/use-mount": "^0.2.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.8",
"@pansy/use-request": "0.3.2",
"@pansy/use-scroll": "0.3.3",
"@pansy/use-fullscreen": "^0.0.1",
"@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.8",
"@pansy/use-update": "^0.2.5",
"@pansy/use-update-effect": "^0.2.5",
"@pansy/use-update-layout-effect": "0.2.12",
"@pansy/use-watermark": "0.3.3",
"@pansy/use-web-socket": "0.2.2"
"@pansy/use-boolean": "0.3.2",
"@pansy/use-click-away": "0.4.3",
"@pansy/use-controllable-value": "0.4.2",
"@pansy/use-cookie-state": "0.2.3",
"@pansy/use-creation": "0.2.4",
"@pansy/use-deep-compare-effect": "1.3.3",
"@pansy/use-deep-compare-layout-effect": "1.1.2",
"@pansy/use-document-visibility": "0.3.4",
"@pansy/use-event-listener": "0.3.4",
"@pansy/use-event-target": "0.2.8",
"@pansy/use-external": "0.1.6",
"@pansy/use-favicon": "0.2.6",
"@pansy/use-fullscreen": "0.1.0",
"@pansy/use-get-state": "0.4.2",
"@pansy/use-hover": "0.4.3",
"@pansy/use-in-viewport": "0.4.3",
"@pansy/use-interval": "0.3.2",
"@pansy/use-key-press": "0.3.3",
"@pansy/use-latest": "0.2.6",
"@pansy/use-local-storage-state": "0.3.4",
"@pansy/use-lock-fn": "1.0.7",
"@pansy/use-memoized-fn": "0.3.3",
"@pansy/use-modal": "1.0.3",
"@pansy/use-mount": "0.2.1",
"@pansy/use-mouse": "0.3.3",
"@pansy/use-pagination": "0.1.2",
"@pansy/use-portal": "0.2.2",
"@pansy/use-previous": "0.2.6",
"@pansy/use-raf-state": "0.2.9",
"@pansy/use-request": "0.3.3",
"@pansy/use-scroll": "0.3.4",
"@pansy/use-scroll-lock": "1.3.4",
"@pansy/use-selections": "0.4.2",
"@pansy/use-session-storage-state": "0.3.4",
"@pansy/use-size": "0.3.4",
"@pansy/use-timeout": "0.2.8",
"@pansy/use-title": "0.3.4",
"@pansy/use-toggle": "0.2.6",
"@pansy/use-unmount": "0.2.9",
"@pansy/use-update": "0.2.6",
"@pansy/use-update-effect": "0.2.6",
"@pansy/use-update-layout-effect": "0.2.13",
"@pansy/use-watermark": "0.3.4",
"@pansy/use-web-socket": "0.2.3"
},
"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.2](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.3.2",
"description": "优雅的管理 boolean 状态的 Hook",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -19,7 +19,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-toggle": "^0.2.5"
"@pansy/use-toggle": "0.2.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
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.3](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.4.3",
"description": "监听目标元素外的点击事件",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -19,9 +19,9 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "^0.5.2",
"@pansy/hook-utils": "0.5.3",
"@pansy/shared": "^1.15.0",
"@pansy/use-latest": "^0.2.5"
"@pansy/use-latest": "0.2.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
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.2](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "0.4.2",
"description": "组件的状态既可以自己管理,也可以被外部控制",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@pansy/shared": "^1.15.0",
"@pansy/use-memoized-fn": "0.3.2",
"@pansy/use-update": "0.2.5"
"@pansy/use-memoized-fn": "0.3.3",
"@pansy/use-update": "0.2.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
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.3](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
Expand Down
4 changes: 2 additions & 2 deletions hooks/useCookieState/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pansy/use-cookie-state",
"description": "一个可以将状态存储在 Cookie 中的 Hook",
"sideEffects": false,
"version": "0.2.2",
"version": "0.2.3",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@pansy/shared": "^1.15.0",
"@pansy/use-memoized-fn": "0.3.2",
"@pansy/use-memoized-fn": "0.3.3",
"@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.4](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
Expand Down
4 changes: 2 additions & 2 deletions hooks/useCreation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pansy/use-creation",
"description": "useCreation 是 useMemo 或 useRef 的替代品",
"sideEffects": false,
"version": "0.2.3",
"version": "0.2.4",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "0.5.2",
"@pansy/hook-utils": "0.5.3",
"@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.3](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
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.2",
"version": "1.3.3",
"description": "用法与 useEffect 一致,但 deps 通过 lodash isEqual 进行深比较",
"sideEffects": false,
"main": "lib/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.2](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
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.1",
"version": "1.1.2",
"description": "用法与 useLayoutEffect 一致,但 deps 通过 lodash isEqual 进行深比较",
"sideEffects": false,
"main": "lib/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.4](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
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.3",
"version": "0.3.4",
"description": "监听页面是否可见",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -19,9 +19,9 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "0.5.2",
"@pansy/hook-utils": "0.5.3",
"@pansy/shared": "^1.15.0",
"@pansy/use-event-listener": "0.3.3"
"@pansy/use-event-listener": "0.3.4"
},
"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.4](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)

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





## [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
Expand Down
Loading

0 comments on commit 932eb71

Please sign in to comment.