@fluentui-react-native/stack 0.6.31 → 0.7.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.json +108 -1
  2. package/CHANGELOG.md +35 -2
  3. package/package.json +13 -13
package/CHANGELOG.json CHANGED
@@ -2,7 +2,114 @@
2
2
  "name": "@fluentui-react-native/stack",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 08 Jul 2022 21:22:05 GMT",
5
+ "date": "Fri, 29 Jul 2022 21:02:36 GMT",
6
+ "tag": "@fluentui-react-native/stack_v0.7.2",
7
+ "version": "0.7.2",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui-react-native/stack",
13
+ "commit": "bee467a2f783a35346bcb76687c200bd372a6086",
14
+ "comment": "move text from experimental to components dir"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui-react-native/stack",
21
+ "comment": "Bump @fluentui-react-native/text to v0.13.0",
22
+ "commit": "bee467a2f783a35346bcb76687c200bd372a6086"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Tue, 26 Jul 2022 19:30:23 GMT",
29
+ "tag": "@fluentui-react-native/stack_v0.7.1",
30
+ "version": "0.7.1",
31
+ "comments": {
32
+ "patch": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui-react-native/stack",
36
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.1",
37
+ "commit": "138a3ae19c80f405dd69525b808c627ef83ee0a0"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui-react-native/stack",
42
+ "comment": "Bump @fluentui-react-native/text to v0.12.1",
43
+ "commit": "138a3ae19c80f405dd69525b808c627ef83ee0a0"
44
+ }
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "date": "Thu, 14 Jul 2022 18:09:49 GMT",
50
+ "tag": "@fluentui-react-native/stack_v0.7.0",
51
+ "version": "0.7.0",
52
+ "comments": {
53
+ "minor": [
54
+ {
55
+ "author": "sanajmi@microsoft.com",
56
+ "package": "@fluentui-react-native/stack",
57
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
58
+ "comment": "Update to React Native 0.66"
59
+ },
60
+ {
61
+ "author": "beachball",
62
+ "package": "@fluentui-react-native/stack",
63
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.0",
64
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
65
+ },
66
+ {
67
+ "author": "beachball",
68
+ "package": "@fluentui-react-native/stack",
69
+ "comment": "Bump @fluentui-react-native/adapters to v0.9.0",
70
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
71
+ },
72
+ {
73
+ "author": "beachball",
74
+ "package": "@fluentui-react-native/stack",
75
+ "comment": "Bump @fluentui-react-native/framework to v0.8.0",
76
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
77
+ },
78
+ {
79
+ "author": "beachball",
80
+ "package": "@fluentui-react-native/stack",
81
+ "comment": "Bump @fluentui-react-native/tokens to v0.16.0",
82
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
83
+ },
84
+ {
85
+ "author": "beachball",
86
+ "package": "@fluentui-react-native/stack",
87
+ "comment": "Bump @uifabricshared/foundation-composable to v0.11.0",
88
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
89
+ },
90
+ {
91
+ "author": "beachball",
92
+ "package": "@fluentui-react-native/stack",
93
+ "comment": "Bump @uifabricshared/foundation-settings to v0.12.0",
94
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
95
+ },
96
+ {
97
+ "author": "beachball",
98
+ "package": "@fluentui-react-native/stack",
99
+ "comment": "Bump @uifabricshared/foundation-tokens to v0.12.0",
100
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
101
+ },
102
+ {
103
+ "author": "beachball",
104
+ "package": "@fluentui-react-native/stack",
105
+ "comment": "Bump @fluentui-react-native/text to v0.12.0",
106
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
107
+ }
108
+ ]
109
+ }
110
+ },
111
+ {
112
+ "date": "Fri, 08 Jul 2022 21:23:37 GMT",
6
113
  "tag": "@fluentui-react-native/stack_v0.6.31",
7
114
  "version": "0.6.31",
8
115
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
1
1
  # Change Log - @fluentui-react-native/stack
2
2
 
3
- This log was last generated on Fri, 08 Jul 2022 21:22:05 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 29 Jul 2022 21:02:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.2
8
+
9
+ Fri, 29 Jul 2022 21:02:36 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/text to v0.13.0
14
+
15
+ ## 0.7.1
16
+
17
+ Tue, 26 Jul 2022 19:30:23 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @uifabricshared/foundation-compose to v1.12.1
22
+ - Bump @fluentui-react-native/text to v0.12.1
23
+
24
+ ## 0.7.0
25
+
26
+ Thu, 14 Jul 2022 18:09:49 GMT
27
+
28
+ ### Minor changes
29
+
30
+ - Update to React Native 0.66 (sanajmi@microsoft.com)
31
+ - Bump @uifabricshared/foundation-compose to v1.12.0
32
+ - Bump @fluentui-react-native/adapters to v0.9.0
33
+ - Bump @fluentui-react-native/framework to v0.8.0
34
+ - Bump @fluentui-react-native/tokens to v0.16.0
35
+ - Bump @uifabricshared/foundation-composable to v0.11.0
36
+ - Bump @uifabricshared/foundation-settings to v0.12.0
37
+ - Bump @uifabricshared/foundation-tokens to v0.12.0
38
+ - Bump @fluentui-react-native/text to v0.12.0
39
+
7
40
  ## 0.6.31
8
41
 
9
- Fri, 08 Jul 2022 21:22:05 GMT
42
+ Fri, 08 Jul 2022 21:23:37 GMT
10
43
 
11
44
  ### Patches
12
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/stack",
3
- "version": "0.6.31",
3
+ "version": "0.7.2",
4
4
  "description": "A cross-platform opinionated Fluent Text component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,24 +22,24 @@
22
22
  "directory": "packages/components/Stack"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.11.23",
26
- "@fluentui-react-native/adapters": ">=0.8.5 <1.0.0",
27
- "@fluentui-react-native/framework": ">=0.7.32 <1.0.0",
28
- "@fluentui-react-native/tokens": ">=0.15.1 <1.0.0",
29
- "@uifabricshared/foundation-composable": ">=0.10.3 <1.0.0",
30
- "@uifabricshared/foundation-settings": ">=0.11.3 <1.0.0",
31
- "@uifabricshared/foundation-tokens": ">=0.11.4 <1.0.0"
25
+ "@uifabricshared/foundation-compose": "^1.12.1",
26
+ "@fluentui-react-native/adapters": ">=0.9.0 <1.0.0",
27
+ "@fluentui-react-native/framework": ">=0.8.0 <1.0.0",
28
+ "@fluentui-react-native/tokens": ">=0.16.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.0 <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.11.28 <1.0.0",
36
- "@types/react-native": "^0.64.0",
35
+ "@fluentui-react-native/text": ">=0.13.0 <1.0.0",
36
+ "@types/react-native": "^0.66.0",
37
37
  "@fluentui-react-native/scripts": "^0.1.1",
38
- "react-native": "^0.64.3"
38
+ "react-native": "^0.66.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "react": ">=17.0.1",
42
- "react-native": ">=0.64.3"
41
+ "react": ">=17.0.2",
42
+ "react-native": ">=0.66.0"
43
43
  },
44
44
  "author": "",
45
45
  "license": "MIT"