Skip to content

Commit 804f553

Browse files
Merge pull request #45 from Ashish-simpleCoder/changeset-release/main
Add initialValue param for use-counter hook
2 parents 43058e0 + 2711960 commit 804f553

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"eighty-seahorses-laugh",
9+
"few-waves-hammer",
910
"gold-wolves-exist",
1011
"moody-pumas-grab",
1112
"nasty-trees-move",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# classic-react-hooks
22

3+
## 1.0.0-beta.9
4+
5+
### Minor Changes
6+
7+
- a14cd39: Add initialValue param for use-counter hook
8+
39
## 1.0.0-beta.8
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classic-react-hooks",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "A great collection of React utility hooks",
55
"keywords": [
66
"classic-react-hooks",

0 commit comments

Comments
 (0)