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 Dec 28, 2022
1 parent baa6014 commit 853e783
Show file tree
Hide file tree
Showing 92 changed files with 573 additions and 151 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.

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

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





## [1.0.1](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-11-22)

**Note:** Version bump only for package @pansy/react-hooks
Expand Down
86 changes: 43 additions & 43 deletions hooks/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/react-hooks",
"version": "1.0.1",
"version": "1.0.2",
"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.2.5",
"@pansy/use-click-away": "0.3.0",
"@pansy/use-controllable-value": "0.3.0",
"@pansy/use-cookie-state": "0.2.0",
"@pansy/use-creation": "0.2.0",
"@pansy/use-deep-compare-effect": "1.3.0",
"@pansy/use-deep-compare-layout-effect": "1.0.0",
"@pansy/use-document-visibility": "0.3.0",
"@pansy/use-event-listener": "0.3.0",
"@pansy/use-event-target": "0.2.5",
"@pansy/use-external": "0.1.4",
"@pansy/use-favicon": "0.2.4",
"@pansy/use-get-state": "0.2.5",
"@pansy/use-hover": "0.3.0",
"@pansy/use-in-viewport": "0.3.0",
"@pansy/use-interval": "0.2.5",
"@pansy/use-key-press": "0.2.0",
"@pansy/use-latest": "0.2.4",
"@pansy/use-local-storage-state": "0.3.0",
"@pansy/use-lock-fn": "1.0.5",
"@pansy/use-memoized-fn": "0.3.0",
"@pansy/use-boolean": "0.3.0",
"@pansy/use-click-away": "0.4.0",
"@pansy/use-controllable-value": "0.4.0",
"@pansy/use-cookie-state": "0.2.1",
"@pansy/use-creation": "0.2.1",
"@pansy/use-deep-compare-effect": "1.3.1",
"@pansy/use-deep-compare-layout-effect": "1.1.0",
"@pansy/use-document-visibility": "0.3.1",
"@pansy/use-event-listener": "0.3.1",
"@pansy/use-event-target": "0.2.6",
"@pansy/use-external": "0.1.5",
"@pansy/use-favicon": "0.2.5",
"@pansy/use-get-state": "0.3.0",
"@pansy/use-hover": "0.4.0",
"@pansy/use-in-viewport": "0.4.0",
"@pansy/use-interval": "0.3.0",
"@pansy/use-key-press": "0.3.0",
"@pansy/use-latest": "0.2.5",
"@pansy/use-local-storage-state": "0.3.1",
"@pansy/use-lock-fn": "1.0.6",
"@pansy/use-memoized-fn": "0.3.1",
"@pansy/use-modal": "0.2.6",
"@pansy/use-mount": "0.1.2",
"@pansy/use-mouse": "0.2.0",
"@pansy/use-mqtt": "0.3.3",
"@pansy/use-portal": "0.2.0",
"@pansy/use-previous": "0.2.4",
"@pansy/use-raf-state": "0.2.5",
"@pansy/use-request": "0.2.0",
"@pansy/use-scroll": "0.3.0",
"@pansy/use-scroll-lock": "1.2.1",
"@pansy/use-selections": "0.3.1",
"@pansy/use-session-storage-state": "0.3.0",
"@pansy/use-size": "0.3.0",
"@pansy/use-timeout": "0.2.5",
"@pansy/use-title": "0.3.0",
"@pansy/use-toggle": "0.2.4",
"@pansy/use-unmount": "0.2.5",
"@pansy/use-update": "0.2.4",
"@pansy/use-update-effect": "0.2.4",
"@pansy/use-update-layout-effect": "0.2.9",
"@pansy/use-watermark": "0.3.0",
"@pansy/use-web-socket": "0.1.7"
"@pansy/use-mount": "0.2.0",
"@pansy/use-mouse": "0.3.0",
"@pansy/use-mqtt": "0.4.0",
"@pansy/use-portal": "0.2.1",
"@pansy/use-previous": "0.2.5",
"@pansy/use-raf-state": "0.2.6",
"@pansy/use-request": "0.3.0",
"@pansy/use-scroll": "0.3.1",
"@pansy/use-scroll-lock": "1.3.0",
"@pansy/use-selections": "0.4.0",
"@pansy/use-session-storage-state": "0.3.1",
"@pansy/use-size": "0.3.1",
"@pansy/use-timeout": "0.2.6",
"@pansy/use-title": "0.3.1",
"@pansy/use-toggle": "0.2.5",
"@pansy/use-unmount": "0.2.6",
"@pansy/use-update": "0.2.5",
"@pansy/use-update-effect": "0.2.5",
"@pansy/use-update-layout-effect": "0.2.10",
"@pansy/use-watermark": "0.3.1",
"@pansy/use-web-socket": "0.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions hooks/useBoolean/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.

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


### Features

* **useClickAway:** 支持监听其它事件 ([88962b5](https://github.com/pansyjs/react-hooks/commit/88962b55d29a5df0c83e655651bb999611d7b88f))





## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-07-22)

**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.2.5",
"version": "0.3.0",
"description": "优雅的管理 boolean 状态的 Hook",
"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/use-toggle": "0.2.4"
"@pansy/use-toggle": "0.2.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions hooks/useClickAway/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.

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


### Features

* **useClickAway:** 支持监听其它事件 ([88962b5](https://github.com/pansyjs/react-hooks/commit/88962b55d29a5df0c83e655651bb999611d7b88f))





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


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.3.0",
"version": "0.4.0",
"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.4.0",
"@pansy/hook-utils": "0.5.0",
"@pansy/shared": "^1.9.0",
"@pansy/use-latest": "0.2.4"
"@pansy/use-latest": "0.2.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions hooks/useControllableValue/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.

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


### Features

* **useControllableValue:** 代码优化 ([fdb8007](https://github.com/pansyjs/react-hooks/commit/fdb80071042c74c1b23367463b779c246d4b7464))





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


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.3.0",
"version": "0.4.0",
"description": "组件的状态既可以自己管理,也可以被外部控制",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/use-memoized-fn": "0.3.0",
"@pansy/use-update": "0.2.4"
"@pansy/use-memoized-fn": "0.3.1",
"@pansy/use-update": "0.2.5"
},
"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.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





# [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16)


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.0",
"version": "0.2.1",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/use-memoized-fn": "0.3.0",
"@pansy/use-memoized-fn": "0.3.1",
"@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.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-creation





# [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16)


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.0",
"version": "0.2.1",
"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.4.0",
"@pansy/hook-utils": "0.5.0",
"@pansy/shared": "^1.9.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.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





# [1.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16)


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.0",
"version": "1.3.1",
"description": "用法与 useEffect 一致,但 deps 通过 lodash isEqual 进行深比较",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions hooks/useDeepCompareLayoutEffect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2022-12-28)


### Features

* **useDeepCompareLayoutEffect:** add useDeepCompareLayoutEffect hooks ([c5897d9](https://github.com/pansyjs/react-hooks/commit/c5897d90f9b017cee971d01bd9cb95c817124bcb))
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.0.0",
"version": "1.1.0",
"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.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-document-visibility





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


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.0",
"version": "0.3.1",
"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.4.0",
"@pansy/hook-utils": "0.5.0",
"@pansy/shared": "^1.9.0",
"@pansy/use-event-listener": "0.3.0"
"@pansy/use-event-listener": "0.3.1"
},
"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.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-event-listener





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


Expand Down
Loading

0 comments on commit 853e783

Please sign in to comment.