@fluentui-react-native/text 0.11.9 → 0.11.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,64 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 02 Feb 2022 02:26:23 GMT",
5
+ "date": "Thu, 03 Mar 2022 20:18:16 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.11.12",
7
+ "version": "0.11.12",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/text",
13
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.11",
14
+ "commit": "54222b74c7d5f16d1108fab470a6f549de8e9b45"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/text",
19
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.7",
20
+ "commit": "54222b74c7d5f16d1108fab470a6f549de8e9b45"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 18 Feb 2022 23:27:11 GMT",
27
+ "tag": "@fluentui-react-native/text_v0.11.11",
28
+ "version": "0.11.11",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/text",
34
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.3",
35
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/text",
40
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.6",
41
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 17 Feb 2022 01:22:02 GMT",
48
+ "tag": "@fluentui-react-native/text_v0.11.10",
49
+ "version": "0.11.10",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/text",
55
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.10",
56
+ "commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Wed, 02 Feb 2022 02:29:07 GMT",
6
63
  "tag": "@fluentui-react-native/text_v0.11.9",
7
64
  "version": "0.11.9",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Wed, 02 Feb 2022 02:26:23 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Mar 2022 20:18:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.12
8
+
9
+ Thu, 03 Mar 2022 20:18:16 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @uifabricshared/foundation-compose to v1.11.11
14
+ - Bump @fluentui-react-native/tokens to v0.11.7
15
+
16
+ ## 0.11.11
17
+
18
+ Fri, 18 Feb 2022 23:27:11 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @fluentui-react-native/adapters to v0.8.3
23
+ - Bump @fluentui-react-native/tokens to v0.11.6
24
+
25
+ ## 0.11.10
26
+
27
+ Thu, 17 Feb 2022 01:22:02 GMT
28
+
29
+ ### Patches
30
+
31
+ - Bump @uifabricshared/foundation-compose to v1.11.10
32
+
7
33
  ## 0.11.9
8
34
 
9
- Wed, 02 Feb 2022 02:26:23 GMT
35
+ Wed, 02 Feb 2022 02:29:07 GMT
10
36
 
11
37
  ### Patches
12
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.11.9",
3
+ "version": "0.11.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",
@@ -22,9 +22,9 @@
22
22
  "directory": "packages/components/text"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.11.9",
26
- "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
27
- "@fluentui-react-native/tokens": ">=0.11.5 <1.0.0"
25
+ "@uifabricshared/foundation-compose": "^1.11.11",
26
+ "@fluentui-react-native/adapters": ">=0.8.3 <1.0.0",
27
+ "@fluentui-react-native/tokens": ">=0.11.7 <1.0.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",