From e6765bdc150f03ba536520e803327e81c3d3ba42 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 9 May 2022 16:27:05 -0500 Subject: [PATCH 1/3] package.json: export .svg and .png assets --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bdf61b0ed..d80aab7c3 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,11 @@ }, "main": "./icons-react/dist/index.cjs.js", "exports": { - "import": "./icons-react/dist/index.esm.js", - "require": "./icons-react/dist/index.cjs.js" + ".": { + "import": "./icons-react/dist/index.esm.js", + "require": "./icons-react/dist/index.cjs.js" + }, + "./*": ["./icons/*", "./icons-png/*"] }, "module": "./icons-react/dist/index.esm.js", "unpkg": "./icons-react/dist/index.umd.js", From 9d2ec529cd741682a679d02bf27bcfd432a157be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Sun, 26 Jun 2022 11:33:34 +0200 Subject: [PATCH 2/3] Rename _tags.html to tags.html --- src/{_tags.html => tags.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{_tags.html => tags.html} (100%) diff --git a/src/_tags.html b/src/tags.html similarity index 100% rename from src/_tags.html rename to src/tags.html From a8c50c3f2c049ae63c5d31975d0799989626596d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Sun, 26 Jun 2022 11:55:10 +0200 Subject: [PATCH 3/3] updacie React version to v18 #241 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c9a57dce..25af04ceb 100644 --- a/package.json +++ b/package.json @@ -107,8 +107,8 @@ } }, "peerDependencies": { - "react": "^16.x || 17.x", - "react-dom": "^16.x || 17.x" + "react": "^16.x || 17.x || 18.x", + "react-dom": "^16.x || 17.x || 18.x" }, "peerDependenciesMeta": { "react": {