@fluentui-react-native/stack 0.6.5 → 0.6.6

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,70 @@
2
2
  "name": "@fluentui-react-native/stack",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Dec 2021 04:11:32 GMT",
5
+ "date": "Mon, 20 Dec 2021 22:51:36 GMT",
6
+ "tag": "@fluentui-react-native/stack_v0.6.6",
7
+ "version": "0.6.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/stack",
13
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
14
+ "comment": "Add repository property to all package.json files"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/stack",
19
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.4",
20
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/stack",
25
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.2",
26
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/stack",
31
+ "comment": "Bump @fluentui-react-native/framework to v0.7.6",
32
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/stack",
37
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.3",
38
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/stack",
43
+ "comment": "Bump @uifabricshared/foundation-composable to v0.10.2",
44
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/stack",
49
+ "comment": "Bump @uifabricshared/foundation-settings to v0.11.2",
50
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/stack",
55
+ "comment": "Bump @uifabricshared/foundation-tokens to v0.11.2",
56
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui-react-native/stack",
61
+ "comment": "Bump @fluentui-react-native/text to v0.11.4",
62
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Sat, 18 Dec 2021 04:15:05 GMT",
6
69
  "tag": "@fluentui-react-native/stack_v0.6.5",
7
70
  "version": "0.6.5",
8
71
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @fluentui-react-native/stack
2
2
 
3
- This log was last generated on Sat, 18 Dec 2021 04:11:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Dec 2021 22:51:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.6.6
8
+
9
+ Mon, 20 Dec 2021 22:51:36 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add repository property to all package.json files (ruaraki@microsoft.com)
14
+ - Bump @uifabricshared/foundation-compose to v1.11.4
15
+ - Bump @fluentui-react-native/adapters to v0.8.2
16
+ - Bump @fluentui-react-native/framework to v0.7.6
17
+ - Bump @fluentui-react-native/tokens to v0.11.3
18
+ - Bump @uifabricshared/foundation-composable to v0.10.2
19
+ - Bump @uifabricshared/foundation-settings to v0.11.2
20
+ - Bump @uifabricshared/foundation-tokens to v0.11.2
21
+ - Bump @fluentui-react-native/text to v0.11.4
22
+
7
23
  ## 0.6.5
8
24
 
9
- Sat, 18 Dec 2021 04:11:32 GMT
25
+ Sat, 18 Dec 2021 04:15:05 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/stack",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "A cross-platform opinionated Fluent Text component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,18 +16,23 @@
16
16
  "prettier": "fluentui-scripts prettier",
17
17
  "prettier-fix": "fluentui-scripts prettier --fix true"
18
18
  },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/microsoft/fluentui-react-native.git",
22
+ "directory": "packages/components/Stack"
23
+ },
19
24
  "dependencies": {
20
- "@uifabricshared/foundation-compose": "^1.11.3",
21
- "@fluentui-react-native/adapters": ">=0.8.1 <1.0.0",
22
- "@fluentui-react-native/framework": ">=0.7.5 <1.0.0",
23
- "@fluentui-react-native/tokens": ">=0.11.2 <1.0.0",
24
- "@uifabricshared/foundation-composable": ">=0.10.1 <1.0.0",
25
- "@uifabricshared/foundation-settings": ">=0.11.1 <1.0.0",
26
- "@uifabricshared/foundation-tokens": ">=0.11.1 <1.0.0"
25
+ "@uifabricshared/foundation-compose": "^1.11.4",
26
+ "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
27
+ "@fluentui-react-native/framework": ">=0.7.6 <1.0.0",
28
+ "@fluentui-react-native/tokens": ">=0.11.3 <1.0.0",
29
+ "@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
30
+ "@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0",
31
+ "@uifabricshared/foundation-tokens": ">=0.11.2 <1.0.0"
27
32
  },
28
33
  "devDependencies": {
29
34
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
30
- "@fluentui-react-native/text": ">=0.11.3 <1.0.0",
35
+ "@fluentui-react-native/text": ">=0.11.4 <1.0.0",
31
36
  "@types/react-native": "^0.64.0",
32
37
  "@uifabricshared/build-native": "^0.1.1",
33
38
  "react-native": "^0.64.3"