@fluentui-react-native/experimental-shadow 0.2.2 → 0.2.5

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