@fluentui/react-text 9.0.0-rc.5 → 9.0.0-rc.8

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.
Files changed (133) hide show
  1. package/CHANGELOG.json +128 -1
  2. package/CHANGELOG.md +87 -51
  3. package/dist/{react-text.d.ts → index.d.ts} +51 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/Body/Body.js +12 -5
  6. package/lib/components/Body/Body.js.map +1 -1
  7. package/lib/components/Caption/Caption.js +12 -5
  8. package/lib/components/Caption/Caption.js.map +1 -1
  9. package/lib/components/Display/Display.js +12 -5
  10. package/lib/components/Display/Display.js.map +1 -1
  11. package/lib/components/Headline/Headline.js +12 -5
  12. package/lib/components/Headline/Headline.js.map +1 -1
  13. package/lib/components/LargeTitle/LargeTitle.js +12 -5
  14. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  15. package/lib/components/Subheadline/Subheadline.js +12 -5
  16. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  17. package/lib/components/Text/useTextStyles.js +8 -1
  18. package/lib/components/Text/useTextStyles.js.map +1 -1
  19. package/lib/components/Title1/Title1.js +12 -5
  20. package/lib/components/Title1/Title1.js.map +1 -1
  21. package/lib/components/Title2/Title2.js +12 -5
  22. package/lib/components/Title2/Title2.js.map +1 -1
  23. package/lib/components/Title3/Title3.js +12 -5
  24. package/lib/components/Title3/Title3.js.map +1 -1
  25. package/lib/index.js +11 -10
  26. package/lib/index.js.map +1 -1
  27. package/lib-commonjs/components/Body/Body.js +21 -5
  28. package/lib-commonjs/components/Body/Body.js.map +1 -1
  29. package/lib-commonjs/components/Caption/Caption.js +21 -5
  30. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  31. package/lib-commonjs/components/Display/Display.js +21 -5
  32. package/lib-commonjs/components/Display/Display.js.map +1 -1
  33. package/lib-commonjs/components/Headline/Headline.js +21 -5
  34. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  35. package/lib-commonjs/components/LargeTitle/LargeTitle.js +21 -5
  36. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  37. package/lib-commonjs/components/Subheadline/Subheadline.js +21 -5
  38. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  39. package/lib-commonjs/components/Text/useTextStyles.js +9 -2
  40. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  41. package/lib-commonjs/components/Title1/Title1.js +21 -5
  42. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  43. package/lib-commonjs/components/Title2/Title2.js +21 -5
  44. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  45. package/lib-commonjs/components/Title3/Title3.js +21 -5
  46. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  47. package/lib-commonjs/index.js +219 -11
  48. package/lib-commonjs/index.js.map +1 -1
  49. package/package.json +9 -19
  50. package/lib/Body.d.ts +0 -1
  51. package/lib/Caption.d.ts +0 -1
  52. package/lib/Display.d.ts +0 -1
  53. package/lib/Headline.d.ts +0 -1
  54. package/lib/LargeTitle.d.ts +0 -1
  55. package/lib/Subheadline.d.ts +0 -1
  56. package/lib/Text.d.ts +0 -1
  57. package/lib/Title1.d.ts +0 -1
  58. package/lib/Title2.d.ts +0 -1
  59. package/lib/Title3.d.ts +0 -1
  60. package/lib/components/Body/Body.d.ts +0 -7
  61. package/lib/components/Body/index.d.ts +0 -1
  62. package/lib/components/Caption/Caption.d.ts +0 -7
  63. package/lib/components/Caption/index.d.ts +0 -1
  64. package/lib/components/Display/Display.d.ts +0 -7
  65. package/lib/components/Display/index.d.ts +0 -1
  66. package/lib/components/Headline/Headline.d.ts +0 -7
  67. package/lib/components/Headline/index.d.ts +0 -1
  68. package/lib/components/LargeTitle/LargeTitle.d.ts +0 -7
  69. package/lib/components/LargeTitle/index.d.ts +0 -1
  70. package/lib/components/Subheadline/Subheadline.d.ts +0 -7
  71. package/lib/components/Subheadline/index.d.ts +0 -1
  72. package/lib/components/Text/Text.d.ts +0 -6
  73. package/lib/components/Text/Text.types.d.ts +0 -78
  74. package/lib/components/Text/index.d.ts +0 -5
  75. package/lib/components/Text/renderText.d.ts +0 -5
  76. package/lib/components/Text/useText.d.ts +0 -12
  77. package/lib/components/Text/useTextStyles.d.ts +0 -6
  78. package/lib/components/Title1/Title1.d.ts +0 -7
  79. package/lib/components/Title1/index.d.ts +0 -1
  80. package/lib/components/Title2/Title2.d.ts +0 -7
  81. package/lib/components/Title2/index.d.ts +0 -1
  82. package/lib/components/Title3/Title3.d.ts +0 -7
  83. package/lib/components/Title3/index.d.ts +0 -1
  84. package/lib/components/wrapper.d.ts +0 -8
  85. package/lib/index.d.ts +0 -10
  86. package/lib/typographyStyles/index.d.ts +0 -2
  87. package/lib/typographyStyles/index.js +0 -3
  88. package/lib/typographyStyles/index.js.map +0 -1
  89. package/lib/typographyStyles/typographyStyles.d.ts +0 -13
  90. package/lib/typographyStyles/typographyStyles.js +0 -60
  91. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  92. package/lib-commonjs/Body.d.ts +0 -1
  93. package/lib-commonjs/Caption.d.ts +0 -1
  94. package/lib-commonjs/Display.d.ts +0 -1
  95. package/lib-commonjs/Headline.d.ts +0 -1
  96. package/lib-commonjs/LargeTitle.d.ts +0 -1
  97. package/lib-commonjs/Subheadline.d.ts +0 -1
  98. package/lib-commonjs/Text.d.ts +0 -1
  99. package/lib-commonjs/Title1.d.ts +0 -1
  100. package/lib-commonjs/Title2.d.ts +0 -1
  101. package/lib-commonjs/Title3.d.ts +0 -1
  102. package/lib-commonjs/components/Body/Body.d.ts +0 -7
  103. package/lib-commonjs/components/Body/index.d.ts +0 -1
  104. package/lib-commonjs/components/Caption/Caption.d.ts +0 -7
  105. package/lib-commonjs/components/Caption/index.d.ts +0 -1
  106. package/lib-commonjs/components/Display/Display.d.ts +0 -7
  107. package/lib-commonjs/components/Display/index.d.ts +0 -1
  108. package/lib-commonjs/components/Headline/Headline.d.ts +0 -7
  109. package/lib-commonjs/components/Headline/index.d.ts +0 -1
  110. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -7
  111. package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
  112. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -7
  113. package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
  114. package/lib-commonjs/components/Text/Text.d.ts +0 -6
  115. package/lib-commonjs/components/Text/Text.types.d.ts +0 -78
  116. package/lib-commonjs/components/Text/index.d.ts +0 -5
  117. package/lib-commonjs/components/Text/renderText.d.ts +0 -5
  118. package/lib-commonjs/components/Text/useText.d.ts +0 -12
  119. package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -6
  120. package/lib-commonjs/components/Title1/Title1.d.ts +0 -7
  121. package/lib-commonjs/components/Title1/index.d.ts +0 -1
  122. package/lib-commonjs/components/Title2/Title2.d.ts +0 -7
  123. package/lib-commonjs/components/Title2/index.d.ts +0 -1
  124. package/lib-commonjs/components/Title3/Title3.d.ts +0 -7
  125. package/lib-commonjs/components/Title3/index.d.ts +0 -1
  126. package/lib-commonjs/components/wrapper.d.ts +0 -8
  127. package/lib-commonjs/index.d.ts +0 -10
  128. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  129. package/lib-commonjs/typographyStyles/index.js +0 -11
  130. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  131. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -13
  132. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -68
  133. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,134 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 04 Mar 2022 05:15:45 GMT",
5
+ "date": "Thu, 05 May 2022 18:24:37 GMT",
6
+ "tag": "@fluentui/react-text_v9.0.0-rc.8",
7
+ "version": "9.0.0-rc.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-text",
13
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
14
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-text",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
20
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-text",
25
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
26
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 04 May 2022 13:26:33 GMT",
33
+ "tag": "@fluentui/react-text_v9.0.0-rc.7",
34
+ "version": "9.0.0-rc.7",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "martinhochel@microsoft.com",
39
+ "package": "@fluentui/react-text",
40
+ "commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
41
+ "comment": "feat: ship rolluped only dts"
42
+ },
43
+ {
44
+ "author": "gcox@microsoft.com",
45
+ "package": "@fluentui/react-text",
46
+ "commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
47
+ "comment": "Updated react-text to use typography constants"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-text",
52
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
53
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-text",
58
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
59
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
60
+ }
61
+ ],
62
+ "none": [
63
+ {
64
+ "author": "tristan.watanabe@gmail.com",
65
+ "package": "@fluentui/react-text",
66
+ "commit": "af6bea84f19cf196b4d17df940e7230cbd9d832d",
67
+ "comment": "react-text: Move to new common folder."
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ {
73
+ "date": "Tue, 19 Apr 2022 19:17:01 GMT",
74
+ "tag": "@fluentui/react-text_v9.0.0-rc.6",
75
+ "version": "9.0.0-rc.6",
76
+ "comments": {
77
+ "prerelease": [
78
+ {
79
+ "author": "seanmonahan@microsoft.com",
80
+ "package": "@fluentui/react-text",
81
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
82
+ "comment": "Add static classnames to Text"
83
+ },
84
+ {
85
+ "author": "olfedias@microsoft.com",
86
+ "package": "@fluentui/react-text",
87
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
88
+ "comment": "chore: Update Griffel to latest version"
89
+ },
90
+ {
91
+ "author": "beachball",
92
+ "package": "@fluentui/react-text",
93
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
94
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
95
+ },
96
+ {
97
+ "author": "beachball",
98
+ "package": "@fluentui/react-text",
99
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
100
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
101
+ },
102
+ {
103
+ "author": "beachball",
104
+ "package": "@fluentui/react-text",
105
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
106
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
107
+ }
108
+ ],
109
+ "none": [
110
+ {
111
+ "author": "mgodbolt@microsoft.com",
112
+ "package": "@fluentui/react-text",
113
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
114
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
115
+ },
116
+ {
117
+ "author": "martinhochel@microsoft.com",
118
+ "package": "@fluentui/react-text",
119
+ "commit": "320b8bbba1e498c65d011f3fae09dee98e7a11bb",
120
+ "comment": "refactor: autofix no export star at index file for cxe-prg packages"
121
+ },
122
+ {
123
+ "author": "elcraig@microsoft.com",
124
+ "package": "@fluentui/react-text",
125
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
126
+ "comment": "Update React dev deps and hoist them to the repo root"
127
+ }
128
+ ]
129
+ }
130
+ },
131
+ {
132
+ "date": "Fri, 04 Mar 2022 05:17:31 GMT",
6
133
  "tag": "@fluentui/react-text_v9.0.0-rc.5",
7
134
  "version": "9.0.0-rc.5",
8
135
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,48 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Fri, 04 Mar 2022 05:15:45 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 05 May 2022 18:24:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.8)
8
+
9
+ Thu, 05 May 2022 18:24:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.7..@fluentui/react-text_v9.0.0-rc.8)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
17
+
18
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.7)
19
+
20
+ Wed, 04 May 2022 13:26:33 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v9.0.0-rc.7)
22
+
23
+ ### Changes
24
+
25
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
26
+ - Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
27
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
29
+
30
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
31
+
32
+ Tue, 19 Apr 2022 19:17:01 GMT
33
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
34
+
35
+ ### Changes
36
+
37
+ - Add static classnames to Text ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
38
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
39
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
40
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
41
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
42
+
7
43
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
8
44
 
9
- Fri, 04 Mar 2022 05:15:45 GMT
45
+ Fri, 04 Mar 2022 05:17:31 GMT
10
46
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
11
47
 
12
48
  ### Changes
@@ -17,7 +53,7 @@ Fri, 04 Mar 2022 05:15:45 GMT
17
53
 
18
54
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
19
55
 
20
- Tue, 01 Mar 2022 02:17:39 GMT
56
+ Tue, 01 Mar 2022 02:17:39 GMT
21
57
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.3..@fluentui/react-text_v9.0.0-rc.4)
22
58
 
23
59
  ### Changes
@@ -27,7 +63,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
27
63
 
28
64
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
29
65
 
30
- Fri, 18 Feb 2022 13:35:36 GMT
66
+ Fri, 18 Feb 2022 13:35:36 GMT
31
67
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
32
68
 
33
69
  ### Changes
@@ -38,13 +74,13 @@ Fri, 18 Feb 2022 13:35:36 GMT
38
74
 
39
75
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
40
76
 
41
- Thu, 10 Feb 2022 08:50:58 GMT
77
+ Thu, 10 Feb 2022 08:50:58 GMT
42
78
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
43
79
 
44
80
  ### Changes
45
81
 
46
82
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
47
- - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
83
+ - BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
48
84
  - use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
49
85
  - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
50
86
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
@@ -58,7 +94,7 @@ Thu, 10 Feb 2022 08:50:58 GMT
58
94
 
59
95
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
60
96
 
61
- Thu, 25 Nov 2021 08:34:16 GMT
97
+ Thu, 25 Nov 2021 08:34:16 GMT
62
98
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
63
99
 
64
100
  ### Changes
@@ -72,7 +108,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
72
108
 
73
109
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
74
110
 
75
- Fri, 12 Nov 2021 13:25:08 GMT
111
+ Fri, 12 Nov 2021 13:25:08 GMT
76
112
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
77
113
 
78
114
  ### Changes
@@ -87,7 +123,7 @@ Fri, 12 Nov 2021 13:25:08 GMT
87
123
 
88
124
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
89
125
 
90
- Wed, 27 Oct 2021 12:14:23 GMT
126
+ Wed, 27 Oct 2021 12:14:23 GMT
91
127
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
92
128
 
93
129
  ### Changes
@@ -101,7 +137,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
101
137
 
102
138
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
103
139
 
104
- Wed, 06 Oct 2021 10:37:22 GMT
140
+ Wed, 06 Oct 2021 10:37:22 GMT
105
141
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
106
142
 
107
143
  ### Changes
@@ -115,7 +151,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
115
151
 
116
152
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
117
153
 
118
- Tue, 05 Oct 2021 12:47:58 GMT
154
+ Tue, 05 Oct 2021 12:47:58 GMT
119
155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
120
156
 
121
157
  ### Changes
@@ -127,7 +163,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
127
163
 
128
164
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
129
165
 
130
- Tue, 05 Oct 2021 09:28:07 GMT
166
+ Tue, 05 Oct 2021 09:28:07 GMT
131
167
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
132
168
 
133
169
  ### Changes
@@ -141,7 +177,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
141
177
 
142
178
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
143
179
 
144
- Fri, 01 Oct 2021 14:13:08 GMT
180
+ Fri, 01 Oct 2021 14:13:08 GMT
145
181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
146
182
 
147
183
  ### Changes
@@ -155,7 +191,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
155
191
 
156
192
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
157
193
 
158
- Wed, 29 Sep 2021 08:06:11 GMT
194
+ Wed, 29 Sep 2021 08:06:11 GMT
159
195
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
160
196
 
161
197
  ### Changes
@@ -167,7 +203,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
167
203
 
168
204
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
169
205
 
170
- Mon, 27 Sep 2021 08:06:00 GMT
206
+ Mon, 27 Sep 2021 08:06:00 GMT
171
207
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
172
208
 
173
209
  ### Changes
@@ -180,7 +216,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
180
216
 
181
217
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
182
218
 
183
- Fri, 24 Sep 2021 09:17:17 GMT
219
+ Fri, 24 Sep 2021 09:17:17 GMT
184
220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
185
221
 
186
222
  ### Changes
@@ -194,7 +230,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
194
230
 
195
231
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
196
232
 
197
- Thu, 23 Sep 2021 08:21:34 GMT
233
+ Thu, 23 Sep 2021 08:21:34 GMT
198
234
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
199
235
 
200
236
  ### Changes
@@ -207,7 +243,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
207
243
 
208
244
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
209
245
 
210
- Wed, 22 Sep 2021 10:10:07 GMT
246
+ Wed, 22 Sep 2021 10:10:07 GMT
211
247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
212
248
 
213
249
  ### Changes
@@ -221,7 +257,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
221
257
 
222
258
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
223
259
 
224
- Tue, 21 Sep 2021 07:42:34 GMT
260
+ Tue, 21 Sep 2021 07:42:34 GMT
225
261
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
226
262
 
227
263
  ### Changes
@@ -233,7 +269,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
233
269
 
234
270
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
235
271
 
236
- Mon, 20 Sep 2021 07:36:26 GMT
272
+ Mon, 20 Sep 2021 07:36:26 GMT
237
273
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
238
274
 
239
275
  ### Changes
@@ -242,7 +278,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
242
278
 
243
279
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
244
280
 
245
- Fri, 17 Sep 2021 07:35:26 GMT
281
+ Fri, 17 Sep 2021 07:35:26 GMT
246
282
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
247
283
 
248
284
  ### Changes
@@ -251,7 +287,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
251
287
 
252
288
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
253
289
 
254
- Thu, 16 Sep 2021 07:38:39 GMT
290
+ Thu, 16 Sep 2021 07:38:39 GMT
255
291
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
256
292
 
257
293
  ### Changes
@@ -260,7 +296,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
260
296
 
261
297
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
262
298
 
263
- Tue, 14 Sep 2021 20:09:02 GMT
299
+ Tue, 14 Sep 2021 20:09:02 GMT
264
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
265
301
 
266
302
  ### Changes
@@ -269,7 +305,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
269
305
 
270
306
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
271
307
 
272
- Fri, 10 Sep 2021 16:31:53 GMT
308
+ Fri, 10 Sep 2021 16:31:53 GMT
273
309
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
274
310
 
275
311
  ### Changes
@@ -279,7 +315,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
279
315
 
280
316
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
281
317
 
282
- Fri, 10 Sep 2021 07:39:51 GMT
318
+ Fri, 10 Sep 2021 07:39:51 GMT
283
319
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
284
320
 
285
321
  ### Changes
@@ -288,7 +324,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
288
324
 
289
325
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
290
326
 
291
- Mon, 06 Sep 2021 07:34:53 GMT
327
+ Mon, 06 Sep 2021 07:34:53 GMT
292
328
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
293
329
 
294
330
  ### Changes
@@ -297,7 +333,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
297
333
 
298
334
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
299
335
 
300
- Thu, 02 Sep 2021 07:36:46 GMT
336
+ Thu, 02 Sep 2021 07:36:46 GMT
301
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
302
338
 
303
339
  ### Patches
@@ -310,7 +346,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
310
346
 
311
347
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
312
348
 
313
- Wed, 01 Sep 2021 07:39:56 GMT
349
+ Wed, 01 Sep 2021 07:39:56 GMT
314
350
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
315
351
 
316
352
  ### Changes
@@ -319,7 +355,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
319
355
 
320
356
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
321
357
 
322
- Tue, 31 Aug 2021 07:37:47 GMT
358
+ Tue, 31 Aug 2021 07:37:47 GMT
323
359
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
324
360
 
325
361
  ### Changes
@@ -328,7 +364,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
328
364
 
329
365
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
330
366
 
331
- Fri, 27 Aug 2021 07:33:32 GMT
367
+ Fri, 27 Aug 2021 07:33:32 GMT
332
368
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
333
369
 
334
370
  ### Changes
@@ -337,7 +373,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
337
373
 
338
374
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
339
375
 
340
- Thu, 26 Aug 2021 07:35:43 GMT
376
+ Thu, 26 Aug 2021 07:35:43 GMT
341
377
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
342
378
 
343
379
  ### Changes
@@ -346,7 +382,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
346
382
 
347
383
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
348
384
 
349
- Tue, 24 Aug 2021 07:34:48 GMT
385
+ Tue, 24 Aug 2021 07:34:48 GMT
350
386
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
351
387
 
352
388
  ### Changes
@@ -355,7 +391,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
355
391
 
356
392
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
357
393
 
358
- Fri, 20 Aug 2021 07:37:28 GMT
394
+ Fri, 20 Aug 2021 07:37:28 GMT
359
395
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
360
396
 
361
397
  ### Changes
@@ -364,7 +400,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
364
400
 
365
401
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
366
402
 
367
- Thu, 19 Aug 2021 07:41:35 GMT
403
+ Thu, 19 Aug 2021 07:41:35 GMT
368
404
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
369
405
 
370
406
  ### Changes
@@ -373,7 +409,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
373
409
 
374
410
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
375
411
 
376
- Fri, 13 Aug 2021 07:36:34 GMT
412
+ Fri, 13 Aug 2021 07:36:34 GMT
377
413
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
378
414
 
379
415
  ### Changes
@@ -382,7 +418,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
382
418
 
383
419
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
384
420
 
385
- Thu, 12 Aug 2021 07:34:46 GMT
421
+ Thu, 12 Aug 2021 07:34:46 GMT
386
422
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
387
423
 
388
424
  ### Changes
@@ -391,7 +427,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
391
427
 
392
428
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
393
429
 
394
- Wed, 11 Aug 2021 07:34:54 GMT
430
+ Wed, 11 Aug 2021 07:34:54 GMT
395
431
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
396
432
 
397
433
  ### Changes
@@ -400,7 +436,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
400
436
 
401
437
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
402
438
 
403
- Fri, 06 Aug 2021 07:35:14 GMT
439
+ Fri, 06 Aug 2021 07:35:14 GMT
404
440
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
405
441
 
406
442
  ### Changes
@@ -409,7 +445,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
409
445
 
410
446
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
411
447
 
412
- Tue, 03 Aug 2021 07:39:30 GMT
448
+ Tue, 03 Aug 2021 07:39:30 GMT
413
449
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
414
450
 
415
451
  ### Patches
@@ -424,7 +460,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
424
460
 
425
461
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
426
462
 
427
- Mon, 02 Aug 2021 07:36:20 GMT
463
+ Mon, 02 Aug 2021 07:36:20 GMT
428
464
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
429
465
 
430
466
  ### Changes
@@ -433,7 +469,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
433
469
 
434
470
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
435
471
 
436
- Mon, 26 Jul 2021 07:37:30 GMT
472
+ Mon, 26 Jul 2021 07:37:30 GMT
437
473
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
438
474
 
439
475
  ### Changes
@@ -442,7 +478,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
442
478
 
443
479
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
444
480
 
445
- Fri, 23 Jul 2021 07:38:19 GMT
481
+ Fri, 23 Jul 2021 07:38:19 GMT
446
482
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
447
483
 
448
484
  ### Changes
@@ -451,7 +487,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
451
487
 
452
488
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
453
489
 
454
- Thu, 22 Jul 2021 07:36:55 GMT
490
+ Thu, 22 Jul 2021 07:36:55 GMT
455
491
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
456
492
 
457
493
  ### Changes
@@ -460,7 +496,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
460
496
 
461
497
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
462
498
 
463
- Thu, 15 Jul 2021 07:36:18 GMT
499
+ Thu, 15 Jul 2021 07:36:18 GMT
464
500
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
465
501
 
466
502
  ### Changes
@@ -469,7 +505,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
469
505
 
470
506
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
471
507
 
472
- Tue, 13 Jul 2021 22:32:58 GMT
508
+ Tue, 13 Jul 2021 22:32:58 GMT
473
509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
474
510
 
475
511
  ### Patches
@@ -478,7 +514,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
478
514
 
479
515
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
480
516
 
481
- Tue, 13 Jul 2021 07:35:36 GMT
517
+ Tue, 13 Jul 2021 07:35:36 GMT
482
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
483
519
 
484
520
  ### Changes
@@ -487,7 +523,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
487
523
 
488
524
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
489
525
 
490
- Fri, 09 Jul 2021 07:39:31 GMT
526
+ Fri, 09 Jul 2021 07:39:31 GMT
491
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
492
528
 
493
529
  ### Patches
@@ -502,7 +538,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
502
538
 
503
539
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
504
540
 
505
- Fri, 02 Jul 2021 23:15:55 GMT
541
+ Fri, 02 Jul 2021 23:15:55 GMT
506
542
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
507
543
 
508
544
  ### Changes
@@ -511,7 +547,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
511
547
 
512
548
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
513
549
 
514
- Fri, 02 Jul 2021 07:37:06 GMT
550
+ Fri, 02 Jul 2021 07:37:06 GMT
515
551
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
516
552
 
517
553
  ### Changes
@@ -520,7 +556,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
520
556
 
521
557
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
522
558
 
523
- Wed, 30 Jun 2021 07:38:35 GMT
559
+ Wed, 30 Jun 2021 07:38:35 GMT
524
560
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
525
561
 
526
562
  ### Changes
@@ -529,7 +565,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
529
565
 
530
566
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
531
567
 
532
- Tue, 29 Jun 2021 07:33:32 GMT
568
+ Tue, 29 Jun 2021 07:33:32 GMT
533
569
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
534
570
 
535
571
  ### Changes