@fluentui-react-native/text 0.21.8 → 0.21.9
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 +40 -1
- package/CHANGELOG.md +14 -2
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,46 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/text",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 29 Aug 2023 22:51:54 GMT",
|
|
6
|
+
"version": "0.21.9",
|
|
7
|
+
"tag": "@fluentui-react-native/text_v0.21.9",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/text",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.11.3",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/text",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/framework to v0.11.6",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/text",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.24.8",
|
|
26
|
+
"commit": "not available"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui-react-native/text",
|
|
31
|
+
"comment": "Bump @fluentui-react-native/tokens to v0.21.3",
|
|
32
|
+
"commit": "not available"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui-react-native/text",
|
|
37
|
+
"comment": "Bump @uifabricshared/foundation-compose to v1.14.8",
|
|
38
|
+
"commit": "not available"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Wed, 23 Aug 2023 18:55:24 GMT",
|
|
6
45
|
"version": "0.21.8",
|
|
7
46
|
"tag": "@fluentui-react-native/text_v0.21.8",
|
|
8
47
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/text
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 29 Aug 2023 22:51:54 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.21.9
|
|
8
|
+
|
|
9
|
+
Tue, 29 Aug 2023 22:51:54 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/adapters to v0.11.3
|
|
14
|
+
- Bump @fluentui-react-native/framework to v0.11.6
|
|
15
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.24.8
|
|
16
|
+
- Bump @fluentui-react-native/tokens to v0.21.3
|
|
17
|
+
- Bump @uifabricshared/foundation-compose to v1.14.8
|
|
18
|
+
|
|
7
19
|
## 0.21.8
|
|
8
20
|
|
|
9
|
-
Wed, 23 Aug 2023 18:
|
|
21
|
+
Wed, 23 Aug 2023 18:55:24 GMT
|
|
10
22
|
|
|
11
23
|
### Patches
|
|
12
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/text",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.9",
|
|
4
4
|
"description": "A cross-platform Text component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"directory": "packages/components/text"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/adapters": ">=0.11.
|
|
25
|
+
"@fluentui-react-native/adapters": ">=0.11.3 <1.0.0",
|
|
26
26
|
"@fluentui-react-native/experimental-native-font-metrics": "^0.4.1",
|
|
27
|
-
"@fluentui-react-native/framework": "0.11.
|
|
28
|
-
"@fluentui-react-native/interactive-hooks": ">=0.24.
|
|
27
|
+
"@fluentui-react-native/framework": "0.11.6",
|
|
28
|
+
"@fluentui-react-native/interactive-hooks": ">=0.24.8 <1.0.0",
|
|
29
29
|
"@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0",
|
|
30
|
-
"@fluentui-react-native/tokens": ">=0.21.
|
|
31
|
-
"@uifabricshared/foundation-compose": "^1.14.
|
|
30
|
+
"@fluentui-react-native/tokens": ">=0.21.3 <1.0.0",
|
|
31
|
+
"@uifabricshared/foundation-compose": "^1.14.8",
|
|
32
32
|
"tslib": "^2.3.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|