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 0000000000..0286486a96 --- /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 0000000000..6d69c06992 --- /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 fc24d091af..fae465acb0 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 173cbd6923..bc349f9a4b 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-*/**