@fluentui-react-native/experimental-shadow 0.2.4 → 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,28 @@
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 14 Jul 2022 16:12:53 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",
6
27
  "tag": "@fluentui-react-native/experimental-shadow_v0.2.4",
7
28
  "version": "0.2.4",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shadow
2
2
 
3
- This log was last generated on Thu, 14 Jul 2022 16:12:53 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
+
7
16
  ## 0.2.4
8
17
 
9
- Thu, 14 Jul 2022 16:12:53 GMT
18
+ Thu, 14 Jul 2022 16:13:45 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
- "version": "0.2.4",
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"