From 2cafb3f51c21bbbbf7cad8d5f2d8801dc16ec7fd Mon Sep 17 00:00:00 2001 From: Gonzalo D'elia Date: Fri, 30 Jan 2026 15:32:20 -0300 Subject: [PATCH 1/2] Add prepublishOnly command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bac3b5e..86cc5bd 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "lint": "eslint --cache .", "lint:fix": "eslint --cache . --fix", "prepare": "husky", + "prepublishOnly": "npm run build", "tsc": "tsc" }, "devDependencies": { From c2c83e194da4cbef6a6d986a3ed5954e2425786a Mon Sep 17 00:00:00 2001 From: Gonzalo D'elia Date: Fri, 30 Jan 2026 15:32:29 -0300 Subject: [PATCH 2/2] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86cc5bd..7160e7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hemilabs/react-hooks", - "version": "1.0.1", + "version": "1.0.2", "description": "Set of reusable hooks for Hemilabs apps with React and Typescript", "keywords": [ "hemilabs",