@fluentui/react-teaching-popover 9.6.13 → 9.6.14

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 +17 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-teaching-popover
2
2
 
3
- This log was last generated on Fri, 05 Dec 2025 22:36:03 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Dec 2025 18:06:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.14)
8
+
9
+ Wed, 17 Dec 2025 18:06:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.13..@fluentui/react-teaching-popover_v9.6.14)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.3.4 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.26.0 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
16
+ - Bump @fluentui/react-popover to v9.12.13 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
17
+ - Bump @fluentui/react-button to v9.7.1 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.26.11 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
19
+ - Bump @fluentui/react-aria to v9.17.7 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
20
+ - Bump @fluentui/react-context-selector to v9.2.13 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
21
+
7
22
  ## [9.6.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.13)
8
23
 
9
- Fri, 05 Dec 2025 22:36:03 GMT
24
+ Fri, 05 Dec 2025 22:38:25 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.12..@fluentui/react-teaching-popover_v9.6.13)
11
26
 
12
27
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-teaching-popover",
3
- "version": "9.6.13",
3
+ "version": "9.6.14",
4
4
  "description": "New fluentui react package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -24,18 +24,18 @@
24
24
  "@fluentui/scripts-api-extractor": "*"
25
25
  },
26
26
  "dependencies": {
27
- "@fluentui/react-jsx-runtime": "^9.3.3",
27
+ "@fluentui/react-jsx-runtime": "^9.3.4",
28
28
  "@fluentui/react-theme": "^9.2.0",
29
- "@fluentui/react-utilities": "^9.25.4",
29
+ "@fluentui/react-utilities": "^9.26.0",
30
30
  "@griffel/react": "^1.5.32",
31
31
  "@swc/helpers": "^0.5.1",
32
32
  "@fluentui/react-shared-contexts": "^9.26.0",
33
- "@fluentui/react-popover": "^9.12.12",
34
- "@fluentui/react-button": "^9.7.0",
35
- "@fluentui/react-tabster": "^9.26.10",
33
+ "@fluentui/react-popover": "^9.12.13",
34
+ "@fluentui/react-button": "^9.7.1",
35
+ "@fluentui/react-tabster": "^9.26.11",
36
36
  "@fluentui/react-icons": "^2.0.245",
37
- "@fluentui/react-aria": "^9.17.6",
38
- "@fluentui/react-context-selector": "^9.2.12",
37
+ "@fluentui/react-aria": "^9.17.7",
38
+ "@fluentui/react-context-selector": "^9.2.13",
39
39
  "use-sync-external-store": "^1.2.0"
40
40
  },
41
41
  "peerDependencies": {