@fluentui/react-text 9.3.28 → 9.3.29
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/CHANGELOG.json +26 -5
- package/CHANGELOG.md +16 -6
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,28 @@
|
|
2
2
|
"name": "@fluentui/react-text",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Tue, 05 Sep 2023
|
5
|
+
"date": "Tue, 05 Sep 2023 15:35:07 GMT",
|
6
|
+
"tag": "@fluentui/react-text_v9.3.29",
|
7
|
+
"version": "9.3.29",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-text",
|
13
|
+
"comment": "Bump @fluentui/react-utilities to v9.13.2",
|
14
|
+
"commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-text",
|
19
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.5",
|
20
|
+
"commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Tue, 05 Sep 2023 13:29:08 GMT",
|
6
27
|
"tag": "@fluentui/react-text_v9.3.28",
|
7
28
|
"version": "9.3.28",
|
8
29
|
"comments": {
|
@@ -23,25 +44,25 @@
|
|
23
44
|
"author": "beachball",
|
24
45
|
"package": "@fluentui/react-text",
|
25
46
|
"comment": "Bump @fluentui/react-shared-contexts to v9.7.3",
|
26
|
-
"commit": "
|
47
|
+
"commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
|
27
48
|
},
|
28
49
|
{
|
29
50
|
"author": "beachball",
|
30
51
|
"package": "@fluentui/react-text",
|
31
52
|
"comment": "Bump @fluentui/react-theme to v9.1.12",
|
32
|
-
"commit": "
|
53
|
+
"commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
|
33
54
|
},
|
34
55
|
{
|
35
56
|
"author": "beachball",
|
36
57
|
"package": "@fluentui/react-text",
|
37
58
|
"comment": "Bump @fluentui/react-utilities to v9.13.1",
|
38
|
-
"commit": "
|
59
|
+
"commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
|
39
60
|
},
|
40
61
|
{
|
41
62
|
"author": "beachball",
|
42
63
|
"package": "@fluentui/react-text",
|
43
64
|
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.4",
|
44
|
-
"commit": "
|
65
|
+
"commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
|
45
66
|
}
|
46
67
|
]
|
47
68
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-text
|
2
2
|
|
3
|
-
This log was last generated on Tue, 05 Sep 2023
|
3
|
+
This log was last generated on Tue, 05 Sep 2023 15:35:07 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.3.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.3.29)
|
8
|
+
|
9
|
+
Tue, 05 Sep 2023 15:35:07 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.3.28..@fluentui/react-text_v9.3.29)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-utilities to v9.13.2 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.5 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
|
16
|
+
|
7
17
|
## [9.3.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.3.28)
|
8
18
|
|
9
|
-
Tue, 05 Sep 2023 13:
|
19
|
+
Tue, 05 Sep 2023 13:29:08 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.3.27..@fluentui/react-text_v9.3.28)
|
11
21
|
|
12
22
|
### Patches
|
13
23
|
|
14
24
|
- chore: migrate package to use JSX importSource ([PR #28959](https://github.com/microsoft/fluentui/pull/28959) by bernardo.sunderhus@gmail.com)
|
15
25
|
- bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com)
|
16
|
-
- Bump @fluentui/react-shared-contexts to v9.7.3 ([PR #
|
17
|
-
- Bump @fluentui/react-theme to v9.1.12 ([PR #
|
18
|
-
- Bump @fluentui/react-utilities to v9.13.1 ([PR #
|
19
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.4 ([PR #
|
26
|
+
- Bump @fluentui/react-shared-contexts to v9.7.3 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
27
|
+
- Bump @fluentui/react-theme to v9.1.12 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
28
|
+
- Bump @fluentui/react-utilities to v9.13.1 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
29
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.4 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
20
30
|
|
21
31
|
## [9.3.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.3.27)
|
22
32
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-text",
|
3
|
-
"version": "9.3.
|
3
|
+
"version": "9.3.29",
|
4
4
|
"description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"dependencies": {
|
36
36
|
"@fluentui/react-shared-contexts": "^9.7.3",
|
37
37
|
"@fluentui/react-theme": "^9.1.12",
|
38
|
-
"@fluentui/react-utilities": "^9.13.
|
39
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
38
|
+
"@fluentui/react-utilities": "^9.13.2",
|
39
|
+
"@fluentui/react-jsx-runtime": "^9.0.5",
|
40
40
|
"@griffel/react": "^1.5.14",
|
41
41
|
"@swc/helpers": "^0.5.1"
|
42
42
|
},
|