@fluentui-react-native/text 0.22.5 → 0.22.6
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": "Thu, 04 Jan 2024 01:
|
|
5
|
+
"date": "Thu, 04 Jan 2024 21:01:51 GMT",
|
|
6
|
+
"version": "0.22.6",
|
|
7
|
+
"tag": "@fluentui-react-native/text_v0.22.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/text",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.13.5",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/text",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.25.6",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/text",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/theme-tokens to v0.26.5",
|
|
26
|
+
"commit": "not available"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui-react-native/text",
|
|
31
|
+
"comment": "Bump @fluentui-react-native/tokens to v0.22.5",
|
|
32
|
+
"commit": "not available"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui-react-native/text",
|
|
37
|
+
"comment": "Bump @uifabricshared/foundation-compose to v1.14.19",
|
|
38
|
+
"commit": "not available"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Thu, 04 Jan 2024 01:35:42 GMT",
|
|
6
45
|
"version": "0.22.5",
|
|
7
46
|
"tag": "@fluentui-react-native/text_v0.22.5",
|
|
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 Thu, 04 Jan 2024 01:
|
|
3
|
+
This log was last generated on Thu, 04 Jan 2024 21:01:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.22.6
|
|
8
|
+
|
|
9
|
+
Thu, 04 Jan 2024 21:01:51 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.13.5
|
|
14
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.25.6
|
|
15
|
+
- Bump @fluentui-react-native/theme-tokens to v0.26.5
|
|
16
|
+
- Bump @fluentui-react-native/tokens to v0.22.5
|
|
17
|
+
- Bump @uifabricshared/foundation-compose to v1.14.19
|
|
18
|
+
|
|
7
19
|
## 0.22.5
|
|
8
20
|
|
|
9
|
-
Thu, 04 Jan 2024 01:
|
|
21
|
+
Thu, 04 Jan 2024 01:35:42 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.22.
|
|
3
|
+
"version": "0.22.6",
|
|
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",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
|
26
|
-
"@fluentui-react-native/framework": "0.13.
|
|
27
|
-
"@fluentui-react-native/interactive-hooks": ">=0.25.
|
|
28
|
-
"@fluentui-react-native/theme-tokens": ">=0.26.
|
|
29
|
-
"@fluentui-react-native/tokens": ">=0.22.
|
|
30
|
-
"@uifabricshared/foundation-compose": "^1.14.
|
|
26
|
+
"@fluentui-react-native/framework": "0.13.5",
|
|
27
|
+
"@fluentui-react-native/interactive-hooks": ">=0.25.6 <1.0.0",
|
|
28
|
+
"@fluentui-react-native/theme-tokens": ">=0.26.5 <1.0.0",
|
|
29
|
+
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
|
30
|
+
"@uifabricshared/foundation-compose": "^1.14.19",
|
|
31
31
|
"tslib": "^2.3.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|