@fluentui/react-components 9.0.0-beta.1 → 9.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  This is a suite package for converged components and related utilities. It is a result of a dedupe effort for `@fluentui/react` and `@fluentui/react-northstar`.
6
6
 
7
- These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
7
+ The components are available for limited production use, please contact us if you intend to use them in your product. The APIs might change before final release.
8
8
 
9
9
  ### Usage
10
10
 
@@ -32,10 +32,3 @@ ReactDOM.render(
32
32
  ### Docs
33
33
 
34
34
  Docs are hosted at https://aka.ms/fluentui-storybook.
35
-
36
- Publishing docs:
37
-
38
- 1. Set `CHROMATIC_PROJECT_TOKEN` in your shell
39
- 1. Run `yarn chromatic`
40
-
41
- > @levithomason and @miroslavstastny currently have the token for alpha stage publishing.