@fluentui/react-teaching-popover 9.7.1 → 9.7.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-teaching-popover
2
2
 
3
- This log was last generated on Wed, 24 Jun 2026 11:03:50 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Aug 2026 10:09:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.7.3)
8
+
9
+ Tue, 04 Aug 2026 10:09:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.7.2..@fluentui/react-teaching-popover_v9.7.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-popover to v9.14.5 ([PR #36453](https://github.com/microsoft/fluentui/pull/36453) by beachball)
15
+
16
+ ## [9.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.7.2)
17
+
18
+ Mon, 29 Jun 2026 15:15:07 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.7.1..@fluentui/react-teaching-popover_v9.7.2)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-button to v9.10.1 ([commit](https://github.com/microsoft/fluentui/commit/aedc345f58bc16bb8540615b5afdf3d2d3569db4) by beachball)
24
+
7
25
  ## [9.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.7.1)
8
26
 
9
- Wed, 24 Jun 2026 11:03:50 GMT
27
+ Wed, 24 Jun 2026 11:10:01 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.7.0..@fluentui/react-teaching-popover_v9.7.1)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-teaching-popover",
3
- "version": "9.7.1",
3
+ "version": "9.7.3",
4
4
  "description": "New fluentui react package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,18 +18,18 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
+ "@fluentui/react-aria": "^9.17.13",
22
+ "@fluentui/react-button": "^9.10.1",
23
+ "@fluentui/react-context-selector": "^9.2.18",
24
+ "@fluentui/react-icons": "^2.0.245",
21
25
  "@fluentui/react-jsx-runtime": "^9.4.4",
26
+ "@fluentui/react-popover": "^9.14.5",
27
+ "@fluentui/react-shared-contexts": "^9.26.2",
28
+ "@fluentui/react-tabster": "^9.26.16",
22
29
  "@fluentui/react-theme": "^9.2.1",
23
30
  "@fluentui/react-utilities": "^9.26.5",
24
31
  "@griffel/react": "^1.5.32",
25
32
  "@swc/helpers": "^0.5.1",
26
- "@fluentui/react-shared-contexts": "^9.26.2",
27
- "@fluentui/react-popover": "^9.14.4",
28
- "@fluentui/react-button": "^9.10.0",
29
- "@fluentui/react-tabster": "^9.26.16",
30
- "@fluentui/react-icons": "^2.0.245",
31
- "@fluentui/react-aria": "^9.17.13",
32
- "@fluentui/react-context-selector": "^9.2.18",
33
33
  "use-sync-external-store": "^1.2.0"
34
34
  },
35
35
  "peerDependencies": {