@fluentui-react-native/experimental-shadow 0.2.3 → 0.2.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,64 @@
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 13 Jul 2022 23:23:25 GMT",
5
+ "date": "Fri, 15 Jul 2022 00:28:58 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shadow_v0.2.6",
7
+ "version": "0.2.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-shadow",
13
+ "commit": "32c99c628be487a61c9ad2f792accc4360e1cfe7",
14
+ "comment": "Fix some versions"
15
+ },
16
+ {
17
+ "author": "78454019+lyzhan7@users.noreply.github.com",
18
+ "package": "@fluentui-react-native/experimental-shadow",
19
+ "commit": "368fee7d4df7596cab2638938835f7ded84bc6c9",
20
+ "comment": "Add shadow to iOS FAB"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 14 Jul 2022 18:09:51 GMT",
27
+ "tag": "@fluentui-react-native/experimental-shadow_v0.2.5",
28
+ "version": "0.2.5",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "duomaster01@gmail.com",
33
+ "package": "@fluentui-react-native/experimental-shadow",
34
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
35
+ "comment": "updated to rn 0.66"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/experimental-shadow",
40
+ "comment": "Bump @fluentui-react-native/framework to v0.8.0",
41
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 14 Jul 2022 16:13:45 GMT",
48
+ "tag": "@fluentui-react-native/experimental-shadow_v0.2.4",
49
+ "version": "0.2.4",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "author": "ruaraki@microsoft.com",
54
+ "package": "@fluentui-react-native/experimental-shadow",
55
+ "commit": "3066715e32b200e751633c1979f5f2155fbd42fa",
56
+ "comment": "Revert \"Add shadows to iOS FAB (#1839)\""
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Wed, 13 Jul 2022 23:23:59 GMT",
6
63
  "tag": "@fluentui-react-native/experimental-shadow_v0.2.3",
7
64
  "version": "0.2.3",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shadow
2
2
 
3
- This log was last generated on Wed, 13 Jul 2022 23:23:25 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 15 Jul 2022 00:28:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.6
8
+
9
+ Fri, 15 Jul 2022 00:28:58 GMT
10
+
11
+ ### Patches
12
+
13
+ - Fix some versions (ruaraki@microsoft.com)
14
+ - Add shadow to iOS FAB (78454019+lyzhan7@users.noreply.github.com)
15
+
16
+ ## 0.2.5
17
+
18
+ Thu, 14 Jul 2022 18:09:51 GMT
19
+
20
+ ### Patches
21
+
22
+ - updated to rn 0.66 (duomaster01@gmail.com)
23
+ - Bump @fluentui-react-native/framework to v0.8.0
24
+
25
+ ## 0.2.4
26
+
27
+ Thu, 14 Jul 2022 16:13:45 GMT
28
+
29
+ ### Patches
30
+
31
+ - Revert "Add shadows to iOS FAB (#1839)" (ruaraki@microsoft.com)
32
+
7
33
  ## 0.2.3
8
34
 
9
- Wed, 13 Jul 2022 23:23:25 GMT
35
+ Wed, 13 Jul 2022 23:23:59 GMT
10
36
 
11
37
  ### Patches
12
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
- "version": "0.2.3",
3
+ "version": "0.2.6",
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",
@@ -22,18 +22,18 @@
22
22
  "directory": "packages/experimental/Shadow"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.7.32"
25
+ "@fluentui-react-native/framework": "0.8.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
29
29
  "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
30
30
  "@fluentui-react-native/scripts": "^0.1.1",
31
- "react": ">=17.0.1",
32
- "react-native": ">=0.64.3"
31
+ "react": ">=17.0.2",
32
+ "react-native": "^0.66.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "react": ">=17.0.1",
36
- "react-native": ">=0.64.3"
35
+ "react": ">=17.0.2",
36
+ "react-native": ">=0.66.0"
37
37
  },
38
38
  "author": "",
39
39
  "license": "MIT"