From bbeeabc9ea379e82e3ad347129ba27ab2c4fa0ef Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Tue, 30 Jul 2024 13:18:35 -0500 Subject: [PATCH] Revert version change for auto-icons module --- packages/auto-icons/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auto-icons/package.json b/packages/auto-icons/package.json index 03754f5f..4b0de7ce 100644 --- a/packages/auto-icons/package.json +++ b/packages/auto-icons/package.json @@ -1,6 +1,6 @@ { "name": "@wxt-dev/auto-icons", - "version": "1.0.1", + "version": "1.0.0", "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",