@fluentui-react-native/popover 0.4.4 → 0.4.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,19 +2,17 @@
2
2
  "name": "@fluentui-react-native/popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Jul 2025 20:30:34 GMT",
6
- "version": "0.4.4",
7
- "tag": "@fluentui-react-native/popover_v0.4.4",
5
+ "date": "Fri, 11 Jul 2025 19:50:48 GMT",
6
+ "version": "0.4.5",
7
+ "tag": "@fluentui-react-native/popover_v0.4.5",
8
8
  "comments": {
9
- "patch": [
9
+ "none": [
10
10
  {
11
- "author": "jasonmo@microsoft.com",
11
+ "author": "sanajmi@microsoft.com",
12
12
  "package": "@fluentui-react-native/popover",
13
- "commit": "479b93cea460a26df70c55b5d3335927ed374713",
14
- "comment": "update builds to use node16 settings and modern export maps"
15
- }
16
- ],
17
- "none": [
13
+ "commit": "405ca368dc3f2963bfc252a1952b1e14ff503499",
14
+ "comment": "fix: run `beachball sync` to sync package versions with NPM"
15
+ },
18
16
  {
19
17
  "author": "jasonmo@microsoft.com",
20
18
  "package": "@fluentui-react-native/popover",
@@ -33,6 +31,14 @@
33
31
  "commit": "a245202877ef7f2be9ab5f0e1356b2270957e693",
34
32
  "comment": "Run bump-versions"
35
33
  }
34
+ ],
35
+ "patch": [
36
+ {
37
+ "author": "jasonmo@microsoft.com",
38
+ "package": "@fluentui-react-native/popover",
39
+ "commit": "479b93cea460a26df70c55b5d3335927ed374713",
40
+ "comment": "update builds to use node16 settings and modern export maps"
41
+ }
36
42
  ]
37
43
  }
38
44
  },
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @fluentui-react-native/popover
2
2
 
3
- <!-- This log was last generated on Thu, 10 Jul 2025 20:30:34 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 11 Jul 2025 19:50:48 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.4.4
7
+ ## 0.4.5
8
8
 
9
- Thu, 10 Jul 2025 20:30:34 GMT
9
+ Fri, 11 Jul 2025 19:50:48 GMT
10
10
 
11
11
  ### Patches
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/popover",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
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",
@@ -29,8 +29,8 @@
29
29
  "directory": "packages/experimental/popover"
30
30
  },
31
31
  "dependencies": {
32
- "@fluentui-react-native/adapters": "0.13.2",
33
- "@fluentui-react-native/framework": "0.14.4",
32
+ "@fluentui-react-native/adapters": "0.13.3",
33
+ "@fluentui-react-native/framework": "0.14.5",
34
34
  "tslib": "^2.3.1"
35
35
  },
36
36
  "devDependencies": {