From 20e1ea96fa518ec4b018ad6458d472e497069c22 Mon Sep 17 00:00:00 2001 From: Tristan Watanabe Date: Mon, 1 May 2023 19:26:08 -0400 Subject: [PATCH 1/2] fix: dont ignore lib and lib-amd folders --- packages/azure-themes/.npmignore | 3 +++ packages/fluent2-theme/.npmignore | 3 +++ packages/monaco-editor/.npmignore | 3 +++ packages/react-cards/.npmignore | 3 +++ packages/react-charting/.npmignore | 3 +++ packages/react-date-time/.npmignore | 3 +++ packages/react-docsite-components/.npmignore | 3 +++ packages/react-experiments/.npmignore | 3 +++ packages/react-file-type-icons/.npmignore | 3 +++ packages/react-icon-provider/.npmignore | 3 +++ packages/react-icons-mdl2-branded/.npmignore | 3 +++ packages/react-icons-mdl2/.npmignore | 3 +++ packages/react-monaco-editor/.npmignore | 3 +++ packages/react/.npmignore | 1 + packages/scheme-utilities/.npmignore | 3 +++ packages/test-utilities/.npmignore | 3 +++ packages/theme-samples/.npmignore | 3 +++ packages/webpack-utilities/.npmignore | 3 +++ 18 files changed, 52 insertions(+) diff --git a/packages/azure-themes/.npmignore b/packages/azure-themes/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/azure-themes/.npmignore +++ b/packages/azure-themes/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/fluent2-theme/.npmignore b/packages/fluent2-theme/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/fluent2-theme/.npmignore +++ b/packages/fluent2-theme/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/monaco-editor/.npmignore b/packages/monaco-editor/.npmignore index cbadd6110b5adb..83df82577b3e14 100644 --- a/packages/monaco-editor/.npmignore +++ b/packages/monaco-editor/.npmignore @@ -33,3 +33,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-cards/.npmignore b/packages/react-cards/.npmignore index 8f524f038059e2..323782b3a0c127 100644 --- a/packages/react-cards/.npmignore +++ b/packages/react-cards/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-charting/.npmignore b/packages/react-charting/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-charting/.npmignore +++ b/packages/react-charting/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-date-time/.npmignore b/packages/react-date-time/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-date-time/.npmignore +++ b/packages/react-date-time/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-docsite-components/.npmignore b/packages/react-docsite-components/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-docsite-components/.npmignore +++ b/packages/react-docsite-components/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-experiments/.npmignore b/packages/react-experiments/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-experiments/.npmignore +++ b/packages/react-experiments/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-file-type-icons/.npmignore b/packages/react-file-type-icons/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-file-type-icons/.npmignore +++ b/packages/react-file-type-icons/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-icon-provider/.npmignore b/packages/react-icon-provider/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-icon-provider/.npmignore +++ b/packages/react-icon-provider/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-icons-mdl2-branded/.npmignore b/packages/react-icons-mdl2-branded/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-icons-mdl2-branded/.npmignore +++ b/packages/react-icons-mdl2-branded/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-icons-mdl2/.npmignore b/packages/react-icons-mdl2/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-icons-mdl2/.npmignore +++ b/packages/react-icons-mdl2/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react-monaco-editor/.npmignore b/packages/react-monaco-editor/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/react-monaco-editor/.npmignore +++ b/packages/react-monaco-editor/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/react/.npmignore b/packages/react/.npmignore index 4ba69cc8ef1443..81a9da761ea6d5 100644 --- a/packages/react/.npmignore +++ b/packages/react/.npmignore @@ -33,3 +33,4 @@ visualtests !lib !lib-commonjs !lib-amd +!dist diff --git a/packages/scheme-utilities/.npmignore b/packages/scheme-utilities/.npmignore index d0f5e62c25ed83..068b6d61da7241 100644 --- a/packages/scheme-utilities/.npmignore +++ b/packages/scheme-utilities/.npmignore @@ -33,3 +33,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/test-utilities/.npmignore b/packages/test-utilities/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/test-utilities/.npmignore +++ b/packages/test-utilities/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/theme-samples/.npmignore b/packages/theme-samples/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/theme-samples/.npmignore +++ b/packages/theme-samples/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd diff --git a/packages/webpack-utilities/.npmignore b/packages/webpack-utilities/.npmignore index 24337b6c973e82..55143c65bfd341 100644 --- a/packages/webpack-utilities/.npmignore +++ b/packages/webpack-utilities/.npmignore @@ -32,3 +32,6 @@ tsd.json tslint.json typings visualtests +!lib +!lib-commonjs +!lib-amd From c835d439b931c9b1ffe1aa52ea9e0f4ca4f8fdf6 Mon Sep 17 00:00:00 2001 From: Tristan Watanabe Date: Mon, 1 May 2023 19:35:17 -0400 Subject: [PATCH 2/2] Change FIles --- ...-azure-themes-8c43c313-f51c-4342-9d83-4e1b5780d129.json | 7 +++++++ ...fluent2-theme-b30b5fc4-9a99-42c2-a2c6-f860cdce6ac2.json | 7 +++++++ ...monaco-editor-d6b9bc01-a45b-4266-a6fd-d5dd25683e53.json | 7 +++++++ ...i-react-cards-8b422155-478a-467e-a047-43de878ee009.json | 7 +++++++ ...eact-charting-df2940a6-6901-4067-940d-0d9ce74df333.json | 7 +++++++ ...luentui-react-da870d4d-342b-40d0-9a40-44942a3b86b6.json | 7 +++++++ ...act-date-time-28c4fee7-3b06-43ef-9d8b-4ee360a0771c.json | 7 +++++++ ...te-components-22936b88-d8e1-4e69-90b8-53a035713f03.json | 7 +++++++ ...t-experiments-4f4e0bc1-e6fc-4f9a-b8b4-c4afc10c0d37.json | 7 +++++++ ...le-type-icons-9214c95d-e717-44bd-bf6f-461acb6afa0b.json | 7 +++++++ ...icon-provider-e3f59033-f7e2-4040-8938-31b2636c4bcc.json | 7 +++++++ ...ct-icons-mdl2-00a6ffe4-847d-4337-bc8b-6efa14e21e1a.json | 7 +++++++ ...-mdl2-branded-5fd5cecb-2bf1-4682-95b4-d05aa48a47c4.json | 7 +++++++ ...monaco-editor-9a27eb9e-30d5-42fd-833e-c980e25fe9ca.json | 7 +++++++ ...eme-utilities-bb23e739-4625-4831-b4c4-6f6cb4d5459e.json | 7 +++++++ ...est-utilities-60e4ff6c-e8cb-48cc-a417-54addb1e6248.json | 7 +++++++ ...theme-samples-afd27a1e-7802-41cb-8b03-b90fc9222122.json | 7 +++++++ ...ack-utilities-4bf5a942-76f7-4ca7-94cf-464ff83638c2.json | 7 +++++++ 18 files changed, 126 insertions(+) create mode 100644 change/@fluentui-azure-themes-8c43c313-f51c-4342-9d83-4e1b5780d129.json create mode 100644 change/@fluentui-fluent2-theme-b30b5fc4-9a99-42c2-a2c6-f860cdce6ac2.json create mode 100644 change/@fluentui-monaco-editor-d6b9bc01-a45b-4266-a6fd-d5dd25683e53.json create mode 100644 change/@fluentui-react-cards-8b422155-478a-467e-a047-43de878ee009.json create mode 100644 change/@fluentui-react-charting-df2940a6-6901-4067-940d-0d9ce74df333.json create mode 100644 change/@fluentui-react-da870d4d-342b-40d0-9a40-44942a3b86b6.json create mode 100644 change/@fluentui-react-date-time-28c4fee7-3b06-43ef-9d8b-4ee360a0771c.json create mode 100644 change/@fluentui-react-docsite-components-22936b88-d8e1-4e69-90b8-53a035713f03.json create mode 100644 change/@fluentui-react-experiments-4f4e0bc1-e6fc-4f9a-b8b4-c4afc10c0d37.json create mode 100644 change/@fluentui-react-file-type-icons-9214c95d-e717-44bd-bf6f-461acb6afa0b.json create mode 100644 change/@fluentui-react-icon-provider-e3f59033-f7e2-4040-8938-31b2636c4bcc.json create mode 100644 change/@fluentui-react-icons-mdl2-00a6ffe4-847d-4337-bc8b-6efa14e21e1a.json create mode 100644 change/@fluentui-react-icons-mdl2-branded-5fd5cecb-2bf1-4682-95b4-d05aa48a47c4.json create mode 100644 change/@fluentui-react-monaco-editor-9a27eb9e-30d5-42fd-833e-c980e25fe9ca.json create mode 100644 change/@fluentui-scheme-utilities-bb23e739-4625-4831-b4c4-6f6cb4d5459e.json create mode 100644 change/@fluentui-test-utilities-60e4ff6c-e8cb-48cc-a417-54addb1e6248.json create mode 100644 change/@fluentui-theme-samples-afd27a1e-7802-41cb-8b03-b90fc9222122.json create mode 100644 change/@fluentui-webpack-utilities-4bf5a942-76f7-4ca7-94cf-464ff83638c2.json diff --git a/change/@fluentui-azure-themes-8c43c313-f51c-4342-9d83-4e1b5780d129.json b/change/@fluentui-azure-themes-8c43c313-f51c-4342-9d83-4e1b5780d129.json new file mode 100644 index 00000000000000..372fb56d2b7c7c --- /dev/null +++ b/change/@fluentui-azure-themes-8c43c313-f51c-4342-9d83-4e1b5780d129.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/azure-themes", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-fluent2-theme-b30b5fc4-9a99-42c2-a2c6-f860cdce6ac2.json b/change/@fluentui-fluent2-theme-b30b5fc4-9a99-42c2-a2c6-f860cdce6ac2.json new file mode 100644 index 00000000000000..ba7734f85b87dd --- /dev/null +++ b/change/@fluentui-fluent2-theme-b30b5fc4-9a99-42c2-a2c6-f860cdce6ac2.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/fluent2-theme", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-monaco-editor-d6b9bc01-a45b-4266-a6fd-d5dd25683e53.json b/change/@fluentui-monaco-editor-d6b9bc01-a45b-4266-a6fd-d5dd25683e53.json new file mode 100644 index 00000000000000..569da236d7ffac --- /dev/null +++ b/change/@fluentui-monaco-editor-d6b9bc01-a45b-4266-a6fd-d5dd25683e53.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/monaco-editor", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-cards-8b422155-478a-467e-a047-43de878ee009.json b/change/@fluentui-react-cards-8b422155-478a-467e-a047-43de878ee009.json new file mode 100644 index 00000000000000..56f1a061168f09 --- /dev/null +++ b/change/@fluentui-react-cards-8b422155-478a-467e-a047-43de878ee009.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-cards", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-charting-df2940a6-6901-4067-940d-0d9ce74df333.json b/change/@fluentui-react-charting-df2940a6-6901-4067-940d-0d9ce74df333.json new file mode 100644 index 00000000000000..6bd7000433adac --- /dev/null +++ b/change/@fluentui-react-charting-df2940a6-6901-4067-940d-0d9ce74df333.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-charting", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-da870d4d-342b-40d0-9a40-44942a3b86b6.json b/change/@fluentui-react-da870d4d-342b-40d0-9a40-44942a3b86b6.json new file mode 100644 index 00000000000000..f2af0c41120b21 --- /dev/null +++ b/change/@fluentui-react-da870d4d-342b-40d0-9a40-44942a3b86b6.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-date-time-28c4fee7-3b06-43ef-9d8b-4ee360a0771c.json b/change/@fluentui-react-date-time-28c4fee7-3b06-43ef-9d8b-4ee360a0771c.json new file mode 100644 index 00000000000000..a14a0557a2941a --- /dev/null +++ b/change/@fluentui-react-date-time-28c4fee7-3b06-43ef-9d8b-4ee360a0771c.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-date-time", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-docsite-components-22936b88-d8e1-4e69-90b8-53a035713f03.json b/change/@fluentui-react-docsite-components-22936b88-d8e1-4e69-90b8-53a035713f03.json new file mode 100644 index 00000000000000..163354d6a829a0 --- /dev/null +++ b/change/@fluentui-react-docsite-components-22936b88-d8e1-4e69-90b8-53a035713f03.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-docsite-components", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-experiments-4f4e0bc1-e6fc-4f9a-b8b4-c4afc10c0d37.json b/change/@fluentui-react-experiments-4f4e0bc1-e6fc-4f9a-b8b4-c4afc10c0d37.json new file mode 100644 index 00000000000000..2a35c60c416c8e --- /dev/null +++ b/change/@fluentui-react-experiments-4f4e0bc1-e6fc-4f9a-b8b4-c4afc10c0d37.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-experiments", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-file-type-icons-9214c95d-e717-44bd-bf6f-461acb6afa0b.json b/change/@fluentui-react-file-type-icons-9214c95d-e717-44bd-bf6f-461acb6afa0b.json new file mode 100644 index 00000000000000..501cb4f417ba6f --- /dev/null +++ b/change/@fluentui-react-file-type-icons-9214c95d-e717-44bd-bf6f-461acb6afa0b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-file-type-icons", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-icon-provider-e3f59033-f7e2-4040-8938-31b2636c4bcc.json b/change/@fluentui-react-icon-provider-e3f59033-f7e2-4040-8938-31b2636c4bcc.json new file mode 100644 index 00000000000000..bd6e3cead83667 --- /dev/null +++ b/change/@fluentui-react-icon-provider-e3f59033-f7e2-4040-8938-31b2636c4bcc.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-icon-provider", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-icons-mdl2-00a6ffe4-847d-4337-bc8b-6efa14e21e1a.json b/change/@fluentui-react-icons-mdl2-00a6ffe4-847d-4337-bc8b-6efa14e21e1a.json new file mode 100644 index 00000000000000..b3447b8d0f24a6 --- /dev/null +++ b/change/@fluentui-react-icons-mdl2-00a6ffe4-847d-4337-bc8b-6efa14e21e1a.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-icons-mdl2", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-icons-mdl2-branded-5fd5cecb-2bf1-4682-95b4-d05aa48a47c4.json b/change/@fluentui-react-icons-mdl2-branded-5fd5cecb-2bf1-4682-95b4-d05aa48a47c4.json new file mode 100644 index 00000000000000..70df3379fce386 --- /dev/null +++ b/change/@fluentui-react-icons-mdl2-branded-5fd5cecb-2bf1-4682-95b4-d05aa48a47c4.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/react-icons-mdl2-branded", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-monaco-editor-9a27eb9e-30d5-42fd-833e-c980e25fe9ca.json b/change/@fluentui-react-monaco-editor-9a27eb9e-30d5-42fd-833e-c980e25fe9ca.json new file mode 100644 index 00000000000000..2ce9288a278674 --- /dev/null +++ b/change/@fluentui-react-monaco-editor-9a27eb9e-30d5-42fd-833e-c980e25fe9ca.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works", + "packageName": "@fluentui/react-monaco-editor", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-scheme-utilities-bb23e739-4625-4831-b4c4-6f6cb4d5459e.json b/change/@fluentui-scheme-utilities-bb23e739-4625-4831-b4c4-6f6cb4d5459e.json new file mode 100644 index 00000000000000..4c7345e26b2dae --- /dev/null +++ b/change/@fluentui-scheme-utilities-bb23e739-4625-4831-b4c4-6f6cb4d5459e.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/scheme-utilities", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-test-utilities-60e4ff6c-e8cb-48cc-a417-54addb1e6248.json b/change/@fluentui-test-utilities-60e4ff6c-e8cb-48cc-a417-54addb1e6248.json new file mode 100644 index 00000000000000..68d3c0577312b0 --- /dev/null +++ b/change/@fluentui-test-utilities-60e4ff6c-e8cb-48cc-a417-54addb1e6248.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/test-utilities", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-theme-samples-afd27a1e-7802-41cb-8b03-b90fc9222122.json b/change/@fluentui-theme-samples-afd27a1e-7802-41cb-8b03-b90fc9222122.json new file mode 100644 index 00000000000000..adfc7834f93e0f --- /dev/null +++ b/change/@fluentui-theme-samples-afd27a1e-7802-41cb-8b03-b90fc9222122.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/theme-samples", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-webpack-utilities-4bf5a942-76f7-4ca7-94cf-464ff83638c2.json b/change/@fluentui-webpack-utilities-4bf5a942-76f7-4ca7-94cf-464ff83638c2.json new file mode 100644 index 00000000000000..7211027acfb34d --- /dev/null +++ b/change/@fluentui-webpack-utilities-4bf5a942-76f7-4ca7-94cf-464ff83638c2.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: update npmignore files to fix npm8/node16 regression with how npm publish works.", + "packageName": "@fluentui/webpack-utilities", + "email": "tristan.watanabe@gmail.com", + "dependentChangeType": "patch" +}