@fluentui-react-native/popover 0.2.10 → 0.3.0

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,15 +2,48 @@
2
2
  "name": "@fluentui-react-native/popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 03 Nov 2023 18:49:36 GMT",
6
- "version": "0.2.10",
7
- "tag": "@fluentui-react-native/popover_v0.2.10",
5
+ "date": "Thu, 09 Nov 2023 02:32:41 GMT",
6
+ "version": "0.3.0",
7
+ "tag": "@fluentui-react-native/popover_v0.3.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "30809111+acoates-ms@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/popover",
13
+ "commit": "4a6a9cd63396c6e8fc6ffbfec7137652928e40ef",
14
+ "comment": "Update to react-native 0.72"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/popover",
19
+ "comment": "Bump @fluentui-react-native/adapters to v0.12.0",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/popover",
25
+ "comment": "Bump @fluentui-react-native/framework to v0.12.0",
26
+ "commit": "not available"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 07 Nov 2023 20:20:34 GMT",
33
+ "version": "0.2.11",
34
+ "tag": "@fluentui-react-native/popover_v0.2.11",
8
35
  "comments": {
9
36
  "patch": [
37
+ {
38
+ "author": "safreibe@microsoft.com",
39
+ "package": "@fluentui-react-native/popover",
40
+ "commit": "252935c886c6ffba5fd30593e63cbce4f61f7a90",
41
+ "comment": "Manually bump packages stuck in the pipeline"
42
+ },
10
43
  {
11
44
  "author": "beachball",
12
45
  "package": "@fluentui-react-native/popover",
13
- "comment": "Bump @fluentui-react-native/framework to v0.11.9",
46
+ "comment": "Bump @fluentui-react-native/framework to v0.11.10",
14
47
  "commit": "not available"
15
48
  }
16
49
  ]
package/CHANGELOG.md CHANGED
@@ -1,16 +1,27 @@
1
1
  # Change Log - @fluentui-react-native/popover
2
2
 
3
- This log was last generated on Fri, 03 Nov 2023 18:49:36 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 02:32:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.2.10
7
+ ## 0.3.0
8
8
 
9
- Fri, 03 Nov 2023 18:49:36 GMT
9
+ Thu, 09 Nov 2023 02:32:41 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Update to react-native 0.72 (30809111+acoates-ms@users.noreply.github.com)
14
+ - Bump @fluentui-react-native/adapters to v0.12.0
15
+ - Bump @fluentui-react-native/framework to v0.12.0
16
+
17
+ ## 0.2.11
18
+
19
+ Tue, 07 Nov 2023 20:20:34 GMT
10
20
 
11
21
  ### Patches
12
22
 
13
- - Bump @fluentui-react-native/framework to v0.11.9
23
+ - Manually bump packages stuck in the pipeline (safreibe@microsoft.com)
24
+ - Bump @fluentui-react-native/framework to v0.11.10
14
25
 
15
26
  ## 0.2.9
16
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/popover",
3
- "version": "0.2.10",
3
+ "version": "0.3.0",
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,20 @@
22
22
  "directory": "packages/experimental/popover"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": ">=0.11.3 <1.0.0",
26
- "@fluentui-react-native/framework": "0.11.9",
25
+ "@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
26
+ "@fluentui-react-native/framework": "0.12.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
+ "@react-native/metro-config": "^0.72.0",
32
33
  "react": "18.2.0",
33
- "react-native": "^0.71.0"
34
+ "react-native": "^0.72.0"
34
35
  },
35
36
  "peerDependencies": {
36
37
  "react": "18.2.0",
37
- "react-native": "^0.71.0"
38
+ "react-native": "^0.72.0"
38
39
  },
39
40
  "author": "",
40
41
  "license": "MIT",
@@ -45,7 +46,7 @@
45
46
  "microsoft/react-native"
46
47
  ],
47
48
  "requirements": [
48
- "react-native@0.71"
49
+ "react-native@0.72"
49
50
  ],
50
51
  "capabilities": [
51
52
  "core",