From f5aa8a58918166e3ec4c090f1fee257e90f53032 Mon Sep 17 00:00:00 2001 From: Jorge Luis Calleja Alvarado Date: Thu, 15 Aug 2024 19:18:22 -0600 Subject: [PATCH] fix: Revert simple-icons breaking change and publish patch version --- .changeset/cyan-plums-bow.md | 5 +++++ index.d.mts | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .changeset/cyan-plums-bow.md create mode 100644 index.d.mts diff --git a/.changeset/cyan-plums-bow.md b/.changeset/cyan-plums-bow.md new file mode 100644 index 000000000..e7d9d1523 --- /dev/null +++ b/.changeset/cyan-plums-bow.md @@ -0,0 +1,5 @@ +--- +'@icons-pack/react-simple-icons': patch +--- + +Revert simple-icons breaking change and publish patch version diff --git a/index.d.mts b/index.d.mts new file mode 100644 index 000000000..993777ef5 --- /dev/null +++ b/index.d.mts @@ -0,0 +1,2 @@ +export * from './index'; +export {};