@fluentui-react-native/text 0.11.21 → 0.11.24

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,58 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 28 Apr 2022 19:07:57 GMT",
5
+ "date": "Sat, 21 May 2022 16:16:50 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.11.24",
7
+ "version": "0.11.24",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/text",
13
+ "comment": "Bump @fluentui-react-native/tokens to v0.12.2",
14
+ "commit": "313cc45fbeb5bfaff0b266194cc48608bf6d2c35"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 21 May 2022 01:47:58 GMT",
21
+ "tag": "@fluentui-react-native/text_v0.11.23",
22
+ "version": "0.11.23",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/text",
28
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.20",
29
+ "commit": "36ea0d81629f9326eb8c23912d9949381014dade"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/text",
34
+ "comment": "Bump @fluentui-react-native/tokens to v0.12.1",
35
+ "commit": "36ea0d81629f9326eb8c23912d9949381014dade"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 04 May 2022 21:06:04 GMT",
42
+ "tag": "@fluentui-react-native/text_v0.11.22",
43
+ "version": "0.11.22",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/text",
49
+ "comment": "Bump @fluentui-react-native/tokens to v0.12.0",
50
+ "commit": "d503e2af4e84ba5c8c1c40ea3698fcbd1691dda6"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 28 Apr 2022 19:09:51 GMT",
6
57
  "tag": "@fluentui-react-native/text_v0.11.21",
7
58
  "version": "0.11.21",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Thu, 28 Apr 2022 19:07:57 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 21 May 2022 16:16:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.24
8
+
9
+ Sat, 21 May 2022 16:16:50 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/tokens to v0.12.2
14
+
15
+ ## 0.11.23
16
+
17
+ Sat, 21 May 2022 01:47:58 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @uifabricshared/foundation-compose to v1.11.20
22
+ - Bump @fluentui-react-native/tokens to v0.12.1
23
+
24
+ ## 0.11.22
25
+
26
+ Wed, 04 May 2022 21:06:04 GMT
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui-react-native/tokens to v0.12.0
31
+
7
32
  ## 0.11.21
8
33
 
9
- Thu, 28 Apr 2022 19:07:57 GMT
34
+ Thu, 28 Apr 2022 19:09:51 GMT
10
35
 
11
36
  ### Patches
12
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.11.21",
3
+ "version": "0.11.24",
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.19",
25
+ "@uifabricshared/foundation-compose": "^1.11.20",
26
26
  "@fluentui-react-native/adapters": ">=0.8.5 <1.0.0",
27
- "@fluentui-react-native/tokens": ">=0.11.11 <1.0.0"
27
+ "@fluentui-react-native/tokens": ">=0.12.2 <1.0.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",