@fluentui-react-native/text 0.19.0 → 0.19.1

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,40 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 15 Dec 2022 14:47:33 GMT",
5
+ "date": "Tue, 27 Dec 2022 10:15:40 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.19.1",
7
+ "version": "0.19.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/text",
13
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.28",
14
+ "commit": "19c7982576e025a7601af0fb727ae6850b8d4aea"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/text",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.8.27",
20
+ "commit": "19c7982576e025a7601af0fb727ae6850b8d4aea"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/text",
25
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.22.2",
26
+ "commit": "19c7982576e025a7601af0fb727ae6850b8d4aea"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/text",
31
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.22.3",
32
+ "commit": "19c7982576e025a7601af0fb727ae6850b8d4aea"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Thu, 15 Dec 2022 14:50:50 GMT",
6
39
  "tag": "@fluentui-react-native/text_v0.19.0",
7
40
  "version": "0.19.0",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Thu, 15 Dec 2022 14:47:33 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 27 Dec 2022 10:15:40 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.19.1
8
+
9
+ Tue, 27 Dec 2022 10:15:40 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @uifabricshared/foundation-compose to v1.12.28
14
+ - Bump @fluentui-react-native/framework to v0.8.27
15
+ - Bump @fluentui-react-native/interactive-hooks to v0.22.2
16
+ - Bump @fluentui-react-native/theme-tokens to v0.22.3
17
+
7
18
  ## 0.19.0
8
19
 
9
- Thu, 15 Dec 2022 14:47:33 GMT
20
+ Thu, 15 Dec 2022 14:50:50 GMT
10
21
 
11
22
  ### Minor changes
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
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,12 +22,12 @@
22
22
  "directory": "packages/components/text"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.12.27",
25
+ "@uifabricshared/foundation-compose": "^1.12.28",
26
26
  "@fluentui-react-native/adapters": ">=0.10.0 <1.0.0",
27
27
  "@fluentui-react-native/experimental-native-font-metrics": "^0.3.0",
28
- "@fluentui-react-native/framework": "0.8.26",
29
- "@fluentui-react-native/interactive-hooks": ">=0.22.1 <1.0.0",
30
- "@fluentui-react-native/theme-tokens": ">=0.22.2 <1.0.0",
28
+ "@fluentui-react-native/framework": "0.8.27",
29
+ "@fluentui-react-native/interactive-hooks": ">=0.22.2 <1.0.0",
30
+ "@fluentui-react-native/theme-tokens": ">=0.22.3 <1.0.0",
31
31
  "@fluentui-react-native/tokens": ">=0.20.0 <1.0.0",
32
32
  "tslib": "^2.3.1"
33
33
  },