@fluentui-react-native/text 0.15.9 → 0.15.11

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, 21 Oct 2022 13:07:13 GMT",
5
+ "date": "Thu, 27 Oct 2022 11:07:13 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.15.11",
7
+ "version": "0.15.11",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/text",
13
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.16",
14
+ "commit": "ceeb4be38b8e0008315f65711c064c5fbd3d8bb8"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/text",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.8.15",
20
+ "commit": "ceeb4be38b8e0008315f65711c064c5fbd3d8bb8"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/text",
25
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.21.0",
26
+ "commit": "ceeb4be38b8e0008315f65711c064c5fbd3d8bb8"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/text",
31
+ "comment": "Bump @fluentui-react-native/tokens to v0.17.6",
32
+ "commit": "ceeb4be38b8e0008315f65711c064c5fbd3d8bb8"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Tue, 25 Oct 2022 22:47:45 GMT",
39
+ "tag": "@fluentui-react-native/text_v0.15.10",
40
+ "version": "0.15.10",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui-react-native/text",
46
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.15",
47
+ "commit": "1e46feedf33b4bddf2888af9c6134f2cd705fa7b"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui-react-native/text",
52
+ "comment": "Bump @fluentui-react-native/framework to v0.8.14",
53
+ "commit": "1e46feedf33b4bddf2888af9c6134f2cd705fa7b"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/text",
58
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.20.1",
59
+ "commit": "1e46feedf33b4bddf2888af9c6134f2cd705fa7b"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Fri, 21 Oct 2022 13:09:26 GMT",
6
66
  "tag": "@fluentui-react-native/text_v0.15.9",
7
67
  "version": "0.15.9",
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, 21 Oct 2022 13:07:13 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 27 Oct 2022 11:07:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.15.11
8
+
9
+ Thu, 27 Oct 2022 11:07:13 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @uifabricshared/foundation-compose to v1.12.16
14
+ - Bump @fluentui-react-native/framework to v0.8.15
15
+ - Bump @fluentui-react-native/theme-tokens to v0.21.0
16
+ - Bump @fluentui-react-native/tokens to v0.17.6
17
+
18
+ ## 0.15.10
19
+
20
+ Tue, 25 Oct 2022 22:47:45 GMT
21
+
22
+ ### Patches
23
+
24
+ - Bump @uifabricshared/foundation-compose to v1.12.15
25
+ - Bump @fluentui-react-native/framework to v0.8.14
26
+ - Bump @fluentui-react-native/theme-tokens to v0.20.1
27
+
7
28
  ## 0.15.9
8
29
 
9
- Fri, 21 Oct 2022 13:07:13 GMT
30
+ Fri, 21 Oct 2022 13:09:26 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.9",
3
+ "version": "0.15.11",
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.14",
25
+ "@uifabricshared/foundation-compose": "^1.12.16",
26
26
  "@fluentui-react-native/adapters": ">=0.9.3 <1.0.0",
27
- "@fluentui-react-native/framework": "0.8.13",
28
- "@fluentui-react-native/theme-tokens": ">=0.20.0 <1.0.0",
29
- "@fluentui-react-native/tokens": ">=0.17.5 <1.0.0",
27
+ "@fluentui-react-native/framework": "0.8.15",
28
+ "@fluentui-react-native/theme-tokens": ">=0.21.0 <1.0.0",
29
+ "@fluentui-react-native/tokens": ">=0.17.6 <1.0.0",
30
30
  "tslib": "^2.3.1"
31
31
  },
32
32
  "devDependencies": {