@fluentui-react-native/stack 0.7.8 → 0.7.9

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": "Wed, 21 Sep 2022 20:58:28 GMT",
5
+ "date": "Fri, 30 Sep 2022 00:51:18 GMT",
6
+ "tag": "@fluentui-react-native/stack_v0.7.9",
7
+ "version": "0.7.9",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "krsiler@microsoft.com",
12
+ "package": "@fluentui-react-native/stack",
13
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b",
14
+ "comment": "Update react-native to 0.68"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/stack",
19
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.6",
20
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/stack",
25
+ "comment": "Bump @fluentui-react-native/adapters to v0.9.2",
26
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/stack",
31
+ "comment": "Bump @fluentui-react-native/framework to v0.8.5",
32
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/stack",
37
+ "comment": "Bump @fluentui-react-native/tokens to v0.17.1",
38
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/stack",
43
+ "comment": "Bump @uifabricshared/foundation-composable to v0.11.1",
44
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/stack",
49
+ "comment": "Bump @uifabricshared/foundation-settings to v0.12.1",
50
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/stack",
55
+ "comment": "Bump @uifabricshared/foundation-tokens to v0.12.4",
56
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui-react-native/stack",
61
+ "comment": "Bump @fluentui-react-native/text to v0.15.1",
62
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Wed, 21 Sep 2022 21:00:40 GMT",
6
69
  "tag": "@fluentui-react-native/stack_v0.7.8",
7
70
  "version": "0.7.8",
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 Wed, 21 Sep 2022 20:58:28 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 00:51:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.9
8
+
9
+ Fri, 30 Sep 2022 00:51:18 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update react-native to 0.68 (krsiler@microsoft.com)
14
+ - Bump @uifabricshared/foundation-compose to v1.12.6
15
+ - Bump @fluentui-react-native/adapters to v0.9.2
16
+ - Bump @fluentui-react-native/framework to v0.8.5
17
+ - Bump @fluentui-react-native/tokens to v0.17.1
18
+ - Bump @uifabricshared/foundation-composable to v0.11.1
19
+ - Bump @uifabricshared/foundation-settings to v0.12.1
20
+ - Bump @uifabricshared/foundation-tokens to v0.12.4
21
+ - Bump @fluentui-react-native/text to v0.15.1
22
+
7
23
  ## 0.7.8
8
24
 
9
- Wed, 21 Sep 2022 20:58:28 GMT
25
+ Wed, 21 Sep 2022 21:00:40 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.7.8",
3
+ "version": "0.7.9",
4
4
  "description": "A cross-platform opinionated Fluent Text component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,25 +22,37 @@
22
22
  "directory": "packages/components/Stack"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.12.5",
26
- "@fluentui-react-native/adapters": ">=0.9.1 <1.0.0",
27
- "@fluentui-react-native/framework": ">=0.8.4 <1.0.0",
28
- "@fluentui-react-native/tokens": ">=0.17.0 <1.0.0",
29
- "@uifabricshared/foundation-composable": ">=0.11.0 <1.0.0",
30
- "@uifabricshared/foundation-settings": ">=0.12.0 <1.0.0",
31
- "@uifabricshared/foundation-tokens": ">=0.12.3 <1.0.0"
25
+ "@uifabricshared/foundation-compose": "^1.12.6",
26
+ "@fluentui-react-native/adapters": ">=0.9.2 <1.0.0",
27
+ "@fluentui-react-native/framework": ">=0.8.5 <1.0.0",
28
+ "@fluentui-react-native/tokens": ">=0.17.1 <1.0.0",
29
+ "@uifabricshared/foundation-composable": ">=0.11.1 <1.0.0",
30
+ "@uifabricshared/foundation-settings": ">=0.12.1 <1.0.0",
31
+ "@uifabricshared/foundation-tokens": ">=0.12.4 <1.0.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
35
- "@fluentui-react-native/text": ">=0.15.0 <1.0.0",
36
- "@types/react-native": "^0.66.0",
35
+ "@fluentui-react-native/text": ">=0.15.1 <1.0.0",
36
+ "@types/react-native": "^0.68.0",
37
37
  "@fluentui-react-native/scripts": "^0.1.1",
38
- "react-native": "^0.66.0"
38
+ "react": "17.0.2",
39
+ "react-native": "^0.68.0"
39
40
  },
40
41
  "peerDependencies": {
41
- "react": ">=17.0.2",
42
- "react-native": ">=0.66.0"
42
+ "react": "17.0.2",
43
+ "react-native": "^0.68.0"
43
44
  },
44
45
  "author": "",
45
- "license": "MIT"
46
+ "license": "MIT",
47
+ "rnx-kit": {
48
+ "reactNativeVersion": "^0.68",
49
+ "reactNativeDevVersion": "^0.68",
50
+ "kitType": "library",
51
+ "capabilities": [
52
+ "core",
53
+ "core-android",
54
+ "core-ios",
55
+ "react"
56
+ ]
57
+ }
46
58
  }