From f35c659add878c628de8572a43ead5c6ee5752ad Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Wed, 8 Nov 2023 17:01:27 +0100 Subject: [PATCH 1/2] fix(react-list-preview): udpate files declaration to be compliant with patterns we use to ship to npm --- packages/react-components/react-list-preview/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/react-components/react-list-preview/package.json b/packages/react-components/react-list-preview/package.json index 7a622eb072349..4e87fd807e46e 100644 --- a/packages/react-components/react-list-preview/package.json +++ b/packages/react-components/react-list-preview/package.json @@ -8,9 +8,10 @@ "typings": "./dist/index.d.ts", "sideEffects": false, "files": [ + "*.md", + "dist/*.d.ts", "lib", - "lib-commonjs", - "dist/*.d.ts" + "lib-commonjs" ], "repository": { "type": "git", From 0364b9a998466f84602a59337a429f2d2233f9cc Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Wed, 8 Nov 2023 17:04:27 +0100 Subject: [PATCH 2/2] chore: add missing codeowner --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fc6e13610296a..ef96a9c6ffa7e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -250,6 +250,7 @@ packages/react-components/react-rating-preview @microsoft/cxe-red @tomi-msft packages/react-components/react-swatch-picker-preview @microsoft/cxe-prg packages/react-components/react-calendar-compat @microsoft/cxe-red @sopranopillow packages/react-components/react-infolabel @microsoft/cxe-red @sopranopillow +packages/react-components/react-list-preview @microsoft/teams-prg # <%= NX-CODEOWNER-PLACEHOLDER %> ## Components