Skip to content

Commit

Permalink
chore : releases 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
je0ngyun committed Oct 17, 2022
1 parent 44088c5 commit f69d619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import * as React from 'react'

/**
* v1.0.2
*/
interface Props {
/**
* Number of pages to display at once in the pagination bar if it is greater than the total number of pages, the page list is initialized with the total number of pages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-pagination-hook",
"version": "1.0.1",
"version": "1.0.2",
"module": "dist",
"main": "dist",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f69d619

Please sign in to comment.