@fluentui-react-native/text 0.11.4 → 0.11.5

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,22 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 20 Dec 2021 22:51:36 GMT",
5
+ "date": "Thu, 06 Jan 2022 21:27:02 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.11.5",
7
+ "version": "0.11.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/text",
13
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.5",
14
+ "commit": "06307699c93ffe31a57f8f1c1fb60beec83583e0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 20 Dec 2021 22:56:01 GMT",
6
21
  "tag": "@fluentui-react-native/text_v0.11.4",
7
22
  "version": "0.11.4",
8
23
  "comments": {
@@ -17,19 +32,19 @@
17
32
  "author": "beachball",
18
33
  "package": "@fluentui-react-native/text",
19
34
  "comment": "Bump @uifabricshared/foundation-compose to v1.11.4",
20
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
35
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
21
36
  },
22
37
  {
23
38
  "author": "beachball",
24
39
  "package": "@fluentui-react-native/text",
25
40
  "comment": "Bump @fluentui-react-native/adapters to v0.8.2",
26
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
41
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
27
42
  },
28
43
  {
29
44
  "author": "beachball",
30
45
  "package": "@fluentui-react-native/text",
31
46
  "comment": "Bump @fluentui-react-native/tokens to v0.11.3",
32
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
47
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
33
48
  }
34
49
  ]
35
50
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Mon, 20 Dec 2021 22:51:36 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Jan 2022 21:27:02 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.5
8
+
9
+ Thu, 06 Jan 2022 21:27:02 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @uifabricshared/foundation-compose to v1.11.5
14
+
7
15
  ## 0.11.4
8
16
 
9
- Mon, 20 Dec 2021 22:51:36 GMT
17
+ Mon, 20 Dec 2021 22:56:01 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
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,7 +22,7 @@
22
22
  "directory": "packages/components/text"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.11.4",
25
+ "@uifabricshared/foundation-compose": "^1.11.5",
26
26
  "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
27
27
  "@fluentui-react-native/tokens": ">=0.11.3 <1.0.0"
28
28
  },