@fluentui-react-native/text 0.21.7 → 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 CHANGED
@@ -2,7 +2,61 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 14 Aug 2023 20:10:30 GMT",
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",
45
+ "version": "0.21.8",
46
+ "tag": "@fluentui-react-native/text_v0.21.8",
47
+ "comments": {
48
+ "patch": [
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui-react-native/text",
52
+ "comment": "Bump @uifabricshared/foundation-compose to v1.14.7",
53
+ "commit": "not available"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Mon, 14 Aug 2023 20:14:41 GMT",
6
60
  "version": "0.21.7",
7
61
  "tag": "@fluentui-react-native/text_v0.21.7",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Mon, 14 Aug 2023 20:10:30 GMT and should not be manually modified.
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
+
19
+ ## 0.21.8
20
+
21
+ Wed, 23 Aug 2023 18:55:24 GMT
22
+
23
+ ### Patches
24
+
25
+ - Bump @uifabricshared/foundation-compose to v1.14.7
26
+
7
27
  ## 0.21.7
8
28
 
9
- Mon, 14 Aug 2023 20:10:30 GMT
29
+ Mon, 14 Aug 2023 20:14:41 GMT
10
30
 
11
31
  ### Patches
12
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.21.7",
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.2 <1.0.0",
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.5",
28
- "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0",
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.2 <1.0.0",
31
- "@uifabricshared/foundation-compose": "^1.14.6",
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": {