From 192b0f8268a01e67fe2e7b0e9e0ab51af56e549d Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 18 Feb 2026 16:36:14 -0800 Subject: [PATCH] Fix publish of package-extractor. --- .../changes/@microsoft/rush/main_2026-02-19-00-35.json | 10 ++++++++++ .../package-extractor/main_2026-02-19-00-35.json | 10 ++++++++++ common/config/rush/version-policies.json | 2 +- libraries/package-extractor/.npmignore | 3 --- 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 common/changes/@microsoft/rush/main_2026-02-19-00-35.json create mode 100644 common/changes/@rushstack/package-extractor/main_2026-02-19-00-35.json diff --git a/common/changes/@microsoft/rush/main_2026-02-19-00-35.json b/common/changes/@microsoft/rush/main_2026-02-19-00-35.json new file mode 100644 index 00000000000..0286486a96c --- /dev/null +++ b/common/changes/@microsoft/rush/main_2026-02-19-00-35.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "Fix an issue where files were missing from the published version of `@rushstack/package-extractor`.", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} \ No newline at end of file diff --git a/common/changes/@rushstack/package-extractor/main_2026-02-19-00-35.json b/common/changes/@rushstack/package-extractor/main_2026-02-19-00-35.json new file mode 100644 index 00000000000..6d69c06992d --- /dev/null +++ b/common/changes/@rushstack/package-extractor/main_2026-02-19-00-35.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/package-extractor", + "comment": "Fix an issue where `lib-` folders were excluded from publish.", + "type": "patch" + } + ], + "packageName": "@rushstack/package-extractor" +} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index fc24d091af8..fae465acb04 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -103,7 +103,7 @@ "policyName": "rush", "definitionName": "lockStepVersion", "version": "5.169.0", - "nextBump": "minor", + "nextBump": "patch", "mainProject": "@microsoft/rush" } ] diff --git a/libraries/package-extractor/.npmignore b/libraries/package-extractor/.npmignore index 173cbd6923d..bc349f9a4be 100644 --- a/libraries/package-extractor/.npmignore +++ b/libraries/package-extractor/.npmignore @@ -30,6 +30,3 @@ # --------------------------------------------------------------------------- # DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. # --------------------------------------------------------------------------- - -!/assets/** -/lib-*/**