@fluentui-react-native/popover 0.1.9 → 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,34 @@
2
2
  "name": "@fluentui-react-native/popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 08 Jul 2022 21:22:05 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",
6
33
  "tag": "@fluentui-react-native/popover_v0.1.9",
7
34
  "version": "0.1.9",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-react-native/popover
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: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
+
7
17
  ## 0.1.9
8
18
 
9
- Fri, 08 Jul 2022 21:22:05 GMT
19
+ Fri, 08 Jul 2022 21:23:37 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/popover",
3
- "version": "0.1.9",
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.32",
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"