@fluentui-react-native/text 0.11.19 → 0.11.20

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,34 @@
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, 27 Apr 2022 19:28:57 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.11.20",
7
+ "version": "0.11.20",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui-react-native/text",
13
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1",
14
+ "comment": "initial Text implementation"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/text",
19
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.18",
20
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/text",
25
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.10",
26
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Thu, 21 Apr 2022 21:50:03 GMT",
6
33
  "tag": "@fluentui-react-native/text_v0.11.19",
7
34
  "version": "0.11.19",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
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, 27 Apr 2022 19:28:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.20
8
+
9
+ Wed, 27 Apr 2022 19:28:57 GMT
10
+
11
+ ### Patches
12
+
13
+ - initial Text implementation (email not defined)
14
+ - Bump @uifabricshared/foundation-compose to v1.11.18
15
+ - Bump @fluentui-react-native/tokens to v0.11.10
16
+
7
17
  ## 0.11.19
8
18
 
9
- Thu, 21 Apr 2022 21:48:33 GMT
19
+ Thu, 21 Apr 2022 21:50:03 GMT
10
20
 
11
21
  ### Patches
12
22
 
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.20",
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.18",
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.10 <1.0.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",