@fluentui-react-native/text 0.21.10 → 0.21.12

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,73 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 25 Sep 2023 12:39:19 GMT",
5
+ "date": "Mon, 30 Oct 2023 21:20:53 GMT",
6
+ "version": "0.21.12",
7
+ "tag": "@fluentui-react-native/text_v0.21.12",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/text",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.11.8",
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.24.10",
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.25.2",
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.4",
32
+ "commit": "not available"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/text",
37
+ "comment": "Bump @uifabricshared/foundation-compose to v1.14.10",
38
+ "commit": "not available"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Wed, 25 Oct 2023 20:50:34 GMT",
45
+ "version": "0.21.11",
46
+ "tag": "@fluentui-react-native/text_v0.21.11",
47
+ "comments": {
48
+ "patch": [
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui-react-native/text",
52
+ "comment": "Bump @fluentui-react-native/framework to v0.11.7",
53
+ "commit": "not available"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/text",
58
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.24.9",
59
+ "commit": "not available"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui-react-native/text",
64
+ "comment": "Bump @uifabricshared/foundation-compose to v1.14.9",
65
+ "commit": "not available"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Mon, 25 Sep 2023 12:49:34 GMT",
6
72
  "version": "0.21.10",
7
73
  "tag": "@fluentui-react-native/text_v0.21.10",
8
74
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Mon, 25 Sep 2023 12:39:19 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 30 Oct 2023 21:20:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.21.12
8
+
9
+ Mon, 30 Oct 2023 21:20:53 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.11.8
14
+ - Bump @fluentui-react-native/interactive-hooks to v0.24.10
15
+ - Bump @fluentui-react-native/theme-tokens to v0.25.2
16
+ - Bump @fluentui-react-native/tokens to v0.21.4
17
+ - Bump @uifabricshared/foundation-compose to v1.14.10
18
+
19
+ ## 0.21.11
20
+
21
+ Wed, 25 Oct 2023 20:50:34 GMT
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui-react-native/framework to v0.11.7
26
+ - Bump @fluentui-react-native/interactive-hooks to v0.24.9
27
+ - Bump @uifabricshared/foundation-compose to v1.14.9
28
+
7
29
  ## 0.21.10
8
30
 
9
- Mon, 25 Sep 2023 12:39:19 GMT
31
+ Mon, 25 Sep 2023 12:49:34 GMT
10
32
 
11
33
  ### Patches
12
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.21.10",
3
+ "version": "0.21.12",
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",
@@ -24,11 +24,11 @@
24
24
  "dependencies": {
25
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.6",
28
- "@fluentui-react-native/interactive-hooks": ">=0.24.8 <1.0.0",
29
- "@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0",
30
- "@fluentui-react-native/tokens": ">=0.21.3 <1.0.0",
31
- "@uifabricshared/foundation-compose": "^1.14.8",
27
+ "@fluentui-react-native/framework": "0.11.8",
28
+ "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0",
29
+ "@fluentui-react-native/theme-tokens": ">=0.25.2 <1.0.0",
30
+ "@fluentui-react-native/tokens": ">=0.21.4 <1.0.0",
31
+ "@uifabricshared/foundation-compose": "^1.14.10",
32
32
  "tslib": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {