Skip to content

Commit a6f33b0

Browse files
committed
🔖 chore(release): publish %v
- @pansy/react-hooks@0.9.6 - @pansy/use-boolean@0.2.4 - @pansy/use-click-away@0.2.5 - @pansy/use-controllable-value@0.2.4 - @pansy/use-cookie-state@0.1.2 - @pansy/use-creation@0.1.1 - @pansy/use-document-visibility@0.2.5 - @pansy/use-event-listener@0.2.5 - @pansy/use-event-target@0.2.4 - @pansy/use-external@0.1.3 - @pansy/use-favicon@0.2.3 - @pansy/use-get-state@0.2.4 - @pansy/use-hover@0.2.5 - @pansy/use-in-viewport@0.2.5 - @pansy/use-interval@0.2.4 - @pansy/use-key-press@0.1.4 - @pansy/use-latest@0.2.3 - @pansy/use-local-storage-state@0.2.5 - @pansy/use-lock-fn@1.0.3 - @pansy/use-memoized-fn@0.2.4 - @pansy/use-modal@0.2.4 - @pansy/use-mount@0.1.1 - @pansy/use-mouse@0.1.2 - @pansy/use-mqtt@0.1.6 - @pansy/use-previous@0.2.3 - @pansy/use-raf-state@0.2.4 - @pansy/use-request@0.1.1 - @pansy/use-scroll@0.2.5 - @pansy/use-selections@0.2.4 - @pansy/use-session-storage-state@0.2.5 - @pansy/use-size@0.2.5 - @pansy/use-timeout@0.2.4 - @pansy/use-title@0.2.5 - @pansy/use-toggle@0.2.3 - @pansy/use-unmount@0.2.4 - @pansy/use-update@0.2.3 - @pansy/use-update-effect@0.2.3 - @pansy/use-update-layout-effect@0.2.5 - @pansy/use-url-state@0.1.3 - @pansy/use-watermark@0.2.5 - @pansy/use-web-socket@0.1.4 - @pansy/hook-utils@0.2.5
1 parent af5439e commit a6f33b0

File tree

84 files changed

+483
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+483
-147
lines changed

hooks/hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.6](https://github.com/pansyjs/react-hooks/compare/@pansy/react-hooks@0.9.5...@pansy/react-hooks@0.9.6) (2022-04-23)
7+
8+
**Note:** Version bump only for package @pansy/react-hooks
9+
10+
11+
12+
13+
614
## [0.9.5](https://github.com/pansyjs/react-hooks/compare/@pansy/react-hooks@0.9.4...@pansy/react-hooks@0.9.5) (2022-04-22)
715

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

hooks/hooks/package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-hooks",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -15,46 +15,46 @@
1515
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
1616
},
1717
"dependencies": {
18-
"@pansy/use-boolean": "^0.2.3",
19-
"@pansy/use-click-away": "^0.2.4",
20-
"@pansy/use-controllable-value": "^0.2.3",
21-
"@pansy/use-cookie-state": "^0.1.1",
22-
"@pansy/use-creation": "^0.1.0",
23-
"@pansy/use-document-visibility": "^0.2.4",
24-
"@pansy/use-event-listener": "^0.2.4",
25-
"@pansy/use-event-target": "^0.2.3",
26-
"@pansy/use-external": "^0.1.2",
27-
"@pansy/use-favicon": "^0.2.2",
28-
"@pansy/use-get-state": "^0.2.3",
29-
"@pansy/use-hover": "^0.2.4",
30-
"@pansy/use-in-viewport": "^0.2.4",
31-
"@pansy/use-interval": "^0.2.3",
32-
"@pansy/use-key-press": "^0.1.3",
33-
"@pansy/use-latest": "^0.2.2",
34-
"@pansy/use-local-storage-state": "^0.2.4",
35-
"@pansy/use-lock-fn": "^1.0.2",
36-
"@pansy/use-memoized-fn": "^0.2.3",
37-
"@pansy/use-modal": "^0.2.3",
38-
"@pansy/use-mount": "^0.1.0",
39-
"@pansy/use-mouse": "^0.1.1",
40-
"@pansy/use-mqtt": "^0.1.5",
41-
"@pansy/use-previous": "^0.2.2",
42-
"@pansy/use-raf-state": "^0.2.3",
43-
"@pansy/use-request": "^0.1.0",
44-
"@pansy/use-scroll": "^0.2.4",
45-
"@pansy/use-selections": "^0.2.3",
46-
"@pansy/use-session-storage-state": "^0.2.4",
47-
"@pansy/use-size": "^0.2.4",
48-
"@pansy/use-timeout": "^0.2.3",
49-
"@pansy/use-title": "^0.2.4",
50-
"@pansy/use-toggle": "^0.2.2",
51-
"@pansy/use-unmount": "^0.2.3",
52-
"@pansy/use-update": "^0.2.2",
53-
"@pansy/use-update-effect": "^0.2.2",
54-
"@pansy/use-update-layout-effect": "^0.2.4",
55-
"@pansy/use-url-state": "^0.1.2",
56-
"@pansy/use-watermark": "^0.2.4",
57-
"@pansy/use-web-socket": "^0.1.3"
18+
"@pansy/use-boolean": "0.2.4",
19+
"@pansy/use-click-away": "0.2.5",
20+
"@pansy/use-controllable-value": "0.2.4",
21+
"@pansy/use-cookie-state": "0.1.2",
22+
"@pansy/use-creation": "0.1.1",
23+
"@pansy/use-document-visibility": "0.2.5",
24+
"@pansy/use-event-listener": "0.2.5",
25+
"@pansy/use-event-target": "0.2.4",
26+
"@pansy/use-external": "0.1.3",
27+
"@pansy/use-favicon": "0.2.3",
28+
"@pansy/use-get-state": "0.2.4",
29+
"@pansy/use-hover": "0.2.5",
30+
"@pansy/use-in-viewport": "0.2.5",
31+
"@pansy/use-interval": "0.2.4",
32+
"@pansy/use-key-press": "0.1.4",
33+
"@pansy/use-latest": "0.2.3",
34+
"@pansy/use-local-storage-state": "0.2.5",
35+
"@pansy/use-lock-fn": "1.0.3",
36+
"@pansy/use-memoized-fn": "0.2.4",
37+
"@pansy/use-modal": "0.2.4",
38+
"@pansy/use-mount": "0.1.1",
39+
"@pansy/use-mouse": "0.1.2",
40+
"@pansy/use-mqtt": "0.1.6",
41+
"@pansy/use-previous": "0.2.3",
42+
"@pansy/use-raf-state": "0.2.4",
43+
"@pansy/use-request": "0.1.1",
44+
"@pansy/use-scroll": "0.2.5",
45+
"@pansy/use-selections": "0.2.4",
46+
"@pansy/use-session-storage-state": "0.2.5",
47+
"@pansy/use-size": "0.2.5",
48+
"@pansy/use-timeout": "0.2.4",
49+
"@pansy/use-title": "0.2.5",
50+
"@pansy/use-toggle": "0.2.3",
51+
"@pansy/use-unmount": "0.2.4",
52+
"@pansy/use-update": "0.2.3",
53+
"@pansy/use-update-effect": "0.2.3",
54+
"@pansy/use-update-layout-effect": "0.2.5",
55+
"@pansy/use-url-state": "0.1.3",
56+
"@pansy/use-watermark": "0.2.5",
57+
"@pansy/use-web-socket": "0.1.4"
5858
},
5959
"publishConfig": {
6060
"registry": "https://registry.npmjs.org",

hooks/useBoolean/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-boolean@0.2.3...@pansy/use-boolean@0.2.4) (2022-04-23)
7+
8+
**Note:** Version bump only for package @pansy/use-boolean
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-boolean@0.2.2...@pansy/use-boolean@0.2.3) (2022-04-07)
715

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

hooks/useBoolean/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/use-boolean",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
1515
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
1616
},
1717
"dependencies": {
18-
"@pansy/use-toggle": "^0.2.2"
18+
"@pansy/use-toggle": "0.2.3"
1919
},
2020
"publishConfig": {
2121
"registry": "https://registry.npmjs.org",

hooks/useClickAway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-click-away@0.2.4...@pansy/use-click-away@0.2.5) (2022-04-23)
7+
8+
**Note:** Version bump only for package @pansy/use-click-away
9+
10+
11+
12+
13+
614
## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-click-away@0.2.3...@pansy/use-click-away@0.2.4) (2022-04-22)
715

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

hooks/useClickAway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/use-click-away",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -15,8 +15,8 @@
1515
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
1616
},
1717
"dependencies": {
18-
"@pansy/hook-utils": "^0.2.4",
19-
"@pansy/use-latest": "^0.2.2"
18+
"@pansy/hook-utils": "0.2.5",
19+
"@pansy/use-latest": "0.2.3"
2020
},
2121
"publishConfig": {
2222
"registry": "https://registry.npmjs.org",

hooks/useControllableValue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-controllable-value@0.2.3...@pansy/use-controllable-value@0.2.4) (2022-04-23)
7+
8+
**Note:** Version bump only for package @pansy/use-controllable-value
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-controllable-value@0.2.2...@pansy/use-controllable-value@0.2.3) (2022-04-07)
715

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

hooks/useControllableValue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/use-controllable-value",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -15,8 +15,8 @@
1515
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
1616
},
1717
"dependencies": {
18-
"@pansy/use-memoized-fn": "^0.2.3",
19-
"@pansy/use-update": "^0.2.2"
18+
"@pansy/use-memoized-fn": "0.2.4",
19+
"@pansy/use-update": "0.2.3"
2020
},
2121
"publishConfig": {
2222
"registry": "https://registry.npmjs.org",

hooks/useCookieState/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-cookie-state@0.1.1...@pansy/use-cookie-state@0.1.2) (2022-04-23)
7+
8+
**Note:** Version bump only for package @pansy/use-cookie-state
9+
10+
11+
12+
13+
614
## 0.1.1 (2022-04-22)
715

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

hooks/useCookieState/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pansy/use-cookie-state",
33
"description": "一个可以将状态存储在 Cookie 中的 Hook 。",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
1717
},
1818
"dependencies": {
19-
"@pansy/use-memoized-fn": "^0.2.3",
19+
"@pansy/use-memoized-fn": "0.2.4",
2020
"@types/js-cookie": "^2.x.x",
2121
"js-cookie": "^2.x.x"
2222
},

0 commit comments

Comments
 (0)