@fluentui/react-tag-picker 9.8.3 → 9.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-tag-picker
2
2
 
3
- This log was last generated on Thu, 26 Mar 2026 08:10:44 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Apr 2026 15:50:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.8.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.8.5)
8
+
9
+ Wed, 01 Apr 2026 15:50:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.8.4..@fluentui/react-tag-picker_v9.8.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-combobox to v9.17.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
15
+ - Bump @fluentui/react-tags to v9.8.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
16
+ - Bump @fluentui/react-field to v9.5.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
17
+
18
+ ## [9.8.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.8.4)
19
+
20
+ Mon, 30 Mar 2026 14:37:41 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.8.3..@fluentui/react-tag-picker_v9.8.4)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-tags to v9.7.19 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
26
+
7
27
  ## [9.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.8.3)
8
28
 
9
- Thu, 26 Mar 2026 08:10:44 GMT
29
+ Thu, 26 Mar 2026 08:12:54 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.8.2..@fluentui/react-tag-picker_v9.8.3)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tag-picker",
3
- "version": "9.8.3",
3
+ "version": "9.8.5",
4
4
  "description": "FluentUI TagPicker component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,12 +26,12 @@
26
26
  "@fluentui/react-tabster": "^9.26.13",
27
27
  "@fluentui/react-aria": "^9.17.10",
28
28
  "@fluentui/react-icons": "^2.0.245",
29
- "@fluentui/react-combobox": "^9.16.18",
30
- "@fluentui/react-tags": "^9.7.18",
29
+ "@fluentui/react-combobox": "^9.17.0",
30
+ "@fluentui/react-tags": "^9.8.0",
31
31
  "@fluentui/react-context-selector": "^9.2.15",
32
32
  "@fluentui/react-positioning": "^9.22.0",
33
33
  "@fluentui/keyboard-keys": "^9.0.8",
34
- "@fluentui/react-field": "^9.4.16",
34
+ "@fluentui/react-field": "^9.5.0",
35
35
  "@griffel/react": "^1.5.32",
36
36
  "@swc/helpers": "^0.5.1"
37
37
  },