From 940cb43d8537f1ea1febe39ed13006a1d4a6bf7d Mon Sep 17 00:00:00 2001 From: Giovambattista Fazioli Date: Tue, 6 Feb 2024 15:24:59 +0100 Subject: [PATCH] Release 1.0.11 --- package/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/package.json b/package/package.json index 53a4793..a886741 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@gfazioli/mantine-flip", - "version": "1.0.10", + "version": "1.0.11", "description": "Flip component is a wrapper for any component that can be flipped. It is used to create cards, flip boxes and more.", "homepage": "https://github.com/gfazioli/mantine-flip#readme", "packageManager": "yarn@4.0.1", @@ -30,7 +30,7 @@ "./styles.layer.css": "./dist/styles.layer.css" }, "repository": { - "url":"git+https://github.com/gfazioli/mantine-flip.git" + "url": "git+https://github.com/gfazioli/mantine-flip.git" }, "workspaces": [ "docs"