@fluentui-react-native/text 0.11.18 → 0.11.21

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,70 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Apr 2022 16:53:30 GMT",
5
+ "date": "Thu, 28 Apr 2022 19:07:57 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.11.21",
7
+ "version": "0.11.21",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/text",
13
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.19",
14
+ "commit": "8cff404ca31eaa61017551a1d73fd3fdae7da132"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/text",
19
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.11",
20
+ "commit": "8cff404ca31eaa61017551a1d73fd3fdae7da132"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 27 Apr 2022 19:30:38 GMT",
27
+ "tag": "@fluentui-react-native/text_v0.11.20",
28
+ "version": "0.11.20",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "email not defined",
33
+ "package": "@fluentui-react-native/text",
34
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1",
35
+ "comment": "initial Text implementation"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/text",
40
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.18",
41
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui-react-native/text",
46
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.10",
47
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Thu, 21 Apr 2022 21:50:03 GMT",
54
+ "tag": "@fluentui-react-native/text_v0.11.19",
55
+ "version": "0.11.19",
56
+ "comments": {
57
+ "patch": [
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui-react-native/text",
61
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.17",
62
+ "commit": "9d96c6b126ce5293d5315054216af4bd3a447fbe"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Tue, 19 Apr 2022 16:54:55 GMT",
6
69
  "tag": "@fluentui-react-native/text_v0.11.18",
7
70
  "version": "0.11.18",
8
71
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 16:53:30 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 28 Apr 2022 19:07:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.21
8
+
9
+ Thu, 28 Apr 2022 19:07:57 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @uifabricshared/foundation-compose to v1.11.19
14
+ - Bump @fluentui-react-native/tokens to v0.11.11
15
+
16
+ ## 0.11.20
17
+
18
+ Wed, 27 Apr 2022 19:30:38 GMT
19
+
20
+ ### Patches
21
+
22
+ - initial Text implementation (email not defined)
23
+ - Bump @uifabricshared/foundation-compose to v1.11.18
24
+ - Bump @fluentui-react-native/tokens to v0.11.10
25
+
26
+ ## 0.11.19
27
+
28
+ Thu, 21 Apr 2022 21:50:03 GMT
29
+
30
+ ### Patches
31
+
32
+ - Bump @uifabricshared/foundation-compose to v1.11.17
33
+
7
34
  ## 0.11.18
8
35
 
9
- Tue, 19 Apr 2022 16:53:30 GMT
36
+ Tue, 19 Apr 2022 16:54:55 GMT
10
37
 
11
38
  ### Patches
12
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.11.18",
3
+ "version": "0.11.21",
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.16",
25
+ "@uifabricshared/foundation-compose": "^1.11.19",
26
26
  "@fluentui-react-native/adapters": ">=0.8.5 <1.0.0",
27
- "@fluentui-react-native/tokens": ">=0.11.9 <1.0.0"
27
+ "@fluentui-react-native/tokens": ">=0.11.11 <1.0.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",