Skip to content

Commit

Permalink
chore: Bump version to 1.0.5 in jsr.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arafathusayn committed Jul 6, 2024
1 parent 443a333 commit 5df3a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@tsx/use-detector",
"version": "1.0.4",
"version": "1.0.5",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-detector",
"description": "`useDetector` React hook allows components to observe changes to a value and triggers re-renders automatically when the value changes.",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"author": {
"name": "Arafat Husayn",
Expand Down

0 comments on commit 5df3a8d

Please sign in to comment.