@fluentui-react-native/experimental-shadow 0.2.7 → 0.2.10

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,58 @@
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 15 Jul 2022 01:22:26 GMT",
5
+ "date": "Mon, 25 Jul 2022 21:26:16 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shadow_v0.2.10",
7
+ "version": "0.2.10",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-shadow",
13
+ "commit": "0772c5674928d890bf843ca0891f646f58ff0673",
14
+ "comment": "Combine platform specific test apps"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 20 Jul 2022 16:24:28 GMT",
21
+ "tag": "@fluentui-react-native/experimental-shadow_v0.2.9",
22
+ "version": "0.2.9",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "ruaraki@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-shadow",
28
+ "commit": "1de042e4c2b76d468203365a38f4ab4eeb95cc77",
29
+ "comment": "Fix version of theme-types to align with other packages"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 19 Jul 2022 18:10:02 GMT",
36
+ "tag": "@fluentui-react-native/experimental-shadow_v0.2.8",
37
+ "version": "0.2.8",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "sanajmi@microsoft.com",
42
+ "package": "@fluentui-react-native/experimental-shadow",
43
+ "commit": "1b9087c5526b378e6b35d70cf44d109c1b0dad5e",
44
+ "comment": "Empty change"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/experimental-shadow",
49
+ "comment": "Bump @fluentui-react-native/theme-types to v0.18.0",
50
+ "commit": "1b9087c5526b378e6b35d70cf44d109c1b0dad5e"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Fri, 15 Jul 2022 01:22:54 GMT",
6
57
  "tag": "@fluentui-react-native/experimental-shadow_v0.2.7",
7
58
  "version": "0.2.7",
8
59
  "comments": {
@@ -17,7 +68,7 @@
17
68
  "author": "beachball",
18
69
  "package": "@fluentui-react-native/experimental-shadow",
19
70
  "comment": "Bump @fluentui-react-native/theme-types to v0.18.0",
20
- "commit": "b3e63050f4b326ea7326a7d8e5c956537e9f5141"
71
+ "commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
21
72
  }
22
73
  ]
23
74
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shadow
2
2
 
3
- This log was last generated on Fri, 15 Jul 2022 01:22:26 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 25 Jul 2022 21:26:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.10
8
+
9
+ Mon, 25 Jul 2022 21:26:16 GMT
10
+
11
+ ### Patches
12
+
13
+ - Combine platform specific test apps (sanajmi@microsoft.com)
14
+
15
+ ## 0.2.9
16
+
17
+ Wed, 20 Jul 2022 16:24:28 GMT
18
+
19
+ ### Patches
20
+
21
+ - Fix version of theme-types to align with other packages (ruaraki@microsoft.com)
22
+
23
+ ## 0.2.8
24
+
25
+ Tue, 19 Jul 2022 18:10:02 GMT
26
+
27
+ ### Patches
28
+
29
+ - Empty change (sanajmi@microsoft.com)
30
+ - Bump @fluentui-react-native/theme-types to v0.18.0
31
+
7
32
  ## 0.2.7
8
33
 
9
- Fri, 15 Jul 2022 01:22:26 GMT
34
+ Fri, 15 Jul 2022 01:22:54 GMT
10
35
 
11
36
  ### Patches
12
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
- "version": "0.2.7",
3
+ "version": "0.2.10",
4
4
  "description": "A cross-platform Shadow component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -23,18 +23,18 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@fluentui-react-native/framework": "0.8.0",
26
- "@fluentui-react-native/theme-types": ">=0.17.0 <1.0.0"
26
+ "@fluentui-react-native/theme-types": ">=0.18.0 <1.0.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
30
30
  "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
31
31
  "@fluentui-react-native/scripts": "^0.1.1",
32
- "react": ">=17.0.2",
32
+ "react": "17.0.2",
33
33
  "react-native": "^0.66.0"
34
34
  },
35
35
  "peerDependencies": {
36
- "react": ">=17.0.2",
37
- "react-native": ">=0.66.0"
36
+ "react": "17.0.2",
37
+ "react-native": "^0.66.0"
38
38
  },
39
39
  "author": "",
40
40
  "license": "MIT"