From 7eefb7ca5f51fd0ebbea536786dcbb19aee1a18a Mon Sep 17 00:00:00 2001 From: Gokhan Ozturk Date: Tue, 16 Jul 2024 09:27:23 +0300 Subject: [PATCH] chore: Update package.json version to 0.2.52 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 298bf47..d28db46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rocketui/vue", "type": "module", - "version": "0.2.51", + "version": "0.2.52", "packageManager": "yarn@1.22.17", "description": "A set of customizable UI components for Vue 3, built with TypeScript", "homepage": "https://teknasyon.github.io/rocket-ui/",