Skip to content

Commit 5347ee9

Browse files
committed
🔖 chore(release): publish %v
- @pansy/[email protected] - @pansy/[email protected] - @pansy/[email protected]
1 parent 9dba7a4 commit 5347ee9

File tree

6 files changed

+41
-6
lines changed

6 files changed

+41
-6
lines changed

hooks/hooks/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [2.5.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-03-12)
7+
8+
9+
### Features
10+
11+
* **hooks:** export useDrag、useDrop ([9dba7a4](https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211))
12+
13+
14+
15+
16+
617
# [2.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-01-24)
718

819

hooks/hooks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-hooks",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"types": "es/index.d.ts",
@@ -26,6 +26,8 @@
2626
"@pansy/use-deep-compare-effect": "1.3.3",
2727
"@pansy/use-deep-compare-layout-effect": "1.1.2",
2828
"@pansy/use-document-visibility": "0.3.4",
29+
"@pansy/use-drag": "1.1.0",
30+
"@pansy/use-drop": "1.1.0",
2931
"@pansy/use-event-listener": "0.3.4",
3032
"@pansy/use-event-target": "0.2.8",
3133
"@pansy/use-external": "0.1.6",
@@ -61,9 +63,7 @@
6163
"@pansy/use-update-effect": "0.2.6",
6264
"@pansy/use-update-layout-effect": "0.2.13",
6365
"@pansy/use-watermark": "0.3.4",
64-
"@pansy/use-web-socket": "0.2.3",
65-
"@pansy/use-drag": "1.0.0",
66-
"@pansy/use-drop": "1.0.0"
66+
"@pansy/use-web-socket": "0.2.3"
6767
},
6868
"publishConfig": {
6969
"registry": "https://registry.npmjs.org",

hooks/useDrag/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2024-03-12)
7+
8+
9+
### Features
10+
11+
* 添加useDrag和useDrop ([#141](https://github.com/pansyjs/react-hooks/issues/141)) ([d73836c](https://github.com/pansyjs/react-hooks/commit/d73836cfd2afe28a73d61825957ec71e61ba0d54))
12+
* **hooks:** export useDrag、useDrop ([9dba7a4](https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211))

hooks/useDrag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pansy/use-drag",
33
"description": "useDrag 允许一个 DOM 节点被拖拽,需要配合 useDrop 使用。",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"main": "lib/index.js",
66
"module": "es/index.js",
77
"types": "es/index.d.ts",

hooks/useDrop/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2024-03-12)
7+
8+
9+
### Features
10+
11+
* 添加useDrag和useDrop ([#141](https://github.com/pansyjs/react-hooks/issues/141)) ([d73836c](https://github.com/pansyjs/react-hooks/commit/d73836cfd2afe28a73d61825957ec71e61ba0d54))
12+
* **hooks:** export useDrag、useDrop ([9dba7a4](https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211))

hooks/useDrop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pansy/use-drop",
33
"description": "useDrop 可以单独使用来接收文件、文字和网址的拖拽。",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"main": "lib/index.js",
66
"module": "es/index.js",
77
"types": "es/index.d.ts",

0 commit comments

Comments
 (0)