From 53c74a21f88ded2b51de71fd231d3558326e9ee3 Mon Sep 17 00:00:00 2001 From: Mobile Luko Date: Tue, 5 Mar 2024 16:40:20 +0000 Subject: [PATCH] chore(Release): version 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f513b844..86ead0ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@getluko/streamline", - "version": "0.4.0", + "version": "0.4.1", "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",