fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

[Bug]: FluentUI published package manifest for v8 includes all v9 packages

Open dmichon-msft opened this issue 3 years ago • 0 comments

Library

React Components / v9 (@fluentui/react-components)

System Info

N/A

Are you reporting Accessibility issue?

no

Reproduction

https://fabricweb.blob.core.windows.net/fabric/package-manifest/8.92.1/package-manifest.json

https://github.com/microsoft/fluentui/blob/master/scripts/generate-package-manifest.js

Bug Description

Actual Behavior

Package manifest file for @fluentui/react v8 contains packages for @fluentui/react-components v9 Also contains @fluentui/react-northstar

Expected Behavior

Since these are considered independent libraries that happen to publish from the same repository, these should publish as separate package-manifest.json files. The manifest for @fluentui/react should only contain the packages that are part of the @fluentui/react v8 suite.

Could offer a PR but need a clear way to distinguish between the various libraries in the package-manifest generator script.

Logs

No response

Requested priority

Normal

Products/sites affected

ODSP

Are you willing to submit a PR to fix?

yes

Validations

  • [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • [X] The provided reproduction is a minimal reproducible example of the bug.

dmichon-msft avatar Sep 15 '22 19:09 dmichon-msft