@fluentui-react-native/experimental-shadow 0.2.21 → 0.2.22

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,40 @@
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 26 Sep 2022 02:38:37 GMT",
5
+ "date": "Fri, 30 Sep 2022 00:51:18 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shadow_v0.2.22",
7
+ "version": "0.2.22",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "krsiler@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-shadow",
13
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b",
14
+ "comment": "Update react-native to 0.68"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-shadow",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.8.5",
20
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-shadow",
25
+ "comment": "Bump @fluentui-react-native/pressable to v0.9.14",
26
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/experimental-shadow",
31
+ "comment": "Bump @fluentui-react-native/theme-types to v0.19.2",
32
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Mon, 26 Sep 2022 02:39:40 GMT",
6
39
  "tag": "@fluentui-react-native/experimental-shadow_v0.2.21",
7
40
  "version": "0.2.21",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shadow
2
2
 
3
- This log was last generated on Mon, 26 Sep 2022 02:38:37 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 00:51:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.22
8
+
9
+ Fri, 30 Sep 2022 00:51:18 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update react-native to 0.68 (krsiler@microsoft.com)
14
+ - Bump @fluentui-react-native/framework to v0.8.5
15
+ - Bump @fluentui-react-native/pressable to v0.9.14
16
+ - Bump @fluentui-react-native/theme-types to v0.19.2
17
+
7
18
  ## 0.2.21
8
19
 
9
- Mon, 26 Sep 2022 02:38:37 GMT
20
+ Mon, 26 Sep 2022 02:39:40 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
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,21 +22,32 @@
22
22
  "directory": "packages/experimental/Shadow"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.8.4",
26
- "@fluentui-react-native/pressable": "0.9.13",
27
- "@fluentui-react-native/theme-types": "0.19.1"
25
+ "@fluentui-react-native/framework": "0.8.5",
26
+ "@fluentui-react-native/pressable": "0.9.14",
27
+ "@fluentui-react-native/theme-types": "0.19.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
31
- "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
32
31
  "@fluentui-react-native/scripts": "^0.1.1",
32
+ "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
33
33
  "react": "17.0.2",
34
- "react-native": "^0.66.0"
34
+ "react-native": "^0.68.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "17.0.2",
38
- "react-native": "^0.66.0"
38
+ "react-native": "^0.68.0"
39
39
  },
40
40
  "author": "",
41
- "license": "MIT"
41
+ "license": "MIT",
42
+ "rnx-kit": {
43
+ "reactNativeVersion": "^0.68",
44
+ "reactNativeDevVersion": "^0.68",
45
+ "kitType": "library",
46
+ "capabilities": [
47
+ "core",
48
+ "core-android",
49
+ "core-ios",
50
+ "react"
51
+ ]
52
+ }
42
53
  }