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 Mar 12, 2024
1 parent 9dba7a4 commit 5347ee9
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 6 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.5.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2024-03-12)


### Features

* **hooks:** export useDrag、useDrop ([9dba7a4](https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211))





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


Expand Down
8 changes: 4 additions & 4 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.4.0",
"version": "2.5.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand All @@ -26,6 +26,8 @@
"@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-drag": "1.1.0",
"@pansy/use-drop": "1.1.0",
"@pansy/use-event-listener": "0.3.4",
"@pansy/use-event-target": "0.2.8",
"@pansy/use-external": "0.1.6",
Expand Down Expand Up @@ -61,9 +63,7 @@
"@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",
"@pansy/use-drag": "1.0.0",
"@pansy/use-drop": "1.0.0"
"@pansy/use-web-socket": "0.2.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
12 changes: 12 additions & 0 deletions hooks/useDrag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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 (2024-03-12)


### Features

* 添加useDrag和useDrop ([#141](https://github.com/pansyjs/react-hooks/issues/141)) ([d73836c](https://github.com/pansyjs/react-hooks/commit/d73836cfd2afe28a73d61825957ec71e61ba0d54))
* **hooks:** export useDrag、useDrop ([9dba7a4](https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211))
2 changes: 1 addition & 1 deletion hooks/useDrag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pansy/use-drag",
"description": "useDrag 允许一个 DOM 节点被拖拽,需要配合 useDrop 使用。",
"version": "1.0.0",
"version": "1.1.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions hooks/useDrop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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 (2024-03-12)


### Features

* 添加useDrag和useDrop ([#141](https://github.com/pansyjs/react-hooks/issues/141)) ([d73836c](https://github.com/pansyjs/react-hooks/commit/d73836cfd2afe28a73d61825957ec71e61ba0d54))
* **hooks:** export useDrag、useDrop ([9dba7a4](https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211))
2 changes: 1 addition & 1 deletion hooks/useDrop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pansy/use-drop",
"description": "useDrop 可以单独使用来接收文件、文字和网址的拖拽。",
"version": "1.0.0",
"version": "1.1.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down

0 comments on commit 5347ee9

Please sign in to comment.