@fluentui/react-teaching-popover 9.6.13 → 9.6.15

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 +34 -2
  2. package/package.json +10 -16
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
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 Thu, 22 Jan 2026 17:01:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.15)
8
+
9
+ Thu, 22 Jan 2026 17:01:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.14..@fluentui/react-teaching-popover_v9.6.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.3.5 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
15
+ - Bump @fluentui/react-theme to v9.2.1 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.26.1 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.26.1 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
18
+ - Bump @fluentui/react-popover to v9.13.0 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
19
+ - Bump @fluentui/react-button to v9.8.0 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.26.12 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
21
+ - Bump @fluentui/react-aria to v9.17.8 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
22
+ - Bump @fluentui/react-context-selector to v9.2.14 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
23
+
24
+ ## [9.6.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.14)
25
+
26
+ Wed, 17 Dec 2025 18:10:11 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.13..@fluentui/react-teaching-popover_v9.6.14)
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui/react-jsx-runtime to v9.3.4 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.26.0 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
33
+ - Bump @fluentui/react-popover to v9.12.13 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
34
+ - Bump @fluentui/react-button to v9.7.1 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
35
+ - Bump @fluentui/react-tabster to v9.26.11 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
36
+ - Bump @fluentui/react-aria to v9.17.7 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
37
+ - Bump @fluentui/react-context-selector to v9.2.13 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
38
+
7
39
  ## [9.6.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.13)
8
40
 
9
- Fri, 05 Dec 2025 22:36:03 GMT
41
+ Fri, 05 Dec 2025 22:38:25 GMT
10
42
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.12..@fluentui/react-teaching-popover_v9.6.13)
11
43
 
12
44
  ### 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.15",
4
4
  "description": "New fluentui react package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -17,25 +17,19 @@
17
17
  "url": "https://github.com/microsoft/fluentui"
18
18
  },
19
19
  "license": "MIT",
20
- "devDependencies": {
21
- "@fluentui/eslint-plugin": "*",
22
- "@fluentui/react-conformance": "*",
23
- "@fluentui/react-conformance-griffel": "*",
24
- "@fluentui/scripts-api-extractor": "*"
25
- },
26
20
  "dependencies": {
27
- "@fluentui/react-jsx-runtime": "^9.3.3",
28
- "@fluentui/react-theme": "^9.2.0",
29
- "@fluentui/react-utilities": "^9.25.4",
21
+ "@fluentui/react-jsx-runtime": "^9.3.5",
22
+ "@fluentui/react-theme": "^9.2.1",
23
+ "@fluentui/react-utilities": "^9.26.1",
30
24
  "@griffel/react": "^1.5.32",
31
25
  "@swc/helpers": "^0.5.1",
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",
26
+ "@fluentui/react-shared-contexts": "^9.26.1",
27
+ "@fluentui/react-popover": "^9.13.0",
28
+ "@fluentui/react-button": "^9.8.0",
29
+ "@fluentui/react-tabster": "^9.26.12",
36
30
  "@fluentui/react-icons": "^2.0.245",
37
- "@fluentui/react-aria": "^9.17.6",
38
- "@fluentui/react-context-selector": "^9.2.12",
31
+ "@fluentui/react-aria": "^9.17.8",
32
+ "@fluentui/react-context-selector": "^9.2.14",
39
33
  "use-sync-external-store": "^1.2.0"
40
34
  },
41
35
  "peerDependencies": {