From f8342d32d1bbf65afb633551785c6c1bb7eb9b51 Mon Sep 17 00:00:00 2001 From: Giovambattista Fazioli Date: Tue, 14 Jan 2025 17:22:09 +0100 Subject: [PATCH] Release 1.0.4 --- package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/package.json b/package/package.json index a353106..faacd11 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@gfazioli/mantine-split-pane", - "version": "1.0.3", + "version": "1.0.4", "description": "A React component that manages split panes allows users to divide and resize content areas within a layout efficiently.", "homepage": "https://gfazioli.github.io/mantine-split-pane/", "packageManager": "yarn@4.0.1",