Skip to content

Commit

Permalink
Merge pull request #27 from Ashish-simpleCoder/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
Ashish-simpleCoder authored Apr 17, 2024
2 parents 41fa3f0 + a83d09e commit 50072ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"classic-react-hooks": "0.1.0"
},
"changesets": [
"silver-cows-explode"
"silver-cows-explode",
"tiny-tables-switch"
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# classic-react-hooks

## 0.2.0-beta.1

### Minor Changes

- 7e65ed2: - Add refs support in use-event-listener
- Update doc for use-event-listener
- Add new test case for testing refs in use-event-listener

## 0.1.1-beta.0

### Patch Changes
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": "classic-react-hooks",
"version": "0.1.1-beta.0",
"version": "0.2.0-beta.1",
"description": "A great collection of React utility hooks",
"keywords": [
"classic-react-hooks",
Expand Down

0 comments on commit 50072ec

Please sign in to comment.