From f73816dba67832c369676556805597ece64d6c99 Mon Sep 17 00:00:00 2001 From: Mobile Luko Date: Tue, 27 Feb 2024 08:28:45 +0000 Subject: [PATCH] chore(Release): version 0.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 165325d5..71b64595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@getluko/streamline", - "version": "0.3.1", + "version": "0.3.2", "scripts": { "sandbox": "yarn workspace sandbox", "icons:generate:regular": "npx @svgr/cli@6.5.1 --ignore-existing --native --typescript --svgo-config src/primitives/icon/svgs/svgo.json --replace-attr-values \"#2D50E6={color}\" --index-template src/primitives/icon/svgs/index-template.js --template src/primitives/icon/svgs/icon-template.js --out-dir src/primitives/icon/generated/regular src/primitives/icon/svgs/regular",