From 3edaf178c95ae631cf381154936457423cb03d55 Mon Sep 17 00:00:00 2001 From: timkim Date: Mon, 24 Jun 2024 13:26:28 -0700 Subject: [PATCH] chore(release): publish@0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31f81f24..f6eae336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/eds-dev-site-theme", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "lint": "eslint .", "buildCss": "mkdir -p hlx_statics/styles/spectrum/ && postcss -o hlx_statics/styles/spectrum/spectrum.min.css styles-includes.css"