@fluentui/react-tag-picker 9.7.10 → 9.7.11

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-tag-picker
2
2
 
3
- This log was last generated on Fri, 31 Oct 2025 16:17:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Nov 2025 14:57:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.7.11)
8
+
9
+ Thu, 06 Nov 2025 14:57:01 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.7.10..@fluentui/react-tag-picker_v9.7.11)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.3.2 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.25.3 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
16
+ - Bump @fluentui/react-portal to v9.8.7 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.26.9 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
18
+ - Bump @fluentui/react-aria to v9.17.5 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
19
+ - Bump @fluentui/react-combobox to v9.16.11 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
20
+ - Bump @fluentui/react-tags to v9.7.11 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
21
+ - Bump @fluentui/react-context-selector to v9.2.11 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
22
+ - Bump @fluentui/react-positioning to v9.20.9 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
23
+ - Bump @fluentui/react-field to v9.4.10 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
24
+
7
25
  ## [9.7.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.7.10)
8
26
 
9
- Fri, 31 Oct 2025 16:17:38 GMT
27
+ Fri, 31 Oct 2025 16:22:06 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.7.9..@fluentui/react-tag-picker_v9.7.10)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tag-picker",
3
- "version": "9.7.10",
3
+ "version": "9.7.11",
4
4
  "description": "FluentUI TagPicker component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,20 +28,20 @@
28
28
  "@fluentui/scripts-cypress": "*"
29
29
  },
30
30
  "dependencies": {
31
- "@fluentui/react-jsx-runtime": "^9.3.1",
31
+ "@fluentui/react-jsx-runtime": "^9.3.2",
32
32
  "@fluentui/react-shared-contexts": "^9.25.2",
33
33
  "@fluentui/react-theme": "^9.2.0",
34
- "@fluentui/react-utilities": "^9.25.2",
35
- "@fluentui/react-portal": "^9.8.6",
36
- "@fluentui/react-tabster": "^9.26.8",
37
- "@fluentui/react-aria": "^9.17.4",
34
+ "@fluentui/react-utilities": "^9.25.3",
35
+ "@fluentui/react-portal": "^9.8.7",
36
+ "@fluentui/react-tabster": "^9.26.9",
37
+ "@fluentui/react-aria": "^9.17.5",
38
38
  "@fluentui/react-icons": "^2.0.245",
39
- "@fluentui/react-combobox": "^9.16.10",
40
- "@fluentui/react-tags": "^9.7.10",
41
- "@fluentui/react-context-selector": "^9.2.10",
42
- "@fluentui/react-positioning": "^9.20.8",
39
+ "@fluentui/react-combobox": "^9.16.11",
40
+ "@fluentui/react-tags": "^9.7.11",
41
+ "@fluentui/react-context-selector": "^9.2.11",
42
+ "@fluentui/react-positioning": "^9.20.9",
43
43
  "@fluentui/keyboard-keys": "^9.0.8",
44
- "@fluentui/react-field": "^9.4.9",
44
+ "@fluentui/react-field": "^9.4.10",
45
45
  "@griffel/react": "^1.5.22",
46
46
  "@swc/helpers": "^0.5.1"
47
47
  },