@fluentui-react-native/text 0.15.12 → 0.15.14

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,67 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 04 Nov 2022 14:34:03 GMT",
5
+ "date": "Tue, 08 Nov 2022 22:16:44 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.15.14",
7
+ "version": "0.15.14",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/text",
13
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.19",
14
+ "commit": "892e038305667c72dd7c9af1e706ffe648a2d2ae"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/text",
19
+ "comment": "Bump @fluentui-react-native/adapters to v0.10.0",
20
+ "commit": "892e038305667c72dd7c9af1e706ffe648a2d2ae"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/text",
25
+ "comment": "Bump @fluentui-react-native/framework to v0.8.18",
26
+ "commit": "892e038305667c72dd7c9af1e706ffe648a2d2ae"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/text",
31
+ "comment": "Bump @fluentui-react-native/tokens to v0.17.8",
32
+ "commit": "892e038305667c72dd7c9af1e706ffe648a2d2ae"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Tue, 08 Nov 2022 19:22:01 GMT",
39
+ "tag": "@fluentui-react-native/text_v0.15.13",
40
+ "version": "0.15.13",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui-react-native/text",
46
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.18",
47
+ "commit": "2a423f2b00d2039d1c67fc60b4d81b942e45a9dc"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui-react-native/text",
52
+ "comment": "Bump @fluentui-react-native/framework to v0.8.17",
53
+ "commit": "2a423f2b00d2039d1c67fc60b4d81b942e45a9dc"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/text",
58
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.21.2",
59
+ "commit": "2a423f2b00d2039d1c67fc60b4d81b942e45a9dc"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Fri, 04 Nov 2022 14:36:23 GMT",
6
66
  "tag": "@fluentui-react-native/text_v0.15.12",
7
67
  "version": "0.15.12",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Fri, 04 Nov 2022 14:34:03 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 08 Nov 2022 22:16:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.15.14
8
+
9
+ Tue, 08 Nov 2022 22:16:44 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @uifabricshared/foundation-compose to v1.12.19
14
+ - Bump @fluentui-react-native/adapters to v0.10.0
15
+ - Bump @fluentui-react-native/framework to v0.8.18
16
+ - Bump @fluentui-react-native/tokens to v0.17.8
17
+
18
+ ## 0.15.13
19
+
20
+ Tue, 08 Nov 2022 19:22:01 GMT
21
+
22
+ ### Patches
23
+
24
+ - Bump @uifabricshared/foundation-compose to v1.12.18
25
+ - Bump @fluentui-react-native/framework to v0.8.17
26
+ - Bump @fluentui-react-native/theme-tokens to v0.21.2
27
+
7
28
  ## 0.15.12
8
29
 
9
- Fri, 04 Nov 2022 14:34:03 GMT
30
+ Fri, 04 Nov 2022 14:36:23 GMT
10
31
 
11
32
  ### Patches
12
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.15.12",
3
+ "version": "0.15.14",
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,11 +22,11 @@
22
22
  "directory": "packages/components/text"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.12.17",
26
- "@fluentui-react-native/adapters": ">=0.9.3 <1.0.0",
27
- "@fluentui-react-native/framework": "0.8.16",
28
- "@fluentui-react-native/theme-tokens": ">=0.21.1 <1.0.0",
29
- "@fluentui-react-native/tokens": ">=0.17.7 <1.0.0",
25
+ "@uifabricshared/foundation-compose": "^1.12.19",
26
+ "@fluentui-react-native/adapters": ">=0.10.0 <1.0.0",
27
+ "@fluentui-react-native/framework": "0.8.18",
28
+ "@fluentui-react-native/theme-tokens": ">=0.21.2 <1.0.0",
29
+ "@fluentui-react-native/tokens": ">=0.17.8 <1.0.0",
30
30
  "tslib": "^2.3.1"
31
31
  },
32
32
  "devDependencies": {