From 1ba4098fc7043fe13113ec58c4fd8a8f4d3dd991 Mon Sep 17 00:00:00 2001 From: Petr Konecny Date: Wed, 7 Jan 2026 14:29:25 +0100 Subject: [PATCH] chore: manual sync version and remove prepush --- .husky/pre-push | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100644 index 8b66268..0000000 --- a/.husky/pre-push +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -yarn type:check diff --git a/package.json b/package.json index b6b1db6..bdad51a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@strv/react-native-hero-carousel", - "version": "0.1.11", + "version": "0.1.12", "homepage": "https://github.com/strvcom/react-native-hero-carousel", "description": "A customizable hero carousel component for React Native", "bugs": {