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 Nov 27, 2023
1 parent b52279f commit 21b2e3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions hooks/usePagination/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.

# 0.1.0 (2023-11-27)


### Features

* add @pansy/use-pagination ([b52279f](https://github.com/pansyjs/react-hooks/commit/b52279fddeb83ca9ca3ef1713b305efd03ce55c2))
6 changes: 3 additions & 3 deletions hooks/usePagination/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pansy/use-pagination",
"description": "封装分页逻辑",
"version": "0.0.1",
"version": "0.1.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-request": "^0.3.1",
"@pansy/use-memoized-fn": "^0.3.1"
"@pansy/use-memoized-fn": "^0.3.1",
"@pansy/use-request": "^0.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down

0 comments on commit 21b2e3d

Please sign in to comment.