From 5df3a8d863a91e9d68fc723f6ef220cf375f2a63 Mon Sep 17 00:00:00 2001 From: Arafat Husayn <20070310+arafathusayn@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:49:46 +0600 Subject: [PATCH] chore: Bump version to 1.0.5 in jsr.json and package.json --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 0fc1834..5ab0924 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@tsx/use-detector", - "version": "1.0.4", + "version": "1.0.5", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index b0ef8eb..2f8a333 100644 --- a/package.json +++ b/package.json @@ -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",