@fluentui-react-native/popover 0.1.7 → 0.1.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,64 @@
2
2
  "name": "@fluentui-react-native/popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 25 May 2022 18:41:24 GMT",
5
+ "date": "Thu, 14 Jul 2022 18:07:19 GMT",
6
+ "tag": "@fluentui-react-native/popover_v0.1.10",
7
+ "version": "0.1.10",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "duomaster01@gmail.com",
12
+ "package": "@fluentui-react-native/popover",
13
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
14
+ "comment": "updated to rn 0.66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/popover",
19
+ "comment": "Bump @fluentui-react-native/adapters to v0.9.0",
20
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/popover",
25
+ "comment": "Bump @fluentui-react-native/framework to v0.8.0",
26
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 08 Jul 2022 21:23:37 GMT",
33
+ "tag": "@fluentui-react-native/popover_v0.1.9",
34
+ "version": "0.1.9",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/popover",
40
+ "comment": "Bump @fluentui-react-native/framework to v0.7.32",
41
+ "commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 07 Jul 2022 21:24:07 GMT",
48
+ "tag": "@fluentui-react-native/popover_v0.1.8",
49
+ "version": "0.1.8",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/popover",
55
+ "comment": "Bump @fluentui-react-native/framework to v0.7.31",
56
+ "commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Wed, 25 May 2022 18:43:09 GMT",
6
63
  "tag": "@fluentui-react-native/popover_v0.1.7",
7
64
  "version": "0.1.7",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui-react-native/popover
2
2
 
3
- This log was last generated on Wed, 25 May 2022 18:41:24 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 18:07:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.10
8
+
9
+ Thu, 14 Jul 2022 18:07:19 GMT
10
+
11
+ ### Patches
12
+
13
+ - updated to rn 0.66 (duomaster01@gmail.com)
14
+ - Bump @fluentui-react-native/adapters to v0.9.0
15
+ - Bump @fluentui-react-native/framework to v0.8.0
16
+
17
+ ## 0.1.9
18
+
19
+ Fri, 08 Jul 2022 21:23:37 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui-react-native/framework to v0.7.32
24
+
25
+ ## 0.1.8
26
+
27
+ Thu, 07 Jul 2022 21:24:07 GMT
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui-react-native/framework to v0.7.31
32
+
7
33
  ## 0.1.7
8
34
 
9
- Wed, 25 May 2022 18:41:24 GMT
35
+ Wed, 25 May 2022 18:43:09 GMT
10
36
 
11
37
  ### Patches
12
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/popover",
3
- "version": "0.1.7",
3
+ "version": "0.1.10",
4
4
  "description": "A cross-platform Popover component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,19 +22,19 @@
22
22
  "directory": "packages/experimental/popover"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": ">=0.8.5 <1.0.0",
26
- "@fluentui-react-native/framework": "0.7.30",
25
+ "@fluentui-react-native/adapters": ">=0.9.0 <1.0.0",
26
+ "@fluentui-react-native/framework": "0.8.0",
27
27
  "tslib": "^2.3.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
31
31
  "@fluentui-react-native/scripts": "^0.1.1",
32
- "@types/react-native": "^0.64.0",
33
- "react-native": "^0.64.3"
32
+ "@types/react-native": "^0.66.0",
33
+ "react-native": "^0.66.0"
34
34
  },
35
35
  "peerDependencies": {
36
- "react": ">=17.0.1",
37
- "react-native": ">=0.64.3"
36
+ "react": ">=17.0.2",
37
+ "react-native": ">=0.66.0"
38
38
  },
39
39
  "author": "",
40
40
  "license": "MIT"