From ea5023141740123aede05561913cb2ec14952e2b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 00:38:04 +0200 Subject: [PATCH 1/3] docs: add sesam as a contributor for bug (#1017) * docs: update CONTRIBUTORS.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ CONTRIBUTORS.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index e9453d2d..7beb723c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1370,6 +1370,15 @@ "contributions": [ "bug" ] + }, + { + "login": "sesam", + "name": "Simon B.", + "avatar_url": "https://avatars.githubusercontent.com/u/8921?v=4", + "profile": "https://github.com/sesam", + "contributions": [ + "bug" + ] } ], "commitConvention": "none", diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 16a82262..56adcaed 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -189,6 +189,7 @@ Thanks goes to these wonderful people ([emoji key][emojis]):
Johan Alkstรฅl

๐Ÿ›
DGollings

๐Ÿ› +
Simon B.

๐Ÿ› From ff121ff034a5fafb34fdd5c9c50e967002dfdd91 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:25:50 +0200 Subject: [PATCH 2/3] docs: add kksy as a contributor for doc (#1020) * docs: update CONTRIBUTORS.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ CONTRIBUTORS.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7beb723c..b604187b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1379,6 +1379,15 @@ "contributions": [ "bug" ] + }, + { + "login": "kksy", + "name": "Kylie Sy", + "avatar_url": "https://avatars.githubusercontent.com/u/10233535?v=4", + "profile": "http://kyliesy.com", + "contributions": [ + "doc" + ] } ], "commitConvention": "none", diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 56adcaed..e6a53696 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -190,6 +190,7 @@ Thanks goes to these wonderful people ([emoji key][emojis]):
Johan Alkstรฅl

๐Ÿ›
DGollings

๐Ÿ›
Simon B.

๐Ÿ› +
Kylie Sy

๐Ÿ“– From 7839e293135e48fd710445c8bb1233bf2e1abb4b Mon Sep 17 00:00:00 2001 From: Philipp Fritsche Date: Fri, 5 Aug 2022 00:03:39 +0200 Subject: [PATCH 3/3] fix(build): add `exports` field (#1022) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e43c4df..4054376e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "validate": "kcd-scripts typecheck" }, "devDependencies": { - "@ph.fritsche/scripts-config": "^2.3.0", + "@ph.fritsche/scripts-config": "^2.3.1", "@testing-library/dom": "^8.11.4", "@testing-library/jest-dom": "^5.16.3", "@testing-library/react": "^13.0.0",