@fluentui-react-native/text 0.11.19 → 0.11.22

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