From b9ef2580eabbda2ef90d84ab1b2ad2e88e27a910 Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Sun, 1 Sep 2024 17:26:56 -0700 Subject: [PATCH] Bump @acusti/styling version to v1.0.0-rc.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changes include: • renamed internal variables to be more accurate • cleaned up defunct code • added optimization for empty styles behavior --- packages/styling/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styling/package.json b/packages/styling/package.json index baaea4f5..0275978c 100644 --- a/packages/styling/package.json +++ b/packages/styling/package.json @@ -1,6 +1,6 @@ { "name": "@acusti/styling", - "version": "1.0.0-rc.0", + "version": "1.0.0-rc.1", "type": "module", "sideEffects": false, "exports": "./dist/index.js",